Skip to content

Commit

Permalink
Merge pull request #263 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 2e956f2 + aba44fe commit a6f7bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ 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}} \\
Expand Down

0 comments on commit a6f7bf2

Please sign in to comment.