Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
constructing elliptic curves
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
John Cremona  
View profile  
 More options Jun 9 2012, 9:31 am
From: John Cremona <john.crem...@gmail.com>
Date: Sat, 9 Jun 2012 14:31:04 +0100
Local: Sat, Jun 9 2012 9:31 am
Subject: constructing elliptic curves
Bill Allombert on pari-dev pointed out that Sage's current behaviour
of, when construction an elliptic curve over Q from a j-invariant,
automatically finding the minimal quadratic twist, has the side-effect
of factoring j and j-1728, which adds to the complexity of what would
otherwise be a trivial operation.  (See lines 423-455 of
sage/schemes/elliptic_curves/constructor.py.)  So perhaps we should
either not do this at all, or have it as an option.  It would be easy
to do that in the function that does the work, EllipticCurve_from_j(),
but less natural with normal route via EllipticCurve(j=...) which
would also need a new parameter to be passed to the other function.

Any thoughts?

John


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Roe  
View profile  
 More options Jun 9 2012, 8:02 pm
From: David Roe <roed.m...@gmail.com>
Date: Sat, 9 Jun 2012 17:02:23 -0700
Local: Sat, Jun 9 2012 8:02 pm
Subject: Re: [sage-nt] constructing elliptic curves

We could have a "minimal_twist" option to the EllipticCurve constructor,
which would be false by default.
David


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
William Stein  
View profile  
 More options Jun 10 2012, 10:56 am
From: William Stein <wst...@gmail.com>
Date: Sun, 10 Jun 2012 07:56:01 -0700
Local: Sun, Jun 10 2012 10:56 am
Subject: Re: [sage-nt] constructing elliptic curves

On Sat, Jun 9, 2012 at 5:02 PM, David Roe <roed.m...@gmail.com> wrote:
> We could have a "minimal_twist" option to the EllipticCurve constructor,
> which would be false by default.
> David

I think it should be *true* by default, for backwards compatibility,
and because usually this is what you want (nobody has complained).
We should definitely have both a fast and less clean version (like
PARI no doubt will default to), and a nicer but slower version (that
pari will probably never have), and the nice version should I think be
the default.

--
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Cremona  
View profile  
 More options Jun 10 2012, 11:52 am
From: John Cremona <john.crem...@gmail.com>
Date: Sun, 10 Jun 2012 16:52:14 +0100
Local: Sun, Jun 10 2012 11:52 am
Subject: Re: [sage-nt] constructing elliptic curves
Thanks -- I have created ticket #13100 for this and will deal with it,
as well as #11773 while I am at it (but with separate patches).  Just
don't mention #128.

John

On 10 June 2012 15:56, William Stein <wst...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »