Hi,

when I do:

sage: z(x)=(e^(x^2))*e^(-(x^2));z
I get:
x |--> e^(-2*x^2)

also :

sage: (e^(x^3))*e^(-(x^3))
e^(-2*x^3)

strangely enough:
sage: e^x*e^(-x)
1

I have been looking at this for some time now and I don't think this
is a maxima problem (don't believe me I barely know what I'm doing):

sage: maxima('e^(x^2)*e^(-x^2)')
1

I want to confirm this is a bug, then I can open open a trac.

Exitos
Luis Berlioz



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to