{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "(section:linear-equations-operation-counts)=\n",
    "# Operation Counts for Solving Simultaneous Linear Equations — coming soon"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "**Last revised on August 27, 2025**."
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "**References:**\n",
    "\n",
    "- {cite}`Sauer` Section 2.1.2, *Operation Counts*.\n",
    "\n",
    "- {cite}`Burden-Faires` Sections 6.1, *Linear Systems of Equations*, and 6.5, *Matrix Factorization*.\n",
    "\n",
    "- {cite}`Chasnov` Section 3.4, *Operation counts*.\n",
    "\n",
    "- {cite}`Trefethen-Bau` Lecture 20, *Gaussian Elimination*.\n",
    "\n",
    "- {cite}`Dahlquist-Bjorck-v2` Section 7.2, *Gaussian Elimination*: see the comments on *flops*.\n",
    "\n",
    "- {cite}`Chenney-Kincaid` Section 7.2, in the subsection on *Long Operation Count*.\n",
    "%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": 4
}
