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

Online Help

All Products    Maple    MapleSim


MTM

  

poly2sym

  

convert coefficients to a polynomial

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

poly2sym(M,x)

Parameters

M

-

matrix, vector, array, or scalar

x

-

(optional) symbol

Description

• 

The poly2sym(M,x) function returns a polynomial with indeterminate x, using the elements of M as coefficients.

Examples

withMTM:

MMatrix1,3,fill=1:

poly2symM

x2+x+1

(1)

MMatrix1,2,3,4,5,6:

poly2symM,y

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

(2)

See Also

MTM[sym2poly]