source: git/Tst/Short/bug_tr627.tst @ 57f6ffd

fieker-DuValspielwiese
Last change on this file since 57f6ffd was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 286 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r = (0,a), x, dp;
5minpoly = a2+1;
6poly p = x;
7subst(p,a,x);
8subst(p,x,a);
9
10p = x+a;
11subst(p,a,x);
12subst(p,x,a);
13
14subst(minpoly,a,x);
15
16ring r2 = (0,a), x, dp;
17poly p = x;
18subst(p,a,x);
19subst(p,x,a);
20
21p = x+a;
22subst(p,a,x);
23subst(p,x,a);
24
25tst_status(1);$
Note: See TracBrowser for help on using the repository browser.