+--------+
| /15 |
+--------+
Compute the convergence rate of this fixed-point iteration
What conclusions can you make from the rates you computed above?
+--------+
| /20 |
+--------+
Write the values for a, b, x_1, x_2, f(x_1), and f(x_2) in the table (4 decimal places):
+------+---------+---------+---------+---------+----------+----------+ | step | a | b | x_1 | x_2 | f(x_1) | f(x_2) | +------+---------+---------+---------+---------+----------+----------+ | 0 | 0.000 | 5.000 | | | | | | 1 | | | | | | | | 2 | | | | | | | +------+---------+---------+---------+---------+----------+----------+
+--------+
| /15 |
+--------+
[ 4.447E-01 7.919E+08 ]
A = [ ]
[ 6.154E-01 9.218E-01 ]
with its inverse
[ -1.891E-09 1.625E+00 ]
A^(-1) = [ ].
[ 1.263E-09 -9.124E-10 ]
+--------+
| /20 |
+--------+
[ 2.000 8.000 0.000 ]
A = [ 9.000 4.000 4.000 ].
[ 6.000 7.000 8.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 |
+--------+