Skip to content

Commit 1d51586

Browse files
latex
1 parent 569ecdb commit 1d51586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Newton's method (also known as the Newton–Raphson method) is a method for find
77

88
** [[https://en.wikipedia.org/wiki/Fixed-point_iteration][Fixed point method]]
99
Fixed-point iteration is a method of computing fixed points of iterated functions. More specifically, given a function f defined on the real numbers with real values and given a point x0 in the domain of f, the fixed point iteration is
10-
$$ x_{n+1}=f(x_{n}),\,n=0,1,2,\dots
10+
$$ x_{n+1}=f(x_{n}),\,n=0,1,2,\dots$$
1111

1212
** [[https://en.wikipedia.org/wiki/Secant_method][Secant method]]
1313
Secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f. The secant method can be thought of as a finite difference approximation of Newton's method.

0 commit comments

Comments
 (0)