source: git/Tst/Short/Katsura_6_32003_lp_slimgb.tst @ b7d0a9c

spielwiese
Last change on this file since b7d0a9c was c6963ca, checked in by Hans Schoenemann <hannes@…>, 14 years ago
pagelength removed git-svn-id: file:///usr/local/Singular/svn/trunk@13176 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 516 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(x0, x1, x2, x3, x4, x5, x6),lp;
5    ideal MYIDEALNAME=x0+2*x1+2*x2+2*x3+2*x4+2*x5+2*x6-1,
62*x2*x3+2*x1*x4+2*x0*x5+2*x1*x6-x5,
7x2^2+2*x1*x3+2*x0*x4+2*x1*x5+2*x2*x6-x4,
82*x1*x2+2*x0*x3+2*x1*x4+2*x2*x5+2*x3*x6-x3,
9x1^2+2*x0*x2+2*x1*x3+2*x2*x4+2*x3*x5+2*x4*x6-x2,
102*x0*x1+2*x1*x2+2*x2*x3+2*x3*x4+2*x4*x5+2*x5*x6-x1,
11x0^2+2*x1^2+2*x2^2+2*x3^2+2*x4^2+2*x5^2+2*x6^2-x0;
12    option(redSB);
13    slimgb(MYIDEALNAME);
14    kill MYRINGNAME;
15    tst_status(1);$
16   
Note: See TracBrowser for help on using the repository browser.