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).
See Also
MTM[findsym]
MTM[poly2sym]
Download Help Document