source: git/Tst/Manual/Resolution_of_singularities.tst @ 159ca3

fieker-DuValspielwiese
Last change on this file since 159ca3 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: 778 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB"resolve.lib";                   // load the resolution algorithm
3LIB"reszeta.lib";                   // load its application algorithms
4
5ring R=0,(x,y,z),dp;              // define the ring Q[x,y,z]
6ideal I=x7+y2-z2;                 // an A6 surface singularity
7list L=resolve(I);                // compute the resolution
8list iD=intersectionDiv(L);       // compute intersection properties
9iD;                               // show the output
10// The output is a list whose first entry contains the intersection matrix
11// of the exceptional divisors. The second entry is the list of genera
12// of these divisors. The third and fourth entry contain the information
13// how to find the corresponding divisors in the respective charts.
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.