source: git/Tst/New/trans_ext_normalize.tst @ f2c70a

spielwiese
Last change on this file since f2c70a was af117a, checked in by Andreas Steenpass <steenpass@…>, 12 years ago
create new test Tst/New/trans_ext_normalize.tst The problem why this test fails in spielwiese also occurs in Tst/Manual/Primary_decomposition.tst.
  • Property mode set to 100644
File size: 366 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3option(noloadLib);
4ring quring = (0,D), (A,B,C), (C,lp);
5LIB "primdec.lib";
6ideal @j = C, DB+D2, DA;
7ideal ser = DC, DA, DB+D18;
8attrib(@j, "isSB", 1);
9list uprimary = zero_decomp(@j, ser, 0);
10//uprimary;   // if you uncomment this line, the error does not occur
11ring gnir = 0, (A,B,C,D), (C,lp);
12imap(quring, uprimary);
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.