source:
git/Tst/Short/bug_tr704.tst
@
21ce29
Last change on this file since 21ce29 was 21ce29, checked in by , 9 years ago | |
---|---|
|
|
File size: 195 bytes |
Line | |
---|---|
1 | LIB "tst.lib"; |
2 | tst_init(); |
3 | |
4 | LIB "primdec.lib"; |
5 | ring rng = (0,vv),x,ls; |
6 | minpoly = (vv^2+1); |
7 | ideal I = x; |
8 | radical(I); |
9 | |
10 | ring r = (0),(x,y),dp; |
11 | ideal I = 5/3*x*y; |
12 | radical(I, "KL"); |
13 | |
14 | tst_status(1);$ |
Note: See TracBrowser
for help on using the repository browser.