Chapter 9: Problem 65
Show that a matrix \(A\) and its transpose \(A^{T}\) have the same minimal polynomial.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! 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 9: Problem 65
Show that a matrix \(A\) and its transpose \(A^{T}\) have the same minimal polynomial.
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Let \(A=\left[\begin{array}{rr}1 & -2 \\ 4 & 5\end{array}\right] .\) Find \(f(A),\) where (a) \(f(t)=t^{2}-3 t+7\) (b) \(f(t)=t^{2}-6 t+13\)
Let \(A=\left[\begin{array}{rr}7 & 3 \\ 3 & -1\end{array}\right]\). Find an orthogonal matrix \(P\) such that \(D=P^{-1} A P\) is diagonal.First find the characteristic polynomial \(\Delta(t)\) of \(A\). We have $$ \Delta(t)=t^{2}-\operatorname{tr}(A) t+|A|=t^{2}-6 t-16=(t-8)(t+2) $$ Thus, the eigenvalues of \(A\) are \(\lambda=8\) and \(\lambda=-2\). We next find corresponding eigenvectors. Subtract \(\lambda=8\) down the diagonal of \(A\) to obtain the matrix $$ M=\left[\begin{array}{rr} -1 & 3 \\ 3 & -9 \end{array}\right], \quad \text { corresponding to } \quad \begin{array}{r} -x+3 y=0 \\ 3 x-9 y=0 \end{array} \text { or } x-3 y=0 $$ A nonzero solution is \(u_{1}=(3,1)\) Subtract \(\lambda=-2\) (or add 2 ) down the diagonal of \(A\) to obtain the matrix $$ M=\left[\begin{array}{ll} 9 & 3 \\ 3 & 1 \end{array}\right] \text {, corresponding to } \quad \begin{aligned} &9 x+3 y=0 \\ &3 x+y=0 \end{aligned} \quad \text { or } \quad 3 x+y=0 $$ A nonzero solution is \(u_{2}=(1,-3)\). As expected, because \(A\) is symmetric, the eigenvectors \(u_{1}\) and \(u_{2}\) are orthogonal. Normalize \(u_{1}\) and \(u_{2}\) to obtain, respectively, the unit vectors $$ \hat{u}_{1}=(3 / \sqrt{10}, 1 / \sqrt{10}) \quad \text { and } \quad \hat{u}_{2}=(1 / \sqrt{10},-3 / \sqrt{10}) $$ Finally, let \(P\) be the matrix whose columns are the unit vectors \(\hat{u}_{1}\) and \(\hat{u}_{2}\), respectively. Then $$ P=\left[\begin{array}{cc} 3 / \sqrt{10} & 1 / \sqrt{10} \\ 1 / \sqrt{10} & -3 / \sqrt{10} \end{array}\right] \quad \text { and } \quad D=P^{-1} A P=\left[\begin{array}{rr} 8 & 0 \\ 0 & -2 \end{array}\right] $$ As expected, the diagonal entries in \(D\) are the eigenvalues of \(A\).
Let \(m(t)\) be the minimal polynomial of an \(n\) -square matrix \(A\). Prove that the characteristic polynomial \(\Delta(t)\) of \(A\) divides \([m(t)]^{n}\)
Let \(A=\left[\begin{array}{ll}3 & -4 \\ 2 & -6\end{array}\right]\) (a) Find all eigenvalues and corresponding eigenvectors. (b) Find matrices \(P\) and \(D\) such that \(P\) is nonsingular and \(D=P^{-1} A P\) is diagonal. (a) First find the characteristic polynomial \(\Delta(t)\) of \(A\) : $$ \Delta(t)=t^{2}-\operatorname{tr}(A) t+|A|=t^{2}+3 t-10=(t-2)(t+5) $$ The roots \(\lambda=2\) and \(\lambda=-5\) of \(\Delta(t)\) are the eigenvalues of \(A\). We find corresponding eigenvectors. (i) Subtract \(\lambda=2\) down the diagonal of \(A\) to obtain the matrix \(M=A-2 I\), where the corresponding homogeneous system \(M X=0\) yields the eigenvectors corresponding to \(\lambda=2 .\) We have $$ M=\left[\begin{array}{ll} 1 & -4 \\ 2 & -8 \end{array}\right], \quad \text { corresponding to } \quad \begin{array}{r} x-4 y=0 \\ 2 x-8 y=0 \end{array} \text { or } x-4 y=0 $$ The system has only one free variable, and \(v_{1}=(4,1)\) is a nonzero solution. Thus, \(v_{1}=(4,1)\) is an eigenvector belonging to (and spanning the eigenspace of) \(\lambda=2\). (ii) Subtract \(\lambda=-5\) (or, equivalently, add 5) down the diagonal of \(A\) to obtain $$ M=\left[\begin{array}{ll} 8 & -4 \\ 2 & -1 \end{array}\right], \quad \text { corresponding to } \quad \begin{aligned} &8 x-4 y=0 \\ &2 x-y=0 \end{aligned} \text { or } 2 x-y=0 $$ The system has only one free variable, and \(v_{2}=(1,2)\) is a nonzero solution. Thus, \(v_{2}=(1,2)\) is an eigenvector belonging to \(\lambda=5\) (b) Let \(P\) be the matrix whose columns are \(v_{1}\) and \(v_{2}\). Then $$ P=\left[\begin{array}{ll} 4 & 1 \\ 1 & 2 \end{array}\right] \quad \text { and } \quad D=P^{-1} A P=\left[\begin{array}{rr} 2 & 0 \\ 0 & -5 \end{array}\right] $$ Note that \(D\) is the diagonal matrix whose diagonal entries are the eigenvalues of \(A\) corresponding to the eigenvectors appearing in \(P\).
For each of the following matrices, find all eigenvalues and corresponding linearly independent eigenvectors: (a) \(A=\left[\begin{array}{ll}2 & -3 \\ 2 & -5\end{array}\right]\) (b) \(\quad B=\left[\begin{array}{rr}2 & 4 \\ -1 & 6\end{array}\right]\) , (c) \(C=\left[\begin{array}{ll}1 & -4 \\ 3 & -7\end{array}\right]\) When possible, find the nonsingular matrix \(P\) that diagonalizes the matrix.
What do you think about this solution?
We value your feedback to improve our textbook solutions.