source: git/Tst/Manual/stdfglm.tst @ e74bb4

fieker-DuValspielwiese
Last change on this file since e74bb4 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: 456 bytes
Line 
1LIB "tst.lib"; tst_init();
2   ring r  = 0,(x,y,z),lp;
3ideal i = y3+x2,x2y+x2,x3-x2,z4-x2-y;
4stdfglm(i);                   //uses fglm from "dp" (with groebner) to "lp"
5stdfglm(i,"std");             //uses fglm from "dp" (with std) to "lp"
6ring s  = (0,x),(y,z,u,v),lp;
7minpoly = x2+1;
8ideal i = u5-v4,zv-u2,zu3-v3,z2u-v2,z3-uv,yv-zu,yu-z2,yz-v,y2-u,u-xy2;
9weight(i);
10stdfglm(i,"(a(2,3,4,5),dp)"); //uses fglm from "(a(2,3,4,5),dp)" to "lp"
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.