RegularChains[ChainTools][Polynomial] - polynomial of a regular chain with specified main variable
|
Calling Sequence
|
|
Polynomial(v, rc, R)
|
|
Parameters
|
|
v
|
-
|
variable of R
|
rc
|
-
|
regular chain of R
|
R
|
-
|
polynomial ring
|
|
|
|
|
Description
|
|
•
|
The command Polynomial(v, rc, R) returns the polynomial of rc with main variable v, otherwise an error is produced.
|
•
|
This command is part of the RegularChains[ChainTools] package, so it can be used in the form Polynomial(..) only after executing the command with(RegularChains[ChainTools]). However, it can always be accessed through the long form of the command by using RegularChains[ChainTools][Polynomial](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
>
|
|
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?