Iterative Methods
Iterative Methods
Iteration 0 1 2
9 + (1) − (1) 13 22
x 1 9 + (− ) − ( ) 𝟒𝟔
𝑥= =𝟑 𝑥= 9 9 =
3 3 𝟐𝟕
−17 − (3) + 7(1) 𝟏𝟑 46 22
−17 − ( ) + 7 ( )
y 1 𝑦= =− 𝑦= 27 9 = − 𝟒𝟑
9 𝟗 9 𝟐𝟒𝟑
13 46 43
25 − 2(3) + 3(− ) 25 − 2 ( ) + 3 (− )
z 1 𝑧= 9 = 𝟐𝟐 𝑧= 27 243 = 𝟖𝟓𝟑
6 𝟗 6 𝟐𝟒𝟑
We can observe that after finding the value for x, this value is then used to find the y value, and this y value is
plugged in to find the z value along with the previously resulting x value. For the second iteration, the values
plugged in to find x were the results in the previous iteration, this process will then repeat. By doing so, the value
for each variable can be observed to be reaching a number:
Iteration 3 4 5 6 7 8
x 1.770919 1.915308 1.979019 1.997217 2.000473 2.000468
y 0.644566 0.930577 0.997291 1.004695 1.002495 1.000795
z 3.898643 3.99352 4.005639 4.003275 4.00109 4.000242
From the table, we can observe that the solutions for the equation are approaching 2, 1, and 4 for x, y, and z
respectively, similar to the previous example.