source: git/Tst/Short/schwarz_6_32003_lp.tst @ 0f2fcb4

spielwiese
Last change on this file since 0f2fcb4 was d5c4d0, checked in by Michael Brickenstein <bricken@…>, 16 years ago
initial version git-svn-id: file:///usr/local/Singular/svn/trunk@10790 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 353 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(a, b, c, d, e, g, h),lp;
5    ideal MYIDEALNAME=-2*d*e-2*c*g-a*h-2*b*h,
6-d^2-2*c*e-a*g-2*b*g-h^2,
7-2*c*d-a*e-2*b*e-2*g*h,
8-c^2-a*d-2*b*d-g^2-2*e*h,
9-a*c-2*b*c-2*e*g-2*d*h,
10-a*b-b^2-e^2-2*d*g-2*c*h;
11    option(redSB);
12    slimgb(MYIDEALNAME);
13    kill MYRINGNAME;
14    tst_status(1);exit;
15   
Note: See TracBrowser for help on using the repository browser.