{ "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": {} }