sym2poly - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

sym2poly

  

convert polynomial to a vector of coefficients

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

sym2poly(P)

Parameters

P

-

polynomial

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).

Examples

withMTM:

sym2polyy5+2y4+3y3+4y2+5y+6

123456

(1)

sym2polyy5+2y4+3y3+4y2+5y+6x

6y5+2y4+3y3+4y2+5y

(2)

See Also

MTM[findsym]

MTM[poly2sym]