Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR MATLAB

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).
Source by www.mathworks.com #
 
PREVIOUS NEXT
Tagged: #matlab #poly
ADD COMMENT
Topic
Name
3+2 =