0% found this document useful (0 votes)
31 views4 pages

ALGOO

The document discusses several numerical methods for finding the root of an equation, including iteration, bisection, regularization, secant, and Newton-Raphson methods. Tables and graphs are presented showing the results of applying these methods to specific equations.

Uploaded by

M Alief Ya Moriz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views4 pages

ALGOO

The document discusses several numerical methods for finding the root of an equation, including iteration, bisection, regularization, secant, and Newton-Raphson methods. Tables and graphs are presented showing the results of applying these methods to specific equations.

Uploaded by

M Alief Ya Moriz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 4

f(x)=((3*x)-5/(2*x)+3)^3

15
METODE GRAFIK
ITERASI X F(X)
0 0.4 -8.61513 10
1 0.5 -0.125
2 0.6 0.254037 5
3 0.7 3.571554
4 0.8 11.77455
0
0.35 0.4 0.4

-5

-10
A = f(b) x f©<0,c,a
B = F(a) xf© <0,c,b

METODE BISECTION
R a b F(a) F(b) c F(C ) epsilon
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0

METODE ITERASI SEDERHANA METODE RAPSON


ITERASI X f(x) eps ITERASI X
1 0.8 0.8993287138 0 0.8
2 0.8993287138 0.8790494733 0.110448 1 0.886142
3 0.8790494733 0.8832546644 0.02307 2 0.88254
4 0.8832546644 0.8823851944 0.004761 3 0.882534
5 0.8823851944 0.8825650775 0.000985
6 0.8825650775 0.8825278665 0.000204
Grafi k
15

10

0
0.35 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85

-5

-10

x© = ((af(b)-bf(a))/f(b)-f(a))

METODE REGULASI
ITERASI a b f(a) f(b) c f(c )
1 0.8 0.9 -0.16879214 0.0375176465 0.881815 -0.0015318264
2 0.8818148969 0.9 -0.00153183 0.0375176465 0.882528 -1.27505999E-05
3 0.8825282592 0.9 -1.2751E-05 0.0375176465 0.882534 -1.06055502E-07

METODE SECANT
r x f(x)
1 0.8 -0.1687921354
2 0.9 0.0375176465 �=𝑋𝑖−𝑌𝑖 (𝑋𝑖−𝑋𝑖−1)/
3 0.8818148969 -0.0015318264 (𝑌2−𝑌1)
4 0.8825282592 -1.27506E-05
5 0.8825342469 4.4121709E-09
6 0.8825342448 -1.2767565E-14
7 0.8825342448 0

METODE RAPSON
F(X) F'(X) EPS
-0.16879 1.959463 X = X1-((F(X)/F'(X))
0.007699 2.13759 0.0833306831 x^2-(x+1)*e^-x
1.33E-05 2.130215 0.0034621552 F'(X) = (2*X)-e^-x+(x+1)*e^-x) turunan rumus atas
3.98E-11 2.130202 5.994921E-06
eps

0.0008083166
6.7259262E-06

n rumus atas

You might also like