source: git/Tst/Manual/blowUp2.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: 338 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "resolve.lib";
3ring r=0,(x,y,z),dp;
4ideal I=z2-x^3*y^2;
5ideal C=z,xy;
6list li=blowUp2(I,C);
7size(li);                  // number of charts
8def S1=li[1];
9setring S1;                // chart 1
10basering;
11Jnew;
12eD;
13bM;
14def S2=li[2];
15setring S2;                // chart 2
16basering;
17Jnew;
18eD;
19bM;
20tst_status(1);$
Note: See TracBrowser for help on using the repository browser.