Dear all,
I've tried to compute Heilbronn Matrices for n=50000 in sage 5.4.1, but the following Error comes out when I run
sage: H=HeilbronnMerel(50000)
--------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
/home/guests/sage-5.4.1/<ipython console=""> in <module>()
/home/guests/sage-5.4.1/local/lib/python2.7/site-packages/sage/modular/modsym/heilbronn.so in sage.modular.modsym.heilbronn.HeilbronnMerel.__init__ (sage/modular/modsym/heilbronn.c:5185)()
/home/guests/sage-5.4.1/local/lib/python2.7/site-packages/sage/modular/modsym/heilbronn.so in sage.modular.modsym.heilbronn.HeilbronnMerel._initialize_list (sage/modular/modsym/heilbronn.c:5343)()
RuntimeError: Floating point exception
--------------------------------------------------------------------
It seems to be a bug in sage when computing Heilbronn Matrices for large n. However, I even couldn't find out why this happens. Anybody can please help me handle with that? Thank you.
Best regards!