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