Last active
April 3, 2020 20:19
-
-
Save ahmedazizkhelifi/e89542ad298654c42f6d4868b561ea8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sum from 0 to +inf: | |
| $$\sum_{j=0}^{+\infty} A_{j}$$ | |
| Double sum: | |
| $$\sum^k_{i=1}\sum^{l+1}_{j=1}\,A_i A_j$$ | |
| Taylor expansion of $e^x$: | |
| $$ e^x = \sum_{k=0}^{n}\, \frac{x^k}{k!} + o(x^n) $$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment