12 Determinants and Eigensystems
Determinants
For an matrix \mathbf{A} \in \mathbb{C}^{n \times n}, the determinant of A is defined to be the scalar
\text{det} (\mathbf{A}) = \lvert \mathbf{A} \rvert = \sum_{p \in \mathcal{P}} \sigma (p) \prod_{i=1}^{n} a_{i, p_{i}}
where
\mathcal{P} is the set of all permutations of the set of (1, 2, \dots, n),
\sigma (p) is the parity of the permutation p.
Note that each term a1p1a2p2 · · · anpn in (6.1.1) contains exactly one entry from each row and each column of A.
Eigensystems
For a square matrix \mathbf{A} \in \mathbb{R}^{n \times n}, (\lambda, \mathbf{x}) is an eigenpair for \mathbf{A} if
\mathbf{A} \mathbf{x} = \lambda \mathbf{x}
where
the scalar \lambda is an eigenvalue for \mathbf{A},
the non-zero vector \mathbf{x} is an eigenvector associated with \lambda for \mathbf{A}.
Eigenspace
Given a eigenvalue \lambda,
\begin{aligned} \mathbf{A} \mathbf{x} & = \lambda \mathbf{x} \\ (\mathbf{A} - \lambda \mathbf{I}) \mathbf{x} & = 0 \\ \mathbf{x} & \in N (\mathbf{A} - \lambda \mathbf{I}), \\ \end{aligned}
which shows that the set
\{ \mathbf{x} \neq 0 \mid \mathbf{x} \in N (\mathbf{A} - \lambda \mathbf{I}) \}
is the set of all eigenvectors associated with the \lambda, and N (\mathbf{A} - \lambda \mathbf{I}) is an eigenspace for \mathbf{A}.
Because of \mathbf{x} \neq \mathbf{0} and rank-nullity theorem,
N (\mathbf{A} - \lambda \mathbf{I}) \neq \{ \mathbf{0} \} \Rightarrow \text{rank} (\mathbf{A} - \lambda \mathbf{I}) < n
which, according to the property of rank, indicates that \mathbf{A} - \lambda \mathbf{I} is a singular matrix, that is,
\text{det} (\mathbf{A} - \lambda \mathbf{I}) = 0.
Characteristic polynomial and equation
The characteristic polynomial of \mathbf{A} \in \mathbb{R}^{n \times n} is a polynomial function of \lambda
p (\lambda) = \text{det} (\mathbf{A} - \lambda \mathbf{I}).
The degree (highest exponent in the expression) of p (\lambda) is n,
the leading term in p (\lambda) is (-1)^{n} \lambda^{n}.
The characteristic equation for \mathbf{A} is
p (\lambda) = 0.
The eigenvalues of \mathbf{A} are the solutions of the characteristic equation.
Thus, \mathbf{A} has n eigenvalues, but some may be complex numbers (even if the entries of \mathbf{A} are real numbers), and some eigenvalues may be repeated.
Multiplicities
The set of all distinct eigenvalues, denoted by \sigma (\mathbf{A}), is the spectrum of \mathbf{A}. Let \lambda_{1}, \dots, \lambda_{n} \in \sigma (\mathbf{A}) be the spectrum of \mathbf{A}. Then
the algebraic multiplicity of an eigenvalue \lambda_{i} is the number of times it appears as the root of p (\lambda),
\text{alg mult}_{\mathbf{A}} (\lambda_{i}) = a_{i} \iff \dots + (\lambda - \lambda_{i})^{a_{i}} + \dots = 0.
That is, the algebraic multiplicity of \lambda_{i} is the number of times \lambda_{i} has repeated in all eigenvalues.
the geometric multiplicity of an eigenvalue \lambda_{i} is the number of the dimension of eigenspace associated with \lambda_{i},
\text{geo mult}_{\mathbf{A}} (\lambda_{i}) = \text{dim} N (\mathbf{A} - \lambda_{i} \mathbf{I}).
That is, the geometric multiplicity of \lambda_{i} is the number of linearly independent eigenvectors associated with \lambda_{i}.
Special multiplicities
When \text{alg mult}_{\mathbf{A}} (\lambda_{i}) = 1, \lambda_{i} is called a simple eigenvalue, since there can only be one unique eigenvector associated with this eigenvalue.
Eigenvalues such that \text{alg mult}_{\mathbf{A}} (\lambda_{i}) = \text{geo mult}_{\mathbf{A}} (\lambda_{i}) are called semi-simple eigenvalues of A, as all eigenvectors associated with the eigenvalues that have the value of \lambda_{i} are linearly independent.
Properties of multiplicities
For every \mathbf{A} \in \mathbb{C}^{n \times n}, and for each \lambda_{i} \in \sigma(\mathbf{A}),
\text{geo mult}_{\mathbf{A}} (\lambda_{i}) \leq \text{alg mult}_{\mathbf{A}} (\lambda_{i}).
Independent eigenvectors
Let \{ \lambda_{1}, \dots, \lambda_{k} \} be a set of distinct eigenvalues for \mathbf{A}.
If \{ (\lambda_{1}, \mathbf{x}_{1}), \dots, (\lambda_{k}, \mathbf{x}_{k}) \} is a set of eigenpairs for \mathbf{A}, then \{ \mathbf{x}_{1}, \dots, \mathbf{x}_{k} \} is a linearly independent set.
If \mathcal{B}_{i} is a basis for N (\mathbf{A} - \lambda_{i} \mathbf{I}), then \mathcal{B} = \mathcal{B}_{1} \cup \dots, \cup \mathcal{B}_{k} is a linearly independent set.