#6256: bug in symbolic arithmetic with exp
-----------------------+----------------------------------------------------
 Reporter:  burcin     |       Owner:  burcin    
     Type:  defect     |      Status:  new       
 Priority:  blocker    |   Milestone:  sage-4.0.2
Component:  symbolics  |    Keywords:            
 Reviewer:             |      Author:            
   Merged:             |  
-----------------------+----------------------------------------------------
 {{{
 sage: var('kappa')
 kappa
 sage: x = sqrt(kappa)
 sage: F = exp(x)
 sage: F
 e^sqrt(kappa)
 sage: F/F
 e^(2*sqrt(kappa))
 sage: 1/F
 e^(-sqrt(kappa))
 sage: (1/F) * F
 e^(2*sqrt(kappa))
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6256>
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