source: git/Tst/Manual/deltaLoc.tst @ ef52d6

spielwiese
Last change on this file since ef52d6 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: 383 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "normal.lib";
3ring r=0,(x,y),dp;
4poly f=(x2+y^2-1)^3 +27x2y2;
5ideal I=f,jacob(f);
6I=std(I);
7list qr=minAssGTZ(I);
8size(qr);
9// each component of the singular locus either describes a cusp or a pair
10// of conjugated nodes:
11deltaLoc(f,qr[1]);
12deltaLoc(f,qr[2]);
13deltaLoc(f,qr[3]);
14deltaLoc(f,qr[4]);
15deltaLoc(f,qr[5]);
16deltaLoc(f,qr[6]);
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.