0% found this document useful (0 votes)
26 views2 pages

Lembar Program Komputer Iterasi (I) X F (X)

The document presents the results of an iterative numerical method to find the maximum of a function f(x). It shows the value of x and f(x) over 6 iterations, with the maximum found at iteration 4 when x=1.42755 and f(x)=1.77573. It also displays the calculations for f'(x) and f''(x) at each iteration, with f'(x)=0 at the maximum, confirming it is a local maximum.

Uploaded by

Pake Lap
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)
26 views2 pages

Lembar Program Komputer Iterasi (I) X F (X)

The document presents the results of an iterative numerical method to find the maximum of a function f(x). It shows the value of x and f(x) over 6 iterations, with the maximum found at iteration 4 when x=1.42755 and f(x)=1.77573. It also displays the calculations for f'(x) and f''(x) at each iteration, with f'(x)=0 at the maximum, confirming it is a local maximum.

Uploaded by

Pake Lap
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/ 2

Iterasi (i) x f(x)

0 2.5 0.57194
1 0.99508 1.57859
2 1.46901 1.77385
3 1.42764 1.77573
4 1.42755 1.77573
5 1.42755 1.77573
6 1.42755 1.77573

Lembar Program Komputer


Iterasi (i) x f(x)
=A13 =B13 =2*SIN(B13)-(B13^2/10)
=A14 =B13-(D13/E13) =2*SIN(B14)-(B14^2/10)
=A15 =B14-(D14/E14) =2*SIN(B15)-(B15^2/10)
=A16 =B15-(D15/E15) =2*SIN(B16)-(B16^2/10)
=A17 =B16-(D16/E16) =2*SIN(B17)-(B17^2/10)
=A18 =B17-(D17/E17) =2*SIN(B18)-(B18^2/10)
=A19 =B18-(D18/E18) =2*SIN(B19)-(B19^2/10)

Kesimpulan:
Nilai Maksimum berada pada f'(x)=0 yaitu pada iterasi ke 4 engan nilai x= 1.42755 dan f(x)= 1.77573
f'(x) f''(x)
-2.102287 -1.396944
0.889853 -1.877607
-0.090582 -2.189649
-0.000197 -2.179542
0.000000 -2.179516
0.000000 -2.179516
0.000000 -2.179516

f'(x) f''(x)
=2*COS(B13)-(B13/5) =-2*SIN(B13)-0.2
=2*COS(B14)-(B14/5) =-2*SIN(B14)-0.2
=2*COS(B15)-(B15/5) =-2*SIN(B15)-0.2
=2*COS(B16)-(B16/5) =-2*SIN(B16)-0.2
=2*COS(B17)-(B17/5) =-2*SIN(B17)-0.2
=2*COS(B18)-(B18/5) =-2*SIN(B18)-0.2
=2*COS(B19)-(B19/5) =-2*SIN(B19)-0.2

x)= 1.77573

You might also like