sqrfree - square-free factorization function
|
Calling Sequence
|
|
sqrfree(a)
sqrfree(a, x)
|
|
Parameters
|
|
a
|
-
|
multivariate polynomial or rational function
|
x
|
-
|
name or list or set of names
|
|
|
|
|
Description
|
|
•
|
The sqrfree function computes the square-free factorization of the multivariate polynomial or the rational function a in the variable(s) x over an algebraic number field.
|
•
|
In the case of two arguments, the second argument x denotes the main variable(s). In the case of one argument, all the names in the polynomial a are used as variables.
|
•
|
Note that the are not necessarily distinct as partial factorizations in the input are preserved as much as possible.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
|
|
Download Help Document
Was this information helpful?