PolynomialTools
Split
find a complete factorization of a polynomial
Calling Sequence
Parameters
Description
Examples
Split(a, x, b)
a
-
polynomial with algebraic number or polynomial coefficients
x
variable
b
(optional) name
The Split(a, x) function computes the complete factorization of the univariate polynomial a in x.
If the third argument b is specified, it is assigned a set of elements {t1,...,tm} such that the polynomial a splits over K=Q⁡t1,...,tm, where Q denotes the field of rational numbers.
This function is part of the PolynomialTools package, and so it can be used in the form Split(..) only after executing the command with(PolynomialTools). However, it can always be accessed through the long form of the command by using PolynomialTools[Split](..).
with⁡PolynomialTools:
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[Splits]
RootOf
Download Help Document