Skip to content

Instantly share code, notes, and snippets.

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