MmaTranslator[Mma]
Decompose
determine a possible composition of a polynomial
Calling Sequence
Parameters
Description
Examples
Compatibility
Decompose(polynomial)
polynomial
-
polynomial expression
The Decompose command attempts to decompose a polynomial into a composition of simpler polynomials.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
Decompose⁡x2+12+5
x2+2⁢x+6,x2
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`Decompose[ (x^3+x^2+4)^2 ]`,evaluate
x2+8⁢x+16,x3+x2
The MmaTranslator[Mma][Decompose] command was updated in Maple 2017.
See Also
compoly
MmaTranslator
MmaTranslator[FromMma]
Download Help Document