Review / About

About this site

Built 2026-04-20

This is an unofficial concept-per-page review of Math 53: Differential Equations with Linear Algebra, Fourier Methods, and Modern Applications as taught at Stanford in Spring 2026 (instructor: Lernik Asserian).

It is inspired by the layout of Paul's Online Math Notes (tutorial.math.lamar.edu) with a dark theme modeled after claude.ai.

## Scope

All 26 core chapters of the Math 53 textbook:

Optional appendices (integrating factors, Laplace transform, Picard iteration, etc.) are not covered in depth here.

## Sources

## How to use it

## Building locally

`` cd ~/.tuft/projects/math53-review python3 build.py # serve python3 -m http.server --directory site 8000 ``

## Deploy (Cloudflare Pages)

`` wrangler pages deploy site --project-name math53-review ``

## Caveats