sage: K.<a> = QuadraticField(22) sage: D = -926246528884912528275985458927067632*a + 4344481316563541186659879867597013188 sage: D.is_square() (boom) MemoryError: Unable to allocate 256000000000 bytes for the PARI stack (instead, allocated 204800000000 bytes)
Sage Version 6.3.beta3 Any ideas? Other arithmetic with this works fine, and in fact: sage: eps = 197-42*a sage: rootD = eps^8 * (14+3*a)^2 sage: rootD^2 == D True so the problem is in a call to Pari to factor the polynomial x^2-D. John -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.