Chapter 6: Problem 2
Show that the eigenvalues of a triangular matrix are the diagonal elements of the matrix.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 6: Problem 2
Show that the eigenvalues of a triangular matrix are the diagonal elements of the matrix.
All the tools & learning materials you need for study success - in one app.
Get started for free
Given \\[ \mathbf{Y}=c_{1} e^{\lambda_{1} t} \mathbf{x}_{1}+c_{2} e^{\lambda_{2} t} \mathbf{x}_{2}+\cdots+c_{n} e^{\lambda_{n} t} \mathbf{x}_{n} \\] is the solution to the initial value problem: \\[ \mathbf{Y}^{\prime}=A \mathbf{Y}, \quad \mathbf{Y}(0)=\mathbf{Y}_{0} \\] (a) Show that \\[ \mathbf{Y}_{0}=c_{1} \mathbf{x}_{1}+c_{2} \mathbf{x}_{2}+\cdots+c_{n} \mathbf{x}_{n} \\] (b) Let \(X=\left(\mathbf{x}_{1}, \ldots, \mathbf{x}_{n}\right)\) and \(\mathbf{c}=\left(c_{1}, \ldots, c_{n}\right)^{T}\) Assuming that the vectors \(\mathbf{x}_{1}, \ldots, \mathbf{x}_{n}\) are linearly independent, show that \(\mathbf{c}=X^{-1} \mathbf{Y}_{0}\)
It follows from Exercise 14 that, for a diagonalizable matrix, the number of nonzero eigenvalues (counted according to multiplicity) equals the rank of the matrix. Give an example of a defective matrix whose rank is not equal to the number of nonzero eigenvalues.
Show that a nonzero nilpotent matrix is defective.
Prove that if \(A\) is a symmetric matrix with eigenvalues \(\lambda_{1}, \lambda_{2}, \ldots, \lambda_{n},\) then the singular values of \(A\) are \(\left|\lambda_{1}\right|,\left|\lambda_{2}\right|, \ldots,\left|\lambda_{n}\right|\)
Let \(p(\lambda)=(-1)^{n}\left(\lambda^{n}-a_{n-1} \lambda^{n-1}-\cdots-a_{1} \lambda-a_{0}\right)\) be a polynomial of degree \(n \geq 1\), and let \\[ C=\left(\begin{array}{ccccc} a_{n-1} & a_{n-2} & \cdots & a_{1} & a_{0} \\ 1 & 0 & \cdots & 0 & 0 \\ 0 & 1 & \cdots & 0 & 0 \\ \vdots & & & \\ 0 & 0 & \cdots & 1 & 0 \end{array}\right) \\] (a) Show that if \(\lambda_{i}\) is a root of \(p(\lambda)=0,\) then \(\lambda_{i}\) is an eigenvalue of \(C\) with eigenvector \(\mathbf{x}=\) \(\left(\lambda_{i}^{n-1}, \lambda_{i}^{n-2}, \ldots, \lambda_{i}, 1\right)^{T}\) (b) Use part (a) to show that if \(p(\lambda)\) has \(n\) distinct roots, then \(p(\lambda)\) is the characteristic polynomial of \(C\). The matrix \(C\) is called the companion matrix of \(p(\lambda)\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.