Skip to content

Commit 62ef1d2

Browse files
Apply review changes
1 parent 6bdb3c3 commit 62ef1d2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lectures/eigen_I.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kernelspec:
2525

2626
## Overview
2727

28-
Eigenvalues and eigenvectors are a advanced topic in linear and
28+
Eigenvalues and eigenvectors are an advanced topic in linear and
2929
matrix algebra.
3030

3131
At the same time, these concepts are extremely useful for

lectures/eigen_II.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ If $A$ is primitive then,
178178
179179
6. the inequality $|\lambda| \leq r(A)$ is **strict** for all eigenvalues $\lambda$ of $A$ distinct from $r(A)$, and
180180
7. with $v$ and $w$ normalized so that the inner product of $w$ and $v = 1$, we have
181-
$ r(A)^{-m} A^m$ converges to $v w^{\top}$ when $m \rightarrow \infty. \text{ } v w^{\top}$ is called the **Perron projection** of $A$.
181+
$ r(A)^{-m} A^m$ converges to $v w^{\top}$ when $m \rightarrow \infty$.
182+
\
183+
the matrix $v w^{\top}$ is called the **Perron projection** of $A$.
182184
```
183185

184186
(This is a relatively simple version of the theorem --- for more details see
@@ -486,7 +488,7 @@ The following is a fundamental result in functional analysis that generalizes
486488
487489
Let $A$ be a square matrix and let $A^k$ be the $k$-th power of $A$.
488490
489-
Let $r(A)$ be the *spectral radius* of $A$, defined as $\max_i |\lambda_i|$, where
491+
Let $r(A)$ be the **spectral radius** of $A$, defined as $\max_i |\lambda_i|$, where
490492
491493
* $\{\lambda_i\}_i$ is the set of eigenvalues of $A$ and
492494
* $|\lambda_i|$ is the modulus of the complex number $\lambda_i$

0 commit comments

Comments
 (0)