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
Copy file name to clipboardExpand all lines: src/08_Eigenvalue_problems.jl
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ TableOfContents()
40
40
md"""
41
41
# Eigenvalue problems
42
42
43
-
Recall that the eigenpairs of a matrix $A$ are the pairs $(λ_i, \mathbf{v}_i)$
43
+
Recall that the eigenpairs of a matrix $\mathbf A$ are the pairs $(λ_i, \mathbf{v}_i)$
44
44
of eigenvalues $λ_i$ and eigenvectors $\mathbf{v}_i$ such that
45
45
```math
46
46
\mathbf{A} \mathbf{v}_i = λ_i \mathbf{v}_i.
@@ -49,7 +49,7 @@ Geometrically speaking the eigenvectors provide special directions in space alon
49
49
50
50
But more generally if $\mathbf x$ is an arbitrary vector
51
51
and if for simplicity we assume $\mathbf{A}$ to be symmetric
52
-
and positive-definite,
52
+
and positivedefinite,
53
53
then we find
54
54
```math
55
55
\|\mathbf A \mathbf x \|\leq \|\mathbf A \|\,\|\mathbf x \|\leq
@@ -67,7 +67,7 @@ This may sound technical, but as **matrices are common
67
67
in physics and engineering**
68
68
and since their **eigenpairs characterise the action of these matrices**,
69
69
the computation of
70
-
eigenpairs often carris a **physical interpretation**.
70
+
eigenpairs often carries a **physical interpretation**.
71
71
72
72
For example, in the classical mechanics of rotating objects, the eigenvectors of the **[Moment of inertia](https://en.wikipedia.org/wiki/Moment_of_inertia)** tensor are the **principle axes** along which an object spins without coupling to other rotational degrees of freedom.
73
73
@@ -159,7 +159,7 @@ md"""Note how the iterations stabilise, i.e. that $\textbf{x}$ and $\textbf{A} \
159
159
160
160
# ╔═╡ 73c62d23-ac2a-48be-b3c7-0d51ffce773c
161
161
md"""
162
-
Let us understand what happened in this example in detail now. We consider the case $\mathbf{A} \in \mathbb{R}^{n \times n}$ diagonalisable and let further
162
+
Let us understand what happened in this example in detail. We consider the case $\mathbf{A} \in \mathbb{R}^{n \times n}$ diagonalisable and let further
0 commit comments