polytools(deprecated)/split - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : polytools(deprecated)/split

polytools

  

split

  

complete Factorization of a Polynomial

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

split(a, x)

split(a, x, b)

Parameters

a

-

polynomial

x

-

variable

b

-

variable

Description

• 

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.

Examples

Important: The polytools package has been deprecated. Use the superseding command PolynomialTools[Split] instead.

withpolytools:

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[Split]

polytools(deprecated)[splits]

RootOf