

MCQOPTIONS
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]) |
Answer» C. poly([roots as a row vector]) | |