From d3c0341af24ba37d33d8b1999294c127d9bdb3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=F0=9F=9A=80=20=20Campanari?= <113218619+FabianaCampanari@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:59:30 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d712fe6..6c8f998 100644 --- a/README.md +++ b/README.md @@ -137,13 +137,13 @@ Joseph Fourier’s development of Fourier analysis allowed quantum mechanics to * 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$
- - 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$