#12795: Invalid simplification from Expression.simplify_trig()
-----------------------------+----------------------------------------------
       Reporter:  mjo        |         Owner:  burcin   
           Type:  defect     |        Status:  new      
       Priority:  major      |     Milestone:  sage-5.11
      Component:  symbolics  |    Resolution:           
       Keywords:             |   Work issues:           
Report Upstream:  N/A        |     Reviewers:           
        Authors:             |     Merged in:           
   Dependencies:             |      Stopgaps:           
-----------------------------+----------------------------------------------

Comment (by kcrisman):

 Thanks for pointing out #12795, which got me trying this out again...
 Pretty sure this is invalid.
 {{{
 sage: G = F(u=b)
 sage: H = G.simplify_trig()
 sage: R = RealField(1000)
 sage: L = [(j,H(R(j))) for j in srange(-1,.2,.001)]
 sage: M = [(a,R(b)) for a,b in L] # should have done this in one step, but
 oh well
 sage: points(M)+plot(G,(x,-1,.2),color='red')
 }}}
 yields the following bee-yoo-tiful picture that every student of
 mathematics should have the chance to understand - why you don't just plug
 and chug:

 [[Image(better.png)]]

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12795#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 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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to