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

Online Help

All Products    Maple    MapleSim


PolynomialTools

  

Split

  

find a complete factorization of a polynomial

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Split(a, x, b)

Parameters

a

-

polynomial with algebraic number or polynomial coefficients

x

-

variable

b

-

(optional) name

Description

• 

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=Qt1,...,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](..).

Examples

withPolynomialTools:

Splitx2+x+1,x

xRootOf_Z2+_Z+1x+1+RootOf_Z2+_Z+1

(1)

Splitx2+yx+1+y2,x,b

x+y+RootOf_Z2+y_Z+y2+1xRootOf_Z2+y_Z+y2+1

(2)

b

RootOf_Z2+y_Z+y2+1

(3)

See Also

AFactor

PolynomialTools[Splits]

RootOf