source: git/Tst/New/quotient_error.tst

spielwiese
Last change on this file was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 228 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
14// TRACE=3; option(prot);
15quotient(I, rad);
16
17
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.