source: git/Tst/New/algext_ring_compose.tst @ 4da485

spielwiese
Last change on this file since 4da485 was eb71ba4, checked in by YueRen <yue.ren.kl@…>, 12 years ago
another bug due to algext ADD: test rCompose of algext in the case of somewhat wrong basering
  • Property mode set to 100644
File size: 319 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3ring RR = 0, (x,y,z), dp;
4list L = ringlist(RR);
5L[1] = list(0, list("a"), list(list("lp", 1)), ideal(0));
6def RTemp = ring(L);
7setring RTemp;
8list L = ringlist(RTemp);
9L[1][4] = ideal(a^2 - 2);
10
11def R = ring(L); // projection of qideal in rCompose - wrong!?
12
13setring R; R;
14
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.