source: git/Tst/Manual/NFMora.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 345 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "teachstd.lib";
3ring r=0,(x,y,z),dp;
4poly f = x2y2z2+x5+yx3+z6-3y3;
5ideal G = x2y+x2,y3+xyz,xyz2+z6;
6NFMora(f,G);"";
7ring s=0,(x,y,z),ds;
8poly f = x3y+x5+x2y2z2+z6;
9ideal G = x2+x2y,y3+xyz,x3y2+z4;
10NFMora(f,G);"";
11vector v = [f,x2+x2y];
12module M = [x2+x2y,f],[y3+xyz,y3],[x3y2+z4,z2];
13NFMora(v,M);
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.