Anda di halaman 1dari 5

NAMA : VERNANDA FEBRIANTI

NIM : 061840421765
KELAS : 5 KIB
MATA KULIAH : ANALISIS NUMERIK

TUGAS 3

1. Tentukan akar dari f(x) = x6 + 4x2 – 10 dengan error= 0,000001


 Metode Newton Raphson
Iterasi x f(x) f'(x) error
1 -1 -5 -14
2 -1,357142857 3,615524914 -38,48066654 0,263157895
3 -1,263185937 0,445151366 -29,40239257 0,074380911
4 -1,248045966 0,009532309 -28,15224364 0,01213094
5 -1,24770737 0,00000463 -28,12490323 0,00027138

 Metode Secant
Iterasi xi f(x) ɛa
0 0,5 -8,98438
1 1 -5
2 1,627451 19,17446 0,385542
3 1,129776 -2,81496 0,440508
4 1,193485 -1,41235 0,053381
5 1,257637 0,283286 0,05101
6 1,246919 -0,02214 0,008595
7 1,247696 -0,00031 0,000623
8 1,247707 3,56E-07 8,97E-06
9 1,247707 -5,7E-12 1,01E-08
10 1,247707 0 1,62E-13
11 1,247707 0 0
 Matlab Newton Raphson

 Matlab Secant

2. Tentukan akar dari f(x) = e-3x – 5x2 dengan error= 0,00001


 Metode Newton Raphson
Iterasi x f(x) f'(x) error
1 0 1 -3
2 0,333333333 -0,187676114 -4,436971657 1
3 0,291035088 -0,005854502 -4,163308718 0,145337269
4 0,289628875 -6,16549E-06 -4,154543525 0,004855226
 Metode Secant
Iterasi xi f(x) ɛa
0 1 -4,95021
1 1,5 -11,2389
2 0,606419 -1,67657 1,473539
3 0,449746 -0,75192 0,348358
4 0,322341 -0,13931 0,395249
5 0,29337 -0,01559 0,098754
6 0,289719 -0,00038 0,012603
7 0,289628 -1,1E-06 0,000314
8 0,289627 -7,2E-11 8,82E-07
9 0,289627 0 6,02E-11
10 0,289627 0 0

 Matlab Newton Raphson


 Matlab Secant

3. Tentukan akar dari f(x) = 2e-2x – 3x3 + x dengan error= 0,0001


 Metode Newton Raphson
Iterasi x f(x) f'(x) error
1 0 2 -3
2 0,666666667 0,304972054 -4,054388552 1
3 0,7418869 -0,029547735 -4,860686547 0,101390432
4 0,735807978 -0,000212405 -4,790937369 0,008261561

 Metode Secant
Iterasi xi f(x) ɛa
0 1,5 -8,52543
1 2 -21,9634
2 1,182785 -3,59351 0,690924
3 1,022922 -1,9296 0,156281
4 0,837532 -0,55036 0,221353
5 0,763555 -0,13762 0,096884
6 0,73889 -0,01503 0,033381
7 0,735865 -0,00049 0,00411
8 0,735764 -1,8E-06 0,000138
9 0,735764 -2,2E-10 5,13E-07
10 0,735764 0 6,21E-11
11 0,735764 0 0
 Matlab Newton Raphson

 Matlab Secant

Anda mungkin juga menyukai