You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -421,7 +425,7 @@ Clearly condition 2. suggests that the *perfect preconditioner* is $\mathbf{P} =
421
425
i.e. we converge in a single Richardson step !
422
426
The trouble of this choice is that step 2 of Algorithm 1 (Richardson iteration) now effectively requires to solve the system $\mathbf A \mathbf u^{(k)} = \mathbf r^{(k)}$ for $\mathbf u^{(k)}$, i.e. we are back to solving the original problem.
423
427
424
-
On the other hand condition 1. suggests to use $\mathbf P^{-1} = \mathbf I^{-1}$ (since the identity is cheapest to invert --- nothing needs to be done). However, this does not really do anything and does thus not improve the spectral radius.
428
+
On the other hand condition 1. suggests to use $\mathbf P^{-1} = \mathbf I^{-1}$ (since the identity is cheapest to invert --- nothing needs to be done). However, this does not really do anything and does thus not reduce the value of $\|\mathbf{B}\|$. It will just be $\|\mathbf I - \mathbf A\|$.
425
429
"""
426
430
427
431
# ╔═╡ a7ebacfb-b163-40aa-99c8-f5873478249b
@@ -923,7 +927,7 @@ takes us downhill (see green arrow). We thus propose an algorithm
0 commit comments