#10981: algebraic real field  partial_fraction_decomposition bug
-----------------------+----------------------------------------------------
   Reporter:  mariah   |          Owner:  AlexGhitza  
       Type:  defect   |         Status:  needs_review
   Priority:  major    |      Milestone:  sage-5.0    
  Component:  algebra  |       Keywords:              
Work_issues:           |       Upstream:  N/A         
   Reviewer:           |         Author:              
     Merged:           |   Dependencies:              
-----------------------+----------------------------------------------------
Changes (by was):

  * status:  new => needs_review


Comment:

 The patch I'm going to post in a moment fixes this problem as well as the
 ones at #11728 as well (so I'm closing #11728 as a duplicate):
 {{{

 sage: x= AA['x'].gen()
 sage: P= 1/(1+x^4)
 sage: P.partial_fraction_decomposition()
 (0, [(-0.3535533905932738?*x + 1/2)/(x^2 - 1.414213562373095?*x + 1),
 (0.3535533905932738?*x + 1/2)/(x^2 + 1.414213562373095?*x + 1)])
 }}}

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