

InterviewSolution
Saved Bookmarks
1. |
The command to find the eigen vector of a matrix in matrix form is _____________(a) eig(a,matrix)(b) eig(a,’matrix’)(c) eigen(a,matr)(d) eig(a)The question was posed to me in an interview.My question is from Linear Systems in chapter Beyond the Basics of MATLAB |
Answer» Right ANSWER is (b) eig(a,’matrix’) |
|