source: git/Tst/Short/cyc5_lp.tst @ 010b3f

spielwiese
Last change on this file since 010b3f was 2d74e8, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* clean up git-svn-id: file:///usr/local/Singular/svn/trunk@3894 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 453 bytes
Line 
1  ring r =32003,(a,b,c,d,e),lp;
2  ideal i=a+b+c+d, ab+bc+cd+ae+de, abc+bcd+abe+ade+cde,
3          abc+abce+abde+acde+bcde, abcde-1;
4  option(prot);
5  ideal j1=stdfglm(i);
6  size(j1);   // size (no. of polys) in computed GB
7  ideal j2=stdhilb(i);
8  size(j2);   // size (no. of polys) in computed GB
9  // usual Groebner basis computation for lex ordering
10  ideal j0 =std(i);
11  size(j0);
12  ideal j = groebner(i);
13  size(j);
14LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.