Skip to content

Instantly share code, notes, and snippets.

@ahmedazizkhelifi
Last active April 3, 2020 20:19
Show Gist options
  • Save ahmedazizkhelifi/e89542ad298654c42f6d4868b561ea8d to your computer and use it in GitHub Desktop.
Save ahmedazizkhelifi/e89542ad298654c42f6d4868b561ea8d to your computer and use it in GitHub Desktop.
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