Skip to content

Commit

Permalink
Merge pull request #261 from Quantum-Software-Development/FabianaCamp…
Browse files Browse the repository at this point in the history
…anari-patch-1

Update README.md
  • Loading branch information
FabianaCampanari authored May 28, 2024
2 parents 30b5de4 + 1a7cd22 commit 2e956f2
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 2e956f2

Please sign in to comment.