Skip to content

code review #959

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 12, 2024
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<br><br>

## <p align="center"> ✍️ *Resolution* of Mathematics Exercises - Calculus I - Limits and Derivatives
## <p align="center"> ✍️ Resolution of Mathematics Exercises - Calculus I - Limits and Derivatives

#### <p align="center"> AI Data Science - PUCSP University Math Repository - [Professor Eric Bacconi Gonçalves](https://www.linkedin.com/in/eric-bacconi-423137/)

<br><br>

## 1. Find the limits:

1a) **Limit Expression:**
#### 1a) **Limit Expression:**
<!-- $$ \large x^2 - 9$$ -->

<br>
Expand Down Expand Up @@ -44,7 +44,7 @@ $$\large 3 + 3 = 6$$

<br>

* **Explanation:** The limit as ( x ) approaches 3 for the function $\frac{{x^2 - 9}}{{x - 3}}$ is 6.
* **Explanation:** The limit as ( x ) approaches 3 for the function $\large \frac{{x^2 - 9}}{{x - 3}}$ is 6.

This is because the factor ( x - 3 ) in the denominator cancels out with the same factor in the numerator, leaving ( x + 3 ) which evaluates to 6 when ( x ) is 3.

Expand Down
Loading