diff --git a/README.md b/README.md index e1e6a6f..210501d 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ Feel free to explore, contribute, and share your insights! ────────────── * Developed the mathematical framework for the Fourier Transform, which is foundational in quantum mechanics and quantum computing. - **Formula for Fourier Transform:** + - **Formula for Fourier Transform:** - $\huge \color{DeepSkyBlue} \hat{f}(k) = \int_{-\infty}^{\infty} f(x) \, e^{-2\pi i k x} \, dx$ + $\huge \color{DeepSkyBlue} \hat{f}(k) = \int_{-\infty}^{\infty} f(x) \, e^{-2\pi i k x} \, dx$
- **Formula for Inverse Fourier Transform:** + - **Formula for [Inverse]() Fourier Transform:** $\huge \color{DeepSkyBlue} f(x) = \int_{-\infty}^{\infty} \hat{f}(k) \, e^{2\pi i k x} \, dk$