spielwiese
Last change
on this file since eb71ba4 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 | |
---|
1 | LIB "tst.lib"; tst_init(); |
---|
2 | |
---|
3 | ring RR = 0, (x,y,z), dp; |
---|
4 | list L = ringlist(RR); |
---|
5 | L[1] = list(0, list("a"), list(list("lp", 1)), ideal(0)); |
---|
6 | def RTemp = ring(L); |
---|
7 | setring RTemp; |
---|
8 | list L = ringlist(RTemp); |
---|
9 | L[1][4] = ideal(a^2 - 2); |
---|
10 | |
---|
11 | def R = ring(L); // projection of qideal in rCompose - wrong!? |
---|
12 | |
---|
13 | setring R; R; |
---|
14 | |
---|
15 | tst_status(1);$ |
---|
Note: See
TracBrowser
for help on using the repository browser.