File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
2929matrix algebra.
3030
3131At the same time, these concepts are extremely useful for
Original file line number Diff line number Diff line change @@ -178,7 +178,9 @@ If $A$ is primitive then,
178178
1791796. the inequality $|\lambda| \leq r(A)$ is **strict** for all eigenvalues $\lambda$ of $A$ distinct from $r(A)$, and
1801807. 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
487489Let $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$
You can’t perform that action at this time.
0 commit comments