source: git/Tst/New/minpoly_locals.tst @ eb71ba4

spielwiese
Last change on this file since eb71ba4 was 172bbb2, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: test for setting minpoly if there is a mapi (i.e. a local object) in the base ring...
  • Property mode set to 100644
File size: 165 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3ring BR = 2, (x,y), (lp,C);
4poly A = y2+y+1;
5
6ring R = (2,@a), (x,y), (lp,C);
7map psi=BR,x,@a;
8minpoly=number(psi(A));
9
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.