polytools[splits] - complete Factorization of a Polynomial
|
Calling Sequence
|
|
splits(a, x)
splits(a, x, b)
|
|
Parameters
|
|
a
|
-
|
polynomial
|
x
|
-
|
variable
|
b
|
-
|
variable
|
|
|
|
|
Description
|
|
•
|
The splits 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,splits) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?