{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Initial Value Problems\n", "\n", "An initial value problem is an ordinary differential equation of the form $y'(t) = f(y, t)$ with $y(0) = c$, where $y$ can be a single or muliti-valued.\n", "\n", "The idea is that you specifty the starting point of a system and the rules that govern the system, and let the simulation go from there." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Your Zebra Sanctuary\n", "\n", "Let's say you are really enthusiastic about zebras.\n", "\n", "