#11548: Basic implementation of Harley's point counting for elliptic curve.
----------------------------------------------------------------------------------------+
       Reporter:  jpflori                                                       
        |         Owner:  cremona 
           Type:  enhancement                                                   
        |        Status:  new     
       Priority:  major                                                         
        |     Milestone:  sage-5.3
      Component:  elliptic curves                                               
        |    Resolution:          
       Keywords:  point counting, satoh, elliptic curve, canonical lift, robert 
harley  |   Work issues:          
Report Upstream:  N/A                                                           
        |     Reviewers:          
        Authors:  Jean-Pierre Flori                                             
        |     Merged in:          
   Dependencies:                                                                
        |      Stopgaps:          
----------------------------------------------------------------------------------------+

Comment (by jpflori):

 Or not yet...
 After making F2xq_elltrace_Harley exported, I got
 {{{
 ? install("F2xq_elltrace_Harley","GG","F2t","libpari.so")
 ? T = ffinit(2,50)
 time = 4 ms.
 %4 = Mod(1, 2)*x^50 + Mod(1, 2)*x^49 + Mod(1, 2)*x^48 + Mod(1, 2)*x^46 +
 Mod(1, 2)*x^45 + Mod(1, 2)*x^44 + Mod(1, 2)*x^43 + Mod(1, 2)*x^42 + Mod(1,
 2)*x^41 + Mod(1, 2)*x^40 + Mod(1, 2)*x^39 + Mod(1, 2)*x^35 + Mod(1,
 2)*x^34 + Mod(1, 2)*x^33 + Mod(1, 2)*x^26 + Mod(1, 2)*x^25 + Mod(1,
 2)*x^22 + Mod(1, 2)*x^21 + Mod(1, 2)*x^19 + Mod(1, 2)*x^15 + Mod(1,
 2)*x^11 + Mod(1, 2)*x^10 + Mod(1, 2)*x^5 + Mod(1, 2)*x^4 + Mod(1, 2)*x^3 +
 Mod(1, 2)*x^2 + Mod(1, 2)
 ? y = ffgen(T, 'y)
 time = 0 ms.
 %5 = y
 ? F2t(y,T)
 time = 39,851 ms.
 %6 =
 
98923248483100497287855138223198441376622276816543759170939344050632861903564575734332225322251885038368470915416413353352613860702438103323074121900241551957651892513077763294421993705142333456548398460171219944927400293743992287189504350867209860811073990260449906304617608020895477312400466435470196047936215444128727730739236164366221246300432249865320526043269725720878655567530016812013892875754883213427106752419692304240919666830240369646854535046860150297393360479520487019121
 }}}
 That's strange, I may have broken something in the way.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11548#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.

Reply via email to