source: git/Tst/Old/m114si.tst @ 9a24da

fieker-DuValspielwiese
Last change on this file since 9a24da was 8be564, checked in by Hans Schönemann <hannes@…>, 25 years ago
*hannes: regularity for not min. res. git-svn-id: file:///usr/local/Singular/svn/trunk@3521 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 245 bytes
Line 
1  ring rh3=32003,(w,x,y,z),(dp,C);
2  poly f= x11+y10+z9+x5*y2+x2*y2*z3+x*y^3*(y2+x)^2;
3  ideal j= homog(jacob(f),w);
4  list jj=nres(j,0);
5  regularity(jj);
6  jj=minres(jj);
7  regularity(jj);
8  regularity(res(j,0));
9LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.