RegularChains[Separant] - separant of a non-constant polynomial
|
Calling Sequence
|
|
Separant(p, R)
|
|
Parameters
|
|
R
|
-
|
polynomial ring
|
p
|
-
|
polynomial of R
|
|
|
|
|
Description
|
|
•
|
The function call Separant(p,R) returns the separant of p with respect to the variable ordering of R, that is, the derivative of p with respect to its main variable.
|
•
|
It is assumed that p is non-constant polynomial, and that the characteristic of R is zero.
|
•
|
This command is part of the RegularChains package, so it can be used in the form Separant(..) only after executing the command with(RegularChains). However, it can always be accessed through the long form of the command by using RegularChains[Separant](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
Change the ordering of the variable.
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
|
|
Download Help Document
Was this information helpful?