Difference between revisions of "Approximation of e"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | This little animation approximates <math>e</math> (displayed by the horizontal green line) by the sequence (blue line) | ||
+ | :<math>(1+\frac{1}{n})^n</math> | ||
+ | and by the series (black line) | ||
+ | :<math> \sum_{n=0}^\infty \frac{1}{n!} </math> | ||
+ | |||
+ | |||
<jsxgraph width="500" height="500" box="box"> | <jsxgraph width="500" height="500" box="box"> | ||
(function(){ | (function(){ |
Revision as of 00:05, 7 January 2019
This little animation approximates [math]e[/math] (displayed by the horizontal green line) by the sequence (blue line)
- [math](1+\frac{1}{n})^n[/math]
and by the series (black line)
- [math] \sum_{n=0}^\infty \frac{1}{n!} [/math]