PolynomialTools
FunctionalDecomposition
compute a functional decomposition of a polynomial
Calling Sequence
Parameters
Description
Examples
Compatibility
FunctionalDecomposition(f)
FunctionalDecomposition(f, v)
FunctionalDecomposition(f, v, inert)
f
-
multivariate polynomial
v
name or list or set of names
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.
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