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

Online Help

All Products    Maple    MapleSim


MmaTranslator[Mma]

  

Decompose

  

determine a possible composition of a polynomial

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Decompose(polynomial)

Parameters

polynomial

-

polynomial expression

Description

• 

The Decompose command attempts to decompose a polynomial into a composition of simpler polynomials.

Examples

withMmaTranslatorMma:

Use the command with the Maple translation.

Decomposex2+12+5

x2+2x+6,x2

(1)

Alternatively, you can use the FromMma command with the evaluate option specified.

withMmaTranslator:

FromMma`Decompose[ (x^3+x^2+4)^2 ]`,evaluate

x2+8x+16,x3+x2

(2)

Compatibility

• 

The MmaTranslator[Mma][Decompose] command was updated in Maple 2017.

See Also

compoly

MmaTranslator

MmaTranslator[FromMma]

MmaTranslator[Mma]