Skip to content

Commit 90f3883

Browse files
committed
Move periodic problems chapter
1 parent 07d8812 commit 90f3883

File tree

5 files changed

+3392
-1412
lines changed

5 files changed

+3392
-1412
lines changed

src/09_Operators_Spectra.jl

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -416,20 +416,6 @@ md"""
416416
We new that the new aspects in infinite dimensions is the additional requirement for $A - z$ to be bounded. A rationale for this requirement is given below:
417417
"""
418418

419-
# ╔═╡ 8db7d0bc-ff6b-4387-8009-d83e74faaad0
420-
md"""
421-
By construction the set $\resolvent(A)$ contains all $z \in \mathbb{C}$ for which $(\opA-z) x=y$ admits a unique solution $x \in D(\opA)$ for a given $y \in \hilbert$.
422-
Thus, for $(\opA-z) x=0$, only the trivial solution $x=0$ is possible.
423-
424-
To obtain eigenvalues we thus have to study the complement, as before
425-
"""
426-
427-
# ╔═╡ 86e5f05a-6562-48c4-80f4-10c7cee0698e
428-
md"""
429-
!!! note "Definition (Spectrum)"
430-
The **spectrum** is $\sigma (\opA) = \mathbb C \setminus \resolvent(\opA)$.
431-
"""
432-
433419
# ╔═╡ 625f255b-85b4-4ada-90bb-bb4c7d4ac597
434420
Foldable("Rationale for the additional boundedness requirement", md"""
435421
Having discussed the basic properties of operators, we now turn our attention towards their spectra.
@@ -471,6 +457,20 @@ Having discussed the basic properties of operators, we now turn our attention to
471457
As in the finite-dimensional case we first construct the *resolvent set*, which includes all the points that cannot be eigenvalues, i.e. the ones where the resolvent exists ($\opA-z$ can be inverted) and also the above aspect of a non-bounded $(\opA-λ)^{-1}$ is excluded:
472458
""")
473459

460+
# ╔═╡ 8db7d0bc-ff6b-4387-8009-d83e74faaad0
461+
md"""
462+
By construction the set $\resolvent(A)$ contains all $z \in \mathbb{C}$ for which $(\opA-z) x=y$ admits a unique solution $x \in D(\opA)$ for a given $y \in \hilbert$.
463+
Thus, for $(\opA-z) x=0$, only the trivial solution $x=0$ is possible.
464+
465+
To obtain eigenvalues we thus have to study the complement, as before
466+
"""
467+
468+
# ╔═╡ 86e5f05a-6562-48c4-80f4-10c7cee0698e
469+
md"""
470+
!!! note "Definition (Spectrum)"
471+
The **spectrum** is $\sigma (\opA) = \mathbb C \setminus \resolvent(\opA)$.
472+
"""
473+
474474
# ╔═╡ 9823dc80-2adb-4e21-9588-fdd7dc1b3545
475475
md"""
476476
From the definition of $\resolvent(\opA)$ there can be three reasons for a value $\lambda \in \mathbb{C}$ to be in $\sigma(\opA)$, respectively not in $\rho(\opA)$, namely

0 commit comments

Comments
 (0)