|
Resolutions Let us compute the normal free resolution of the ideal, generated by e2, f , then minimize it and compute the minimal resolution with the particular algorithm.
ideal j=e2,f; j=std(j); j;
Step 1 The normal resolution:
resolution Nj=nres(j,0);
Nj;
Step 2 The minimized normal resolution:
resolution MiNj=minres(Nj);
MiNj;
Step 3 The minimal resolution:
resolution Mj=mres(j,0);
Mj;
As we can see, the modules in results of the 2nd and 3rd steps are the same. Back to the parent |
|||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
KL, 06/03 | http://www.singular.uni-kl.de |