This document summarizes numerical methods for solving ordinary differential equations (ODEs), including Runge-Kutta methods like Euler's method, Heun's method, and the midpoint method. It also discusses solving systems of ODEs using Euler's method by applying it separately to each equation at each time step. The document provides examples applying these methods to solve sample ODEs and systems of ODEs.