I've seen randomized errors in the ModularSymbols stuff. I'm pretty sure that you are using linbox under the hood somewhere, which employs some probabilistic algorithms. It seems like we are setting the random seed to a fixed value, but linbox has a bad habit of re-seeding the rng and/or using unitialized memory. Also, the results that Sage presents you are (mostly) stable because Sage caches the result. Unfortunately I haven't gotten to the core of the linbox issues yet.
-- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org