#14305: bug in simplify_radical
----------------------------+-----------------------------------------------
       Reporter:  zimmerma  |         Owner:  burcin  
           Type:  defect    |        Status:  new     
       Priority:  critical  |     Milestone:  sage-5.9
      Component:  calculus  |    Resolution:          
       Keywords:            |   Work issues:          
Report Upstream:  N/A       |     Reviewers:          
        Authors:            |     Merged in:          
   Dependencies:            |      Stopgaps:          
----------------------------+-----------------------------------------------
Changes (by kcrisman):

 * cc: mjo, burcin (added)


Comment:

 > This is the problem.
 > {{{
 > (%i1) radcan(sqrt(x^2));
 > (%o1)                               abs(x)
 > (%i2) domain:complex;
 > (%o2)                               complex
 > (%i3) radcan(sqrt(x^2));
 > (%o3)                                  x
 > }}}
 By the way, I should point out that Maxima folks probably won't consider
 this a bug, for the same reasons as discussed in the past on other
 tickets.  But if we don't want this, we'll have to figure out how to deal
 with this.
 > Except this was not exposed before, apparently - it is the case in older
 Sage as well.  This is due to #12780.
 I've also posted a comment there, hopefully mjo or someone else will
 respond.

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