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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Algebra : Polynomials : PolynomialTools : FunctionalDecomposition

PolynomialTools

  

FunctionalDecomposition

  

compute a functional decomposition of a polynomial

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

FunctionalDecomposition(f)

FunctionalDecomposition(f, v)

FunctionalDecomposition(f, v, inert)

Parameters

f

-

multivariate polynomial

v

-

name or list or set of names

Description

• 

This function computes a functional decomposition of the polynomial f. That is, it computes g(x) and h and rewrites the output as a composition  and the process is repeated on g and h until they can not be functionally decomposed further. This decomposition is not unique.

• 

This function currently just calls compoly repeatedly and constructs the decomposition as a single unexpanded polynomial. If no decomposition is found, f is returned unaltered.

• 

If f is not of type polynom then frontend is used before performing polynomial calculations.

• 

The inert option adds ``() calls around  so that the linear part of the polynomial and pure monomial substitutions will not be expanded by automatic simplification. The output will look like a polynomial, but will not be true polynomial unless expand is called to remove the ``() similar to the output of ifactor.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

Compatibility

• 

The PolynomialTools[FunctionalDecomposition] command was introduced in Maple 2022.

• 

For more information on Maple 2022 changes, see Updates in Maple 2022.

See Also

compoly

 


Download Help Document