

InterviewSolution
Saved Bookmarks
1. |
How can the formulation of polynomial be done from its roots?(a) poly(r), r is a row vector, containing the roots of the polynomial(b) poly([roots as a coloumn vector])(c) poly([roots as a row vector])(d) poly([roots in descending order as a coloumn vector])This question was posed to me by my college professor while I was bunking the class.My enquiry is from Algebra topic in section MATLAB Basics of MATLAB |
Answer» Right option is (b) poly([roots as a COLOUMN vector]) |
|