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).
with⁡MTM:
sym2poly⁡y5+2⁢y4+3⁢y3+4⁢y2+5⁢y+6
123456
sym2poly⁡y5+2⁢y4+3⁢y3+4⁢y2+5⁢y+6⁢x
6y5+2⁢y4+3⁢y3+4⁢y2+5⁢y
See Also
MTM[findsym]
MTM[poly2sym]
Download Help Document