source: git/Tst/Manual/esStratum.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 426 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "equising.lib";
3int p=printlevel;
4printlevel=1;
5ring r = 0,(a,b,c,d,e,f,g,x,y),ds;
6poly F = (x2+2xy+y2+x5)+ax+by+cx2+dxy+ey2+fx3+gx4;
7list M = esStratum(F);
8M[1][1];
9printlevel=3;     // displays additional information
10esStratum(F,2)  ; // ES-stratum over Q[a,b,c,d,e,f,g] / <a,b,c,d,e,f,g>^2
11ideal I = f-fa,e+b;
12qring q = std(I);
13poly F = imap(r,F);
14esStratum(F);
15printlevel=p;
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.