source: git/Tst/Manual/completeReduction.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: 186 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "ainvar.lib";
3ring q=0,(x,y,z,u,v,w),dp;
4poly p=x2yz-x2v;
5ideal dom =x-w,u2w+1,yz-v;
6completeReduction(p,dom);
7completeReduction(p,dom,w);
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.