{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "8b17f59d-ed3d-4d02-9fcb-eee7e627d38f",
   "metadata": {},
   "source": [
    "(chapter:root-finding)=\n",
    "# Root-finding"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "0a6ab062-39fa-457f-b886-7e5d70930309",
   "metadata": {},
   "source": [
    "This chapter was last revised on August 27, 2025."
   ]
  },
  {
   "cell_type": "markdown",
   "id": "1ab97559-9bf3-4611-a77a-205f7d863f1b",
   "metadata": {},
   "source": [
    "% **TO DO:**\n",
    "\n",
    "% - Write a brief chapter introduction — no sections!"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "10ec1df5-8ac7-4e58-b8e8-c9a50f57f2b7",
   "metadata": {},
   "source": [
    "**References:**\n",
    "\n",
    "- {cite}`Chasnov` Chapter 2, *Root Finding*.\n",
    "\n",
    "- {cite}`Sullivan` Chapter 2, [*Algebra*](https://numericalmethodssullivan.github.io/ch-algebra.html).\n",
    "\n",
    "- {cite}`Sauer` Chapter 1, *Solving Equations*.\n",
    "\n",
    "- {cite}`Burden-Faires` Chapter 2, *Solutions of Equations of One Variable*.\n",
    "\n",
    "- {cite}`Dionne` Chapter 2, *Iterative Methods to Solve Nonlinear Equations*.\n",
    "\n",
    "- {cite}`Chenney-Kincaid` Chapter 3, *Nonlinear Equations*.\n",
    "\n",
    "- {cite}`Dahlquist-Bjorck-v1` Chapter 6, *Solving Scalar Nonlinear Equations*."
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.12.2"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
