source: git/Tst/Manual/chaincrit.tst @ 36bbdc

spielwiese
Last change on this file since 36bbdc 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: 268 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "teachstd.lib";
3ring r=0,(x,y,z),dp;
4poly f = x2y2z2+x5+yx3+z6;
5poly g = x5+yx3;
6poly h = y2z5+x5+yx3;
7chaincrit(f,g,h);
8vector u = [x2y3-z2,x2y];
9vector v = [x2y2+z2,x2-y2];
10vector w = [x2y4+z3,x2+y2];
11chaincrit(u,v,w);
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.