📅  最后修改于: 2022-03-11 14:58:32.851000             🧑  作者: Mango
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).