Top
Back: modNpos_test
Forward: modNPos
FastBack:
FastForward:
Up: noether_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.24.3 NPos

Procedure from library noether.lib (see noether_lib).

Usage:
NPos(i); i ideal

Return:
A linear map phi such that phi(i) is in Noether position

Example:
 
LIB "noether.lib";
ring r=0,(X,Y,a,b),dp;
poly f=X^8+a*Y^4-Y;
poly g=Y^8+b*X^4-X;
poly h=diff(f,X)*diff(g,Y)-diff(f,Y)*diff(g,X);
ideal i=f,g,h;
NPos(i);
==> The dimension of the ideal is:
==> 1
==> _[1]=X
==> _[2]=Y
==> _[3]=a
==> _[4]=53X+27Y-75a+b and the time of this computation is: 688 /10 sec.


Top Back: modNpos_test Forward: modNPos FastBack: FastForward: Up: noether_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.