adplus-dvertising
frame-decoration

Question

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])

Posted under MATLAB Basics MATLAB

Answer: (b).poly([roots as a coloumn vector])

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How can the formulation of polynomial be done from its roots?

Similar Questions

Discover Related MCQs

Q. The function to evaluate the value of a polynomial,l for a constant value of the independent variable(say a) in the polynomial is ______

Q. What is the disadvantage of the whos function in MATLAB?

Q. What is the replacement for the whos function?

Q. What does the Workspace show?

Q. What is the size of double and symbolic variables holding integer constants?

Q. What is the difference between who and whos command?

Q. How would you express a pi as a character and an integer? Choose the correct code.

Q. The uniform distribution can range from -infinity to 0 or 0 to Infinity but not from -infinity to infinity.

Q. If a character input is given to a command which only takes integers, it’ll always give an error.

Q. Which function is preferable to find the magnitude of a complex number?

Q. Which is an escape sequence constant?

Q. All MATLAB computations are done in

Q. Which symbol is used to initialise a variable?

Q. Choose the correct option.

Q. What operator helps in the transpose of a matrix?

Q. What is the difference between the expressions (9*1-8) and (9-1*8)?

Q. The expression cos(90) is equal to1 in MATLAB.

Q. What is the syntax to solve simultaneous equations easily?

Q. What is the difference between sqrt(10) and sqrt(sym(10))?

Q. The solve[] command can do which of the following things?