Skip to content

Commit 68b3a63

Browse files
twfkshadamant-pwn
authored andcommitted
modified newton's method for finding roots
1 parent 95e82d4 commit 68b3a63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/num_methods/roots_newton.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ We want to solve the equation. More precisely, we want to find one of its roots
1818

1919
The input parameters of the algorithm consist of not only the function $f(x)$ but also the initial approximation - some $x_0$, with which the algorithm starts.
2020

21-
<div style="text-align:center">
22-
![Image](roots_newton.png)
23-
</div>
21+
![Image](roots_newton.png)
2422

2523
Suppose we have already calculated $x_i$, calculate $x_{i+1}$ as follows. Draw the tangent to the graph of the function $f(x)$ at the point $x = x_i$, and find the point of intersection of this tangent with the $x$-axis. $x_{i+1}$ is set equal to the $x$-coordinate of the point found, and we repeat the whole process from the beginning.
2624

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy