{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "161e6df1-8c7d-4057-8778-cafde26b7924",
   "metadata": {},
   "source": [
    "# Polynomial Collocation and Approximation"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "88cb2182-aed0-4f0c-a69a-39ce3b6df2b6",
   "metadata": {},
   "source": [
    "**References:**\n",
    "\n",
    "- Chapter 3 *Interpolation* of {cite}`Sauer`.\n",
    "- Chapter 3 *Interpolation and Polynomial Approximation* of {cite}`Burden-Faires`.\n",
    "- Chapter 4 of {cite}`Kincaid-Chenney`."
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Julia 1.8.1",
   "language": "julia",
   "name": "julia-1.8"
  },
  "language_info": {
   "file_extension": ".jl",
   "mimetype": "application/julia",
   "name": "julia",
   "version": "1.8.1"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
