source:
git/Tst/New/longalg_missing_2.tst
@
09c65d
Last change on this file since 09c65d was 09c65d, checked in by , 12 years ago | |
---|---|
|
|
File size: 170 bytes |
Line | |
---|---|
1 | LIB "tst.lib"; tst_init(); |
2 | |
3 | ring SNB = (0,a), x, (lp,C); |
4 | minpoly = (a^2+1); |
5 | |
6 | SNB; |
7 | poly f = x4-2*x+1; |
8 | f; |
9 | |
10 | ring SNR = 0, (x, a), (lp, C); |
11 | imap(SNB, f);// |
12 | |
13 | tst_status(1);$ |
Note: See TracBrowser
for help on using the repository browser.