source: git/Tst/Manual/elimRing.tst

spielwiese
Last change on this file was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 291 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "elim.lib";
3ring R = 0,(x,y,z,u,v),(c,lp);
4def P = elimRing(yu);  P;
5intvec w = 1,1,3,4,5;
6elimRing(yu,w);
7ring S =  (0,a),(x,y,z,u,v),ws(1,2,3,4,5);
8minpoly = a2+1;
9qring T = std(ideal(x+y2+v3,(x+v)^2));
10def Q = elimRing(yv)[1];
11setring Q; Q;
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.