MATLAB - Linear Algebra
Consider the MATLAB code:
What is the correct output of
A = [1 2 3; 4 5 6]; N = null(A); disp(size(N));
What is the correct output of
size(N)?A = [1 2 3; 4 5 6]; N = null(A); disp(size(N));
size(N)?15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions