convert/elsymfun - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : convert/elsymfun

convert/elsymfun

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( p, 'elsymfun' )

Parameters

p

-

a symmetric polynomial; the expression to be converted

Description

• 

The convert( p, 'elsymfun' ) command converts the input polynomial to an expression in terms of the elementary symmetric functions.

• 

If the input polynomial is not symmetric, then an exception is raised.

Examples

> 

convert⁡x3+y3+z3,elsymfun

x+y+z3−3⁢x+y+z⁢x⁢y+x⁢z+y⁢z+3⁢x⁢y⁢z

(1)
> 

convert⁡x+y2+x+z2+z+y2,elsymfun

2⁢x+y+z2−2⁢x⁢y−2⁢x⁢z−2⁢y⁢z

(2)
> 

convert⁡x−y,elsymfun

Error, (in `convert/elsymfun`) polynomial is not symmetric

See Also

convert

type,symmfunc