summaryrefslogtreecommitdiff
path: root/tutorials/module_3/notebook_3/roots_optimization.ipynb
blob: 3e764f227d598443726c5c575f050a1a87df93f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# Root Finding Methods\n",
    "\n",
    "Root Finding Methods or non-linear equation solvers.\n",
    "\n",
    "## Incremental Search\n",
    "\n",
    "## Bisection\n",
    "\n",
    "## Modified Secant\n",
    "\n",
    "## Newton-Raphson"
   ],
   "id": "9483ba01-3002-4544-9286-e134b3d2538b"
  }
 ],
 "nbformat": 4,
 "nbformat_minor": 5,
 "metadata": {}
}