#10532: Faster multiplication for multivariate power series
-----------------------------------+----------------------------------------
   Reporter:  niles                |       Owner:  malb                         
                     
       Type:  enhancement          |      Status:  needs_info                   
                     
   Priority:  major                |   Milestone:                               
                     
  Component:  commutative algebra  |    Keywords:  multivariate power series 
multiplication Karatsuba
     Author:  pernici              |    Upstream:  N/A                          
                     
   Reviewer:  Niles Johnson        |      Merged:                               
                     
Work_issues:                       |  
-----------------------------------+----------------------------------------

Comment(by pernici):

 The attached trac_10532_send_to_bg.patch fixes _send_to_bg in the case
 of multivariate series in one variable, see comments 64-70 in ticket #1956
 {{{
 sage: R = PowerSeriesRing(QQ,1,'x')
 sage: f = R._poly_ring().gens()[0]
 sage: R._send_to_bg(f + f^2)
 x*T + x^2*T^2
 sage: R.random_element(4)
 -3/25*x^3 - 3*x^2 + x + O(x)^4
 }}}

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