MTM
poly2sym
convert coefficients to a polynomial
Calling Sequence
Parameters
Description
Examples
poly2sym(M,x)
M
-
matrix, vector, array, or scalar
x
(optional) symbol
The poly2sym(M,x) function returns a polynomial with indeterminate x, using the elements of M as coefficients.
See Also
MTM[sym2poly]
Download Help Document