polytools
split
complete Factorization of a Polynomial
Calling Sequence
Parameters
Description
Examples
split(a, x)
split(a, x, b)
a
-
polynomial
x
variable
b
Important: The polytools package has been deprecated. Use the superseding command PolynomialTools[Split] instead.
The split function computes the complete factorization of a univariate polynomial.
The univariate polynomial a in x, with rational or algebraic number coefficients or polynomial coefficients, is factored into linear factors.
In the case of three arguments, the third argument b is assigned the extensions of Q on output, where Q is the set of rational numbers.
The command with(polytools,split) allows the use of the abbreviated form of this command.
with⁡polytools:
split⁡x2+x+1,x
x−RootOf⁡_Z2+_Z+1⁢x+1+RootOf⁡_Z2+_Z+1
split⁡x2+y⁢x+1+y2,x,b
x+y+RootOf⁡_Z2+y⁢_Z+y2+1⁢x−RootOf⁡_Z2+y⁢_Z+y2+1
RootOf⁡_Z2+y⁢_Z+y2+1
See Also
AFactor
PolynomialTools[Split]
polytools(deprecated)[splits]
RootOf
Download Help Document