Go to the first, previous, next, last section, table of contents.
- 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
- This function 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).
[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.