Have maxima parser recognize exponential functions
Maxima represents exp(x) as "%e^x". This enhances the parser to recognize the special symbol %e and have any power function with it as a base return exp instead of pow.
Loading
Please register or sign in to comment