MTM[sym2poly] - convert polynomial to a vector of coefficients
|
Calling Sequence
|
|
sym2poly(P)
|
|
Description
|
|
•
|
The sym2poly(P) function returns a vector containing the coefficients of the polynomial P.
|
•
|
The indeterminate of P is determined by findsym(P,1).
|
|
|