Answers for "matlab poly"

0

matlab poly

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).
Posted by: Guest on September-16-2021

Browse Popular Code Answers by Language