|
7.7.19.0. rightNFWeyl
Procedure from library dmodloc.lib (see dmodloc_lib).
- Usage:
- rightNFWeyl(id,k); id ideal or poly, k int
- Assume:
- The basering is the n-th Weyl algebra over a field of
characteristic 0 and for all 1<=i<=n the identity
var(i+n)*var(i)=var(i)*var(i+1)+1 holds, i.e. the sequence of
variables is given by x(1),...,x(n),D(1),...,D(n), where D(i)
is the differential operator belonging to x(i).
- Return:
- same type as id, the right normal form of id with respect to the
principal right ideal generated by the k-th variable
- Note:
- No Groebner basis computation is used.
Example:
|