I have another exercise here...
PROBLEM
Given are the matrix A (7rows times 3columns):
A = [0,-0.7,-0.1,-0.7,0,0.7,0.1; 0.7,0,-0.7,-0.1,-0.7,0,0.7; 0.1,0.7,0,-0.7,-0.1,-0.7,0]';
And a vector b: b = zeros(7,1); b(7) = 1.7;
Determine with MATLAB what the distance is between b and the...