source: git/Tst/Manual/salida.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 661 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "resbinomial.lib";
3ring r = 0,(x(1..2)),dp;
4ideal J=x(1)^2-x(2)^3;
5list L=Eresol(J);
6list B=salida(5,L[1][5],L[8][6],2,L[1][3][3],2,1,0); // chart 5
7def RR=B[1];
8setring RR;
9BO;
10"press return to see next example"; ~;
11ring r = 0,(x(1..2)),dp;
12ideal J=x(1)^2-x(2)^3;
13list L=Eresol(J);
14list B=salida(7,L[1][7],L[8][8],0,L[1][5][3],2,1,0); // chart 7
15def RR=B[1];
16setring RR;
17BO;
18showBO(BO);
19"press return to see next example"; ~;
20ring r = 0,(x(1..2)),dp;
21ideal J=x(1)^3-x(1)*x(2)^3;
22list L=Eresol(J); // 8 charts, rational exponents
23list B=salida(1,L[1][1],L[8][2],2,0,2,2,0); // CHART 1
24def RR=B[1];
25setring RR;
26BO;
27tst_status(1);$
Note: See TracBrowser for help on using the repository browser.