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