Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.25 KB

File metadata and controls

41 lines (30 loc) · 1.25 KB

Fun With Math

A collection of interactive mathematical experiments—all running live in your browser with no installation required.

🚀 Getting Started

Open index.html in any modern web browser, or serve the folder with any static file server:

npx serve .
# or
python -m http.server

Then navigate to the URL shown in your terminal (e.g. http://localhost:3000 for serve, http://localhost:8000 for Python).

🧮 Experiments

Experiment Description
Mandelbrot Set Zoom and pan the iconic complex-plane fractal
Prime Number Sieve Animated Sieve of Eratosthenes
Fourier Series Build waveforms from rotating circles
Collatz Conjecture Visualize the 3n+1 sequence

🗂 Project Structure

index.html              ← Landing page / experiment gallery
css/
  style.css             ← Shared stylesheet
experiments/
  mandelbrot.html       ← Mandelbrot Set Explorer
  primes.html           ← Prime Number Sieve
  fourier.html          ← Fourier Series Visualizer
  collatz.html          ← Collatz Conjecture

📄 License

See LICENSE.