Skip to main content

Exploring Calculus with Maple Introductory Calculus

Section 6.5 Exponential and Logarithmic Functions

Another common command that we will frequently use is exp(). This is meant to be used as the natural exponential function. Unfortunately, simply typing in \({ e}^x\) using the ‘e’ key on the keyboard will not perform the correct operation. Instead, Maple treats ‘e’ as it does any other letter, such as ‘x’ or ‘y’.

Aside

> exp(a);
\begin{equation*} \displaystyle {{ e}^{a}} \end{equation*}
We will mostly be using the natural logarithm in calculus, but Maple provides commands for logarithms with different bases:
> ln(a);
\begin{equation*} \displaystyle {\ln(a)} \end{equation*}
> log10(1000);
\begin{equation*} \displaystyle {3} \end{equation*}