-
Notifications
You must be signed in to change notification settings - Fork 0
ContinuousNewtonMethod
Stephen Crowley edited this page Mar 13, 2023
·
18 revisions
The continuous Newton method involves solving a differential equation of the form:
\begin{equation} y'(t) = -\frac{f(y(t))}{f'(y(t))} \end{equation}
where