{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "161e6df1-8c7d-4057-8778-cafde26b7924",
   "metadata": {},
   "source": [
    "(chapter:ODEIVPs)=\n",
    "# Initial Value Problems for Ordinary Differential Equations"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "6f38ef5f-fc4a-40d3-b620-a36adc5fbb45",
   "metadata": {},
   "source": [
    "**References:**\n",
    "\n",
    "- {cite}`Sauer` Chapter 6 *Ordinary Differential Equations*.\n",
    "\n",
    "- {cite}`Burden-Faires` Chapter 5 *Initial-Value Problems for Ordinary Differential Equations*.\n",
    "\n",
    "- {cite}`Chenney-Kincaid` Chapter 7, *Initial-Value Problems*, Sections 2 to 5.\n",
    "\n",
    "- {cite}`Kincaid-Chenney` Chapter 8, *Numerical Solution of Ordinary Differential Equations*, Sections 0 to 6."
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Julia 1.10.2",
   "language": "julia",
   "name": "julia-1.10"
  },
  "language_info": {
   "file_extension": ".jl",
   "mimetype": "application/julia",
   "name": "julia",
   "version": "1.10.2"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
