#6948: [with patch, needs work] powers of exp are over simplified
-----------------------+----------------------------------------------------
 Reporter:  burcin     |       Owner:  burcin       
     Type:  defect     |      Status:  assigned     
 Priority:  critical   |   Milestone:  sage-4.1.2   
Component:  symbolics  |    Keywords:               
 Reviewer:             |      Author:  Burcin Erocal
   Merged:             |  
-----------------------+----------------------------------------------------

Comment(by kcrisman):

 Nice, but does it actually fix the examples provided?
 {{{
 sage: exp(a)^(1/2)
 sqrt(e^a)
 }}}
 I guess that's okay.  But
 {{{
 sage: exp(a)^(1/3)
 e^a^(1/3)
 sage: exp(a^(1/3))
 e^(a^(1/3))
 }}}
 I think there are missing parentheses in the first example, particularly
 because it's not typeset.   Even if that is a convention, which I'm not so
 sure of, the dictum is that it's better to be explicit.

 I also get a doctest failure (not mentioned in the Pynac upgrade ticket)
 in product and quotient rule differentiation in calculus/tests.py, but it
 looks like that's the one in #6524, so it's properly speaking another
 issue, I guess.

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