#14637: Maxima should simplify acos(cos(x))
-------------------------+--------------------------------------------------
   Reporter:  kcrisman   |             Owner:  burcin                           
           
       Type:  defect     |            Status:  new                              
           
   Priority:  major      |         Milestone:  sage-5.10                        
           
  Component:  symbolics  |          Keywords:                                   
           
Work issues:             |   Report Upstream:  Fixed upstream, but not in a 
stable release.
  Reviewers:             |           Authors:                                   
           
  Merged in:             |      Dependencies:                                   
           
   Stopgaps:             |  
-------------------------+--------------------------------------------------
 {{{
 sage: assume(x > 0)
 sage: assume(x < pi/2)
 sage: F = asin(sin(x))
 sage: F.simplify() # sends to Maxima, nothing else
 x
 sage: G = acos(cos(x))
 sage: G.simplify()
 arccos(cos(x))
 }}}
 This has been [http://sourceforge.net/p/maxima/bugs/2570/ reported
 upstream] and resolved.

 So we just need a patch to doctest this once we upgrade to whatever
 upstream release will have this.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14637>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to