






































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
This course contains solution of non linear equations and linear system of equations, approximation of eigen values, interpolation and polynomial approximation, numerical differentiation, integration, numerical solution of ordinary differential equations. This lecture includes: Solution, Non, Linear, Equations, Bisection, Method, Regula, Falsi, Iteration, Raphson, Graeffe, Root, Squaring
Typology: Slides
1 / 46
This page cannot be seen from the preview
Don't miss anything!
An approximation tothe root is given by
0
1
0
0
(
)
(
)
f
x
x
x
f
x
Newton’s algorithmTo find a solution to
0
INPUT
0
0
OUTPUT
Step 3 Set p = p
0
- f ( p
0
) / f’ ( p
0
(compute p
i^
).
Step 4
If Abs (p – p
0
( p );
(The procedure was successful.)
Step 5
Set
i = i + 1
Step 6
Set p
0
= p
(Update p
0
)
Step 7
(The method failed after N
0
iterations, N
0
= ‘,N
0
)
The procedure was unsuccessful
SolutionThe Maple command will be asfollows,Fsolve ( cos (x) -x);
alg023();
This is Newton's Method Input the function F(x) in terms of xFor example:> cos(x)-xInput initial approximation> 0.7853981635Input tolerance> 0.
Newton's Method
I^
P
F(P)
1
-7.5487470e-
2
-7.5100000e-
3
0.0000000e-
Approximate solution = 0.73908513with F(P) = 0.0000000000Number of iterations = 3Tolerance = 5.0000000000e-