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

Online Help

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

(1)

(2)

See Also

MTM[sym2poly]

 


Download Help Document