Next: 2.3.3 Hilbert series
Up: 2.3 Basic properties
Previous: 2.3.1 Ideal membership
Lemma 2..7
Let < be an elimination order for
,
.
Then
.
SINGULAR example:
// find the equations from a parametrization t->(t^3,t^4,t^5)
ring R=0,(x,y,z,t),dp;
ideal i=x-t^3,
y-t^4,
z-t^5;
ideal j=eliminate(i,t);
j;
| ZCA Home |
Reports |