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
> - Due to (2), we thus have $\sum_{j=1}^{n}\left|M_{i j}\right|<1$ $\forall i$, therefore $\|M\|_{\infty}< 1$, and $\|M\|_{2}<\|M\|_{\infty}<1$.
103
-
> - Since $\|M\|_{2}$ bounds the modulus of the eigenvalues of $M$, we have that $I+M$ is non-singular, which implies $A-\lambda I$ is non-singular. Therefore $\lambda$ cannot be an eigenvalue of $A$.
102
+
> - Due to (2), we thus have $\sum_{j=1}^{n}\left|M_{i j}\right|<1$ $\forall i$, therefore $\|M\|_{\infty}< 1$, and $\varrho(M) < \|M\|_{\infty}<1$.
103
+
> - Since $\varrho(M)$ bounds the modulus of the eigenvalues of $M$, we have that $I+M$ is non-singular, which implies $A-\lambda I$ is non-singular. Therefore $\lambda$ cannot be an eigenvalue of $A$.
104
104
> - This contradicts our initial statement.
105
105
> $\hspace{7cm} \square$
106
106
@@ -172,7 +172,7 @@ md"""
172
172
> $\hspace{12cm} \square$
173
173
"""
174
174
175
-
# ╔═╡ fd5bcfb5-86c5-4097-a8b0-3f12ef8ed752
175
+
# ╔═╡ bf7bc022-c5d2-40a1-ae48-731ee97d9a32
176
176
md"""
177
177
This is a simple way to get general error bound by establishing a **residual-error relationship**, i.e. a relation between the residual as a computable check for convergence and the error of our quantity of interest against the exact result.
178
178
We will note that there is no need to know the exact result !
@@ -190,8 +190,17 @@ We will note that there is no need to know the exact result !
190
190
Note that there is no reason for $q$ or $C$ to be identical in both cases.
191
191
192
192
This suggests the following important point: error-residual relationships are not unique.
193
+
"""
194
+
195
+
# ╔═╡ a70cff6b-b3d6-4f49-aed0-4d01813d6a95
196
+
md"""
197
+
In fact in many practical examples such as [Herbst, Levitt, Cances 2020, *Figure 7*](https://michael-herbst.com/publications/2020.04.28_error_nonscf_kohn_sham.pdf) one sees that Bauer-Fike does not follow the convergence behaviour of the true error.
198
+
193
199
In fact for our case a better bound is the Kato-Temple bound, which we will derive next.
200
+
"""
194
201
202
+
# ╔═╡ 5e85fbbb-b9b6-49f2-b33f-539ddd7f4cc0
203
+
md"""
195
204
## Kato-Temple bound
196
205
"""
197
206
@@ -463,7 +472,11 @@ Consider the near-diagonal matrix
463
472
M = $(latexify_md(M))
464
473
465
474
466
-
with some Sliders to tune the off-diagonal elements:
475
+
with some Sliders to tune the off-diagonal elements, shown below. As approximate eigenvectors we assume the unit vectors, that is $\tilde{v}_i = e_i$. As a result the corresponding approximate eigenvalues are just
476
+
```math
477
+
R_M(\tilde{v}_i) = \tilde{v}_i^T M \tilde{v}_i = M_{ii},
0 commit comments