Subsection 9.3.3 Computing values of exponential functions
Realizing the natural exponential function as a reflection of the natural logarithm function, as in
Pattern 9.3.7, tells us (in principle) how to compute expressions like
Pattern 9.3.9. Using the natural logarithm to compute values of the natural exponential function.
The following two equalities are equivalent to each other.
Pattern 9.3.9 says that computing
is equivalent to solving
for
In the Sage cell below, change the value of the
z
variable (which is used as the upper bound of the integration command) and re-evaluate until you get reasonably close to the value of
(Recall that
is defined as an integral of rate function
) The first command in the Sage cell below prints out a numerical approximation of
Of course, computers and calculators know how to (approximately) compute values of
for arbitrary values of
Use the Sage cell below to do just that. As before, you are attempting to refine the value of the
z
variable until the integration result is very close to
which the first command computes for you.
When youβve had enough of trial-and-error attempts to determine the value of
above, you can ask Sage to compute it for you below.