On Fri, Jan 28, 2011 at 4:54 PM, Nils Bruin wrote:
> What answer would you prefer? 1404928 is a unit in QQ[]. Does the
> following do what you were expecting?
Ah, of course. Apologies for the spam.
--
Robert L. Miller
http://www.rlmiller.org/
--
To post to this group, send an email to sage
On Jan 28, 4:16 pm, Robert Miller wrote:
> I don't have time to track this down at the moment, but as it is a bit
> embarrassing I thought I'd report it here for now:
>
> sage: R. = QQ[]
> sage: E = EllipticCurve([0,0,0,-595*d^2,5586*d^3])
> sage: E.discriminant().factor()
> (1404928) * d^6
What