RegularChains[FastArithmeticTools][NormalFormDim0] - normal form of a polynomial w.r.t. a 0-dim regular chain
|
Calling Sequence
|
|
NormalFormDim0(f, rc, R)
|
|
Parameters
|
|
R
|
-
|
polynomial ring
|
rc
|
-
|
a regular chain of R
|
f
|
-
|
polynomial of R
|
|
|
|
|
Description
|
|
•
|
Returns the normal form of f w.r.t. rc in the sense of Groebner bases
|
•
|
rc must be a normalized zero-dimensional regular chain and all variables in f must be algebraic w.r.t. rc. See the subpackage ChainTools for these notions.
|
•
|
The algorithm relies on the fast division trick (based on power series inversion) and FFT-based multivariate multiplication. When both commands NormalFormDim0 and NormalForm apply, the former one will often outperform the latter one.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
The results computed by NormalFormDim0 and NormalForm are equivalent.
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?