MTM
sym2poly
convert polynomial to a vector of coefficients
Calling Sequence
Parameters
Description
Examples
sym2poly(P)
P
-
polynomial
The sym2poly(P) function returns a vector containing the coefficients of the polynomial P.
The indeterminate of P is determined by findsym(P,1).
withMTM:
sym2polyy5+2y4+3y3+4y2+5y+6
123456
sym2polyy5+2y4+3y3+4y2+5y+6x
6y5+2y4+3y3+4y2+5y
See Also
MTM[findsym]
MTM[poly2sym]
Download Help Document