#8945: Cremona labels messed up
-----------------------------+----------------------------------------------
Reporter: davidloeffler | Owner: craigcitro
Type: defect | Status: new
Priority: major | Milestone: sage-5.0
Component: modular forms | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Comment(by cremona):
You are right. I changed the ordering explicitly at William's request, to
agree with what he is using for more general modular forms. But the rule
of the game is that after publishing tables I do not want to change all
the labels of all the curves with hindsight. So the database labelling is
"old".
Also in eclib src/g0n/newforms.cc you see
{{{
if((n1ds>1)&&(modulus<130000)) // reorder into old order
{
if(verbose)
{
cout<<"Reordering newforms into old order as N<130000"<<endl;
// cout<<"Before sorting:\n"; display();
}
sort(1);
if(verbose)
{
// cout<<"After sorting:\n"; display();
}
}}}
showing that the output of eclib itself uses old ordering for N<130,000
(only).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8945#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.