source: git/Tst/Manual/inSubring.tst

spielwiese
Last change on this file 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: 194 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "algebra.lib";
3ring q=0,(x,y,z,u,v,w),dp;
4poly p=xyzu2w-1yzu2w2+u4w2-1xu2vw+u2vw2+xyz-1yzw+2u2w-1xv+vw+2;
5ideal I =x-w,u2w+1,yz-v;
6inSubring(p,I);
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.