+--------+
| /15 |
+--------+
Compute the convergence rate of this fixed-point iteration
What conclusions can you make from the rates you computed above?
+--------+
| /20 |
+--------+
+------+---------+---------+---------+---------+----------+----------+ | step | a | b | x_1 | x_2 | f(x_1) | f(x_2) | +------+---------+---------+---------+---------+----------+----------+ | 0 | 0.000 | 7.000 | | | | | | 1 | | | | | | | | 2 | | | | | | | +------+---------+---------+---------+---------+----------+----------+
+--------+
| /15 |
+--------+
[ 8.216E-01 8.180E-01 ]
A = [ ]
[ 6.449E+10 6.602E-01 ]
with its inverse
[ -1.251E-11 1.550E-11 ]
A^(-1) = [ ].
[ 1.223E+00 -1.558E-11 ]
+--------+
| /20 |
+--------+
[ 5.000 3.000 6.000 ]
A = [ 7.000 1.000 3.000 ].
[ 4.000 1.000 5.000 ]
Calculate with four decimal places, using rounding: write the answer of every step rounded to four decimal places, and use the rounded number in the calculations of the next step.
+--------+
| /30 |
+--------+