3

When I input "diff(e^x,x);" into Maxima, what I get in return is "e^x log(e)".

What can I do to get the correct answer? (just e^x)

Dan Beaulieu
  • 19,406
  • 19
  • 101
  • 135

1 Answers1

3

You have to use %e, otherwise Maxima thinks that e is a random constant.