Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,19 +201,30 @@ Joseph Fourier’s development of Fourier analysis allowed quantum mechanics to
### 4. **Srinivasa Ramanujan (1910–1920)** <br> ──────────────


* Srinivasa Ramanujan made groundbreaking contributions to mathematics, particularly in the realms of modular forms and infinite series. His work has had a lasting impact on various fields, including quantum gravity and string theory.
* Srinivasa Ramanujan made groundbreaking contributions to mathematics, particularly in the realms of modular forms and infinite series. His work has had a lasting impact on various fields, including quantum gravity and string theory.

### ***Ramanujan's Infinite Series for $\huge \color{DeepSkyBlue} $( \pi \)$ :***
**Srinivasa Ramanujan (1910–1920)**

One of his most famous formulas is an infinite series for $\large \color{DeepSkyBlue} \frac{1}{\pi}$ :
Srinivasa Ramanujan made groundbreaking contributions to mathematics, particularly in the realms of modular forms and infinite series. His work has had a lasting impact on various fields, including quantum gravity and string theory.

$\huge \color{DeepSkyBlue} \frac{1}{\pi} = \frac{2\sqrt{2}}{9801} \sum_{n=0}^{\infty} \frac{(4n)!(1103 + 26390n)}{(n!)^4 396^{4n}}$
### **Ramanujan's Infinite Series for \( \pi \):**

<br>
One of his most famous formulas is an infinite series for \( \frac{1}{\pi} \):


\[
\frac{1}{\pi} = \frac{2\sqrt{2}}{9801} \sum_{n=0}^{\infty} \frac{(4n)!(1103 + 26390n)}{(n!)^4 396^{4n}}
\]

Where:

- **\( n \)**: Summation index.

This series converges extraordinarily rapidly, making it highly efficient for calculating \( \pi \) to many decimal places. In 1985, William Gosper used this formula to compute \( \pi \) to 17 million digits.

Ramanujan's deep insights into infinite series and modular forms continue to influence modern mathematical research and applications.


<br>



Expand Down
Loading