source: git/Tst/Manual/Blowupcenter.tst @ 76ce4e6

spielwiese
Last change on this file since 76ce4e6 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: 932 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "resbinomial.lib";
3ring r = 0,(x(1),y(2),x(3),y(4),x(5..7)),dp;
4list flag=identifyvar();
5ideal J=x(1)^3-x(3)^2*y(4)^2,x(1)*x(7)*y(2)-x(6)^3*x(5)*y(4)^3,x(5)^3-x(5)^3*y(2)^2;
6list Lmb=2,list(0,0,0,0,0,0,0),list(0,0,0,0,0,0,0),list(0,0,0,0,0,0,0),iniD(7),iniD(7),list(0,0,0,0,0,0,0),-1;
7list L=data(J,3,7);
8list L2=determinecenter(L[1],L[2],2,7,0,0,Lmb,flag,0,-1); // Computing the center
9module auxpath=[0,-1];
10list infochart=0,0,0,L[2],L[1],flag,0,list(0,0,0,0,0,0,0),auxpath,list(),list();
11list L3=Blowupcenter(L2[1],1,1,infochart,2,7,0);
12L3[1]; // current chart (parent,Y,center,expJ,Coef,flag,Hhist,blwhist,path,hipercoef,hiperexp) with sons: [12],...,[16]
13L3[2][1]; // information of its first son, write L3[2][2],...,L3[2][5] to see the other sons
14L3[3];    // current number of charts
15L3[4];    // step/level associated to each son
16L3[5];    // number of variables in the center
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.