Matlab Poly

[Solved] Matlab Poly | Matlab - Code Explorer | yomemimo.com
Question : matlab poly

Answered by : huldar

p = poly(r), where r is a vector, returns the coefficients of the
polynomial whose roots are the elements of r.
p = poly(A), where A is an n-by-n matrix, returns the n+1 coefficients
of the characteristic polynomial of the matrix, det(λI – A).

Source : https://www.mathworks.com/help/matlab/ref/poly.html | Last Update : Thu, 23 Sep 21

Answers related to matlab poly

Code Explorer Popular Question For Matlab