source: git/Tst/Manual/EOrdlist.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: 382 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "resbinomial.lib";
3ring r = 0,(x(1),y(2),x(3),y(4),x(5..7),y(8)),dp;
4list flag=identifyvar();
5ideal J=x(1)^3*x(3)-y(2)*y(4)^2,x(5)*y(2)-x(7)*y(4)^2,x(6)^2*(1-y(4)*y(8)^5),x(7)^4*y(8)^2;
6list L=data(J,4,8);
7list Eo=EOrdlist(L[1],L[2],4,8,flag);
8Eo[1]; // E-order
9Eo[2]; // generator giving the E-order
10Eo[3]; // term giving the E-order
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.