Wrong results in calculation

Since Magma isn’t open source, we don’t really know. If someone does know and wants to share that information, it would be good to hear about.

1 Like

This could also be due to Julia’s rationals being unnecessary slow. There are a couple of things that could be done here:

  • Reduce calls to gcd (#11522).
  • Use mpq functions for Rational{BigInt} operations (#9826).