fix: remove duplicate h1 from sample posts (page header already renders title)

This commit is contained in:
2026-06-01 23:21:59 -05:00
parent a44d8eaddc
commit 95f515448a

View File

@@ -11,7 +11,7 @@ author: James Liu
coverImage: /images/fourier-cover.jpg
---
# Fourier Analysis: From Mathematical Theory to Python Practice
## Fourier Analysis: From Mathematical Theory to Python Practice
Fourier analysis is one of the most beautiful and practical ideas in all of mathematics. It tells us that *any* sufficiently well-behaved periodic function can be expressed as an infinite sum of simple sines and cosines. This seemingly abstract claim has profound implications — from solving partial differential equations and compressing audio files to reconstructing medical images in MRI machines.