Skip to main content
Contents
Dark Mode Prev Up Next
\(\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\newcommand{\bu}{\boldsymbol{u}}
\newcommand{\bv}{\boldsymbol{v}}
\newcommand{\bw}{\boldsymbol{w}}
\newcommand{\bzero}{\boldsymbol{0}}
\DeclareMathOperator{\rad}{rad}
\DeclareMathOperator{\midpt}{midpt}
\DeclareMathOperator{\diam}{diam}
\DeclareMathOperator{\mig}{mig}
\DeclareMathOperator{\magn}{mag}
\DeclareMathOperator{\abs}{abs}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Chapter 3 Rootfinding
Rootfinding is the process of finding values
\(p\) such that
\(f(p)=0\) for a function
\(f\text{.}\) This is identical to solving equations
\(f(x)=g(x)\text{.}\) In this chapter, we learn techniques to estimate roots.