![]()
|
Monodromy Task: Compute the monodromy of an isolated hypersurface singularity using the Brieskorn algorithm. Input: Polynomial f in a series ring defining an isolated hypersurface singularity. Output: Matrix M such that ![]() LIB "gaussman.lib"; LIB "linalg.lib";
ring R=0,(x,y),ds; poly f=x5+y5+x2y2; // A'Campo example
matrix M=monodromy(f); print(jordanform(M)); ![]() print(jordan(M));
![]() |
||||||||||||||||||
|
|||||||||||||||||||
Lille, 08-07-02 | http://www.singular.uni-kl.de |