source: git/Tst/Manual/buildtreetoMaple.tst @ 228e0b

spielwiese
Last change on this file since 228e0b 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: 276 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "grobcov.lib";
3ring R=(0,a1,a2,a3,a4),(x1,x2,x3,x4),dp;
4ideal F=x4-a4+a2,
5x1+x2+x3+x4-a1-a3-a4,
6x1*x3*x4-a1*a3*a4,
7x1*x3+x1*x4+x2*x3+x3*x4-a1*a4-a1*a3-a3*a4;
8def T=cgsdrold(F,"old",0); "T="; T;
9buildtreetoMaple(T,"Tb","Tb.txt");
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.