+--------+
| /20 |
+--------+
x dx abs(f(x))
--------------------------------------------
6.702462e-01 -1.228685e-02 1.846068e-06
6.794614e-01 -9.215139e-03 5.841073e-07
6.863727e-01 -6.911355e-03 1.848152e-07
This sequence is obtained by Newton's method.
The first column lists the successive approximations
for a root, the "dx" in the second column
is the increment added to the previous approximation
to obtain the "x" at the current line.
The last column lists the absolute value of
the function evaluated at the approximation.
+--------+
| /15 |
+--------+
||r|| ||x - xx||
------- <= ||A|| ||A^(-1)|| -----------
||b|| ||x||
+--------+
| /15 |
+--------+
+--------+-----------+-----------+-----------+------------+ | step | x1 | x2 | f(x1) | f(x2) | +========+===========+===========+===========+============+ | 0 | 3.820E-1 | 6.180E-1 | | | | 1 | | | | | | 2 | | | | | +--------+-----------+-----------+-----------+------------+
+--------+
| /20 |
+--------+
[ 5.028e-01 3.046e-01 6.822e-01 ]
A = [ 7.095e-01 1.897e-01 3.028e-01 ]
[ 4.289e-01 1.934e-01 5.417e-01 ]
+--------+
| /30 |
+--------+