Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiana Campanari <fabicampanari@gmail.com>
  • Loading branch information
FabianaCampanari authored May 28, 2024
1 parent 30b5de4 commit 1a7cd22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,10 @@ This limit can be solved using factorization and polynomial division:

$$\
\begin{align*}
\lim_{{x \to 3}} \frac{{x^3 - 27}}{{x^2 - 5x + 6}}
&= \lim_{{x \to 3}} \frac{{(x - 3)(x^2 + 3x + 9)}}{{(x - 2)(x - 3)}} \\
&= \lim_{{x \to 3}} \frac{{x - 3}}{{x - 2}} \\
&= \frac{{3 - 3}}{{3 - 2}} \\
&= 1
\end{align*}
\$$
Expand Down

0 comments on commit 1a7cd22

Please sign in to comment.