Last active
April 2, 2020 19:16
-
-
Save ahmedazizkhelifi/0b7234bc6205f83893ee4bd598c72048 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
| #limit | |
| Limit at plus infinity : $$\lim_{x \to +\infty} f(x)$$ | |
| Limit at minus infinity : $$\lim_{x \to -\infty} f(x)$$ | |
| Limit at $\alpha$ : $$\lim_{x \to \alpha} f(x)$$ | |
| Max : $$\max_{x \in [a,b]}f(x)$$ | |
| Min : $$\min_{x \in [\alpha,\beta]}f(x)$$ | |
| Sup : $$\sup_{x \in \mathbb{R}}f(x)$$ | |
| Inf : $$\inf_{x > s}f(x)$$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment