source: git/Tst/New/longalg_missing_2.tst @ 09c65d

spielwiese
Last change on this file since 09c65d was 09c65d, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
ADD: short test for par->var mapping (alg. ext)
  • Property mode set to 100644
File size: 170 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3ring SNB = (0,a), x, (lp,C);
4minpoly = (a^2+1);
5
6SNB;
7poly f = x4-2*x+1;
8f;
9
10ring SNR = 0, (x, a), (lp, C);
11imap(SNB, f);//
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.