Go to the first, previous, next, last section, table of contents.


sm1.genericAnn

sm1.genericAnn([f,v]|proc=p)
:: It computes the annihilating ideal for f^s. v is the list of variables. Here, s is v[0] and f is a polynomial in the variables rest(v).
return
List
p
Number
f
Polynomial
v
List
[595] sm1.genericAnn([x^3+y^3+z^3,[s,x,y,z]]);
[-x*dx-y*dy-z*dz+3*s,z^2*dy-y^2*dz,z^2*dx-x^2*dz,y^2*dx-x^2*dy]
Reference
sm1.start


Go to the first, previous, next, last section, table of contents.