source: git/Tst/New/quotient_error.tst @ 56c0fe

spielwiese
Last change on this file since 56c0fe was c2400ce, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
More tests
  • Property mode set to 100644
File size: 233 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3ring R = 0, (x, y, U(1), U(2)), (dp(4), C); R;
4
5ideal I;
6I[1]=x^3*U(2);
7I[2]=y^3*U(1);
8I[3]=y^4;
9I[4]=x^4;
10I[5]=U(1)*U(2);
11                                   
12ideal rad=1;
13
14TRACE=3; option(prot);
15quotient(I, rad);
16
17
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.