MATLAB - Linear Algebra
Given
A = [4 2; 2 1] and b = [10; 5], you want to solve Ax = b but also check if the solution is unique. Which MATLAB approach helps you confirm uniqueness?