spielwiese
Last change
on this file since 2dc8e9 was
2dc8e9,
checked in by Hans Schoenemann <hannes@…>, 3 years ago
|
tests for imap/fetch bug (alg.ext.)
|
-
Property mode set to
100644
|
File size:
339 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | // fetch/imap alg.ext->algext misses minpoly: |
---|
5 | |
---|
6 | LIB "normal.lib"; |
---|
7 | ring r = (0,a), (x,y,z), lp; |
---|
8 | minpoly = a^2 + 1; |
---|
9 | ideal I = a*z-x^4, z-y^6; |
---|
10 | list nor = normal(I); |
---|
11 | def s=nor[1][1]; |
---|
12 | setring s; |
---|
13 | s; |
---|
14 | |
---|
15 | list l=ringlist(s); |
---|
16 | l[1][4]; |
---|
17 | setring r; |
---|
18 | list l1=imap(s,l); |
---|
19 | list l2=fetch(s,l); |
---|
20 | l1[1][4]; |
---|
21 | l2[1][4]; |
---|
22 | |
---|
23 | |
---|
24 | |
---|
25 | tst_status(1);$ |
---|
Note: See
TracBrowser
for help on using the repository browser.