source: git/Tst/Short/groebner_s.tst @ 0054e7

spielwiese
Last change on this file since 0054e7 was 4e6fa5f, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes/lossen: fixes in standard.lib, brnoeth.lib git-svn-id: file:///usr/local/Singular/svn/trunk@8667 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 433 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring rs = (32003),(x,y,z),(lp(3),C);
5ideal gls;
6gls[1]=x4+6x3y+2x3z+3x3+12x2y2+12x2yz+57xy5+36xyz+7xz3+29y2+12yz3+25yz2+2yz-3y+3z4+7z3-3z;
7gls[2]=x4+16x3+6x2y3+5x2z3+10xy2+11y2z+25y2+7yz2+40yz+z3+15z2+7;
8gls[3]=9x3+10y2+5z3+6;
9option(prot);
10groebner(gls);
11
12//----------------------------------------------
13ring r=0,(x,y),lp;
14ideal i=x+1;
15qring q=std(i);
16ideal j=x,y;
17groebner(j);
18kill r;
19
20tst_status(1);$
Note: See TracBrowser for help on using the repository browser.