diff --git a/README.md b/README.md index e330593..af584d2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@
To solve this limit, we can use factorization:
- >
+
$$\\begin{align*}
\lim_{x \to 3}\frac{x^{2}-9}{x-3} &= \lim_{x \to 3}\frac{(x+3)(x-3)}{x-3} \\
@@ -26,7 +26,7 @@ $$\\begin{align*}
\end{align*}
\$$
->
+
Result: The limit of the expression is 6.