#6948: powers of exp are over simplified
-----------------------+----------------------------------------------------
Reporter: burcin | Owner: burcin
Type: defect | Status: new
Priority: critical | Milestone: sage-4.1.2
Component: symbolics | Keywords:
Reviewer: | Author:
Merged: |
-----------------------+----------------------------------------------------
Francois Maltey wrote on sage-support:
{{{
var("a,b,c")
exp(a)^2 # returns exp(2a) is right
exp(a)^(1/2) # returns exp (a/2) is wrong, with a=2*i*pi we get -1=1
exp(a)^b # returns exp(a*b) is wrong
}}}
The thread is here:
http://groups.google.com/group/sage-
support/browse_thread/thread/330a015bf640a4f3/0ddfdd5a4e021579
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6948>
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
-~----------~----~----~----~------~----~------~--~---