Runge-Kutta Visualizer

Compare numerical integration methods — watch error accumulate over time

Exact (RK45)
Euler O(h)
RK2 O(h²)
RK4 O(h⁴)
Final error at t=T:
Euler:
RK2:
RK4: