On Sun, May 29, 2011 at 3:50 PM, Christophe BAL <[email protected]> wrote:
> 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.
>
I think the solution you get is mathematically correct because
e^(x^2) = e^x => x^2 = x + 2*i*pi*n
for any integer n.
Rajeev
--
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.