Why am I getting e ^ x log (e) when I try to differentiate e ^ x at the maxima?
When I enter "diff(e^x,x);"
into Maxima, I get in return "e^x log(e)"
.
What can I do to get the correct answer? (just e ^ x)
+3
Daniel Correa
source
to share
1 answer
You must use% e, otherwise Maxima considers e to be a random constant.
+3
Daniel Correa
source
to share