Skip to content

Commit 0df4515

Browse files
committed
Update RFC-00xx-automatic-implicit-differentiation.md
1 parent 5ac9757 commit 0df4515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RFC-00xx-automatic-implicit-differentiation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Brent’s method is an extension of the bisection method. It is a root-finding a
297297

298298
##### Secant Method
299299

300-
Newton’s method for univariate function minimization requires the first and second derivatives $f'$ and $f'''$. In many cases, $f'$ is known but the second derivative is not. The secant method applies Newton’s method using estimates of the second derivative and thus only requires $f′$. This property makes the secant method more convenient to use in practice.
300+
Newton’s method for univariate function minimization requires the first and second derivatives $f'$ and $f''$. In many cases, $f'$ is known but the second derivative is not. The secant method applies Newton’s method using estimates of the second derivative and thus only requires $f′$. This property makes the secant method more convenient to use in practice.
301301

302302
##### Quasi-Newton Methods
303303

0 commit comments

Comments
 (0)