{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "161e6df1-8c7d-4057-8778-cafde26b7924",
   "metadata": {},
   "source": [
    "(chapter:polynomial-collocation-and-approximation)=\n",
    "# Polynomial Collocation and Approximation"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "88cb2182-aed0-4f0c-a69a-39ce3b6df2b6",
   "metadata": {},
   "source": [
    "**References:**\n",
    "\n",
    "- Chapter 3, *Interpolation*, of {cite:ts}`Sauer`.\n",
    "\n",
    "- Chapter 3, *Interpolation and Polynomial Approximation*, of {cite:ts}`Burden-Faires`.\n",
    "\n",
    "- Chapter 4, *Interpolation and Numerical Differentiation*, of {cite:ts}`Chenney-Kincaid`, Sections 1 and 2.\n",
    "\n",
    "-  Chapter 6, Sections 0 to 4 and 8 of {cite:ts}`Kincaid-Chenney`."
   ]
  }
 ],
 "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
}
