#9492: add computation of swinnerton-dyer polynomials to sage
---------------------------+------------------------------------------------
   Reporter:  was          |       Owner:  jason     
       Type:  enhancement  |      Status:  new       
   Priority:  minor        |   Milestone:  sage-4.5.1
  Component:  misc         |    Keywords:            
     Author:               |    Upstream:  N/A       
   Reviewer:               |      Merged:            
Work_issues:               |  
---------------------------+------------------------------------------------

Comment(by was):

 > I just adapted sdpoly3 to use a binary tree.

 Thanks.  But just a remark -- the Sage prod command already uses a binary
 tree, at least if the input is a list or of length < 1000.    See the file

    devel/sage/sage/misc/misc_c.pyx

 which Robert Bradshaw wrote.   So putting
 {{{
   prod(list( ... ))
 }}}
 instead of

 {{{
   prod( ...)
 }}}

 in sdpoly3 might be another approach.

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