vault backup: 2025-01-08 11:58:17

This commit is contained in:
arc
2025-01-08 11:58:17 -07:00
parent d9aeb6320a
commit 6a8bda4f8b
2 changed files with 29 additions and 1 deletions

View File

@ -15,7 +15,8 @@ Limits are valuable because they can be used to describe a point on a graph, eve
# Standard Notation
The standard notation for a limit is:
$$ \lim_{x \to a} f(x) = L $$
- As $x$ approaches $a$, the output of $f(x)$ draws closer to $L$.
- As $x$ approaches $a$, the output of $f(x)$ draws closer to $L$. In the above notation, $x$ and $a$ are not necessarily equal.
- When plotted, the hole is located at $(a, L)$.
# Definitions
| Term | Definition |