+--------+
| /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 | 2.000 | | | | | | 1 | | | | | | | | 2 | | | | | | | +------+---------+---------+---------+---------+----------+----------+
+--------+
| /15 |
+--------+
[ 8.537E-01 4.966E-01 ]
A = [ ]
[ 5.936E-01 8.998E+08 ]
with its inverse
[ 1.171E+00 -6.465E-10 ]
A^(-1) = [ ].
[ -7.728E-10 1.111E-09 ]
+--------+
| /20 |
+--------+
[ 6.000 0.000 9.000 ]
A = [ 1.000 4.000 4.000 ].
[ 2.000 7.000 4.000 ]
+--------+
| /30 |
+--------+