source: git/Tst/Manual/genoutput.tst @ 85bcd6

fieker-DuValspielwiese
Last change on this file since 85bcd6 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: 513 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "resbinomial.lib";
3ring r = 0,(x(1..2)),dp;
4ideal J=x(1)^3-x(1)*x(2)^3;
5list L=Eresol(J);         // 8 charts, rational exponents
6list B=genoutput(L[1],L[8],L[4],L[6],2,2,0); // generates the output
7presentTree(B);
8list iden0=collectDiv(B);
9ResTree(B,iden0[1]);        // generates the resolution tree
10// Use presentTree(B); to see the final charts
11// To see the tree type in another shell
12//    dot -Tjpg ResTree.dot -o ResTree.jpg
13//   /usr/bin/X11/xv ResTree.jpg
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.