source: git/Tst/Manual/is_NP.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: 278 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "mregular.lib";
3ring r=0,(x,y,z,t,u),dp;
4ideal i1=y,z,t,u; ideal i2=x,z,t,u; ideal i3=x,y,t,u; ideal i4=x,y,z,u;
5ideal i5=x,y,z,t; ideal i=intersect(i1,i2,i3,i4,i5);
6is_NP(i);
7ideal ch=x,y,z,t,x+y+z+t+u;
8map phi=ch;
9is_NP(phi(i));
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.