Singular
https://www.singular.uni-kl.de/forum/

Trying to compute the monodromy (how to speed it up?)
https://www.singular.uni-kl.de/forum/viewtopic.php?f=10&t=1950
Page 1 of 1

Author:  Dmitry [ Thu Aug 04, 2011 10:32 am ]
Post subject:  Trying to compute the monodromy (how to speed it up?)

Hi,

I'm trying to compute the Jordan structure of monodromy for a moderately complicated function. After one-night-work Singular was still in the process. Is there some way to speed up?

here's my code:

LIB "sing.lib";
LIB "gmssing.lib";
ring r=0,(x,y,z),ds;
int t=3;
poly g=y^2*(x+z-y)^2*z^2+(x+y)*(y+3x-z)*(x+z-t*y)*(x-t*y-7z)*(11x+y-z)*(x+3y);
poly f=g+x^7+y^7+z^7;
milnor(f);
monodromy(f);

Unfortunately gmssing.lib enforces zero characteristic. Any other tricks?

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/