Hello,
I've just tried the following code" in Sage :
==================
x = var('x')
solve(exp(x)-exp(x**2),x)
==================
The output is :
============
[e^(x^2) == e^x]
============
Why the exp are not "cancelled" ? Here there is no problem contrary to the
case of an equation like log(x^2) == log(x) ?
Best regards.
C.
--
You received this message because you are subscribed to the Google Groups
"sympy" 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/sympy?hl=en.