source: git/Tst/Long/fglmquot1_l.tst @ ad3dfe

spielwiese
Last change on this file since ad3dfe was d01896, checked in by Tim Wichmann <wichmann@…>, 24 years ago
Initial version git-svn-id: file:///usr/local/Singular/svn/trunk@3909 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.2 KB
Line 
1// $Id: fglmquot1_l.tst,v 1.1 1999-11-24 13:45:31 wichmann Exp $
2
3//
4// fglmquot1_l.tst - long tests for fglmquot command
5//
6
7LIB "tst.lib";
8tst_init();
9tst_ignore("CVS: $Id: fglmquot1_l.tst,v 1.1 1999-11-24 13:45:31 wichmann Exp $");
10
11option(redSB);
12
13ring r=0,(x9,x8,x7,x6,x5,x4,x3,x2,x1),lp;
14poly  f1= x1^2 + x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 - 2*x1 - 8;
15poly  f2= x2^2 + x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 - 2*x2 - 8;
16poly  f3= x3^2 + x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 - 2*x3 - 8;
17poly  f4= x4^2 + x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 - 2*x4 - 8;
18poly  f5= x5^2 + x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 - 2*x5 - 8;
19poly  f6= x6^2 + x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 - 2*x6 - 8;
20poly  f7= x7^2 + x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 - 2*x7 - 8;
21poly  f8= x8^2 + x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 - 2*x8 - 8;
22poly  f9= x9^2 + x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 - 2*x9 - 8;
23ideal i=f1,f2,f3,f4,f5,f6,f7,f8,f9;
24ideal j=stdfglm(i);
25poly q=(8*x1^14-56*x1^13-280*x1^12+2856*x1^11-2856*x1^10-28392*x1^9+97656*x1^8-81096*x1^7-170688*x1^6+513856*x1^5-601216*x1^4+380800*x1^3-129024*x1^2+18432*x1);
26fglmquot(j,q);
27
28tst_status(1);$
Note: See TracBrowser for help on using the repository browser.