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

spielwiese
Last change on this file since 010b3f was 598a84, checked in by Hans Schoenemann <hannes@…>, 14 years ago
syntax fix git-svn-id: file:///usr/local/Singular/svn/trunk@12997 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 480 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(a, b, c, d, u, v, w, x, y, z),lp;
5    ideal MYIDEALNAME=210*z-210,
6-80*d+180*y+855*z,
7136*d*z-114*c+152*x+720*y,
8112*d*y+105*c*z-144*b+126*w+595*x,
990*d*x+84*c*y+78*b*z-170*a+102*v+480*w,
1070*d*w+65*c*x+60*b*y+55*a*z+80*u+375*v,
1152*d*v+48*c*w+44*b*x+40*a*y+280*u,
1236*d*u+33*c*v+20*b*w+27*a*x,
1320*c*u+18*b*v+16*a*w,
148*b*u+7*a*v;
15    option(redSB);
16    slimgb(MYIDEALNAME);
17    kill MYRINGNAME;
18    tst_status(1);$
19   
Note: See TracBrowser for help on using the repository browser.