MATLAB - Linear Algebra
What is the output of the following MATLAB code?
A = [2 1; 5 3]; B = inv(A); disp(round(B,2));
What is the output of the following MATLAB code?
A = [2 1; 5 3]; B = inv(A); disp(round(B,2));
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions