On computation of monodromy structure
Dmitry Kerner · Mon Jun 29, 2009 1:53 pm
I'm trying to compute the monodromy in a specific example.
the simplest script:
LIB "gmssing.lib";
ring r = 0,(x,y,z),ds;
poly f=x*y*z*(x+y+z)+z^4*x+y^4*z+x^4*y;
monodromy(f);
(I need the Jordan block structure, not just the eigenvalues, hence I can't use e.g. spectrum(f) ).
Unfortunately my laptop is very slow (and not enough memory).
*Are there any ways to improve smth for this particular example?
*Or maybe somebody can just run this on a faster computer and put the results here?
the simplest script:
LIB "gmssing.lib";
ring r = 0,(x,y,z),ds;
poly f=x*y*z*(x+y+z)+z^4*x+y^4*z+x^4*y;
monodromy(f);
(I need the Jordan block structure, not just the eigenvalues, hence I can't use e.g. spectrum(f) ).
Unfortunately my laptop is very slow (and not enough memory).
*Are there any ways to improve smth for this particular example?
*Or maybe somebody can just run this on a faster computer and put the results here?