WLJS LogoWLJS Notebook

Decompose

Decompose[poly, x] decomposes a polynomial, if possible, into a composition of simpler polynomials.

Examples

Decompose a polynomial:

Decompose[x^4 + 2x^2 + 1, x]
(* {1 + x^2, x^2} *)

Please visit the official Wolfram Language Reference for more details.

On this page