PolynomialTools[Split] - find a complete factorization of a polynomial
|
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 such that the polynomial a splits over , 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
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?