chapt4b.mw
Exponential Function
Exponential Function
>
f := (x,n) -> (1+x/n)^n;
>
[seq([100*n,evalf(f(2,100*n))],n=1..20)];
>
Compare these to the true value.
>
evalf(exp(2));