source: git/Tst/Manual/cantreetoMaple.tst @ 894057

spielwiese
Last change on this file since 894057 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: 231 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "grobcov.lib";
3ring R=(0,b,c,d,e,f),(x,y),dp;
4ideal F=x^2+b*y^2+2*c*x*y+2*d*x+2*e*y+f, 2*x+2*c*y+2*d, 2*b*y+2*c*x+2*e;
5def T=grobcovold(F,"out",1);
6T;
7cantreetoMaple(T,"Tm","Tm.txt");
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.