source: git/Tst/Manual/algDependent.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: 290 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "algebra.lib";
3int p = printlevel; printlevel = 1;
4ring R = 0,(x,y,z,u,v,w),dp;
5ideal I = xyzu2w-1yzu2w2+u4w2-1xu2vw+u2vw2+xyz-1yzw+2u2w-1xv+vw+2,
6x-w, u2w+1, yz-v;
7list l = algDependent(I);
8l[1];
9def S = l[2]; setring S;
10ker;
11printlevel = p;
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.