Chapter 1: Problem 26
Let \(D\) be an \(n \times n\) diagonal matrix whose diagonal entries are either 0 or 1 (a) Show that \(D\) is idempotent. (b) Show that if \(X\) is a nonsingular matrix and \(A=X D X^{-1},\) then \(A\) is idempotent.
/*! 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 1: Problem 26
Let \(D\) be an \(n \times n\) diagonal matrix whose diagonal entries are either 0 or 1 (a) Show that \(D\) is idempotent. (b) Show that if \(X\) is a nonsingular matrix and \(A=X D X^{-1},\) then \(A\) is idempotent.
All the tools & learning materials you need for study success - in one app.
Get started for free
Find the inverse of each of the following matrices: (a) \(\left(\begin{array}{rr}-1 & 1 \\ 1 & 0\end{array}\right)\) (b) \(\left(\begin{array}{ll}2 & 5 \\ 1 & 3\end{array}\right)\) (c) \(\left(\begin{array}{ll}2 & 6 \\ 3 & 8\end{array}\right)\) (d) \(\left(\begin{array}{ll}3 & 0 \\ 9 & 3\end{array}\right)\) (e) \(\left(\begin{array}{lll}1 & 1 & 1 \\ 0 & 1 & 1 \\ 0 & 0 & 1\end{array}\right)\) (f) \(\left(\begin{array}{lll}2 & 0 & 5 \\ 0 & 3 & 0 \\ 1 & 0 & 3\end{array}\right)\) (g) \(\left(\begin{array}{rrr}-1 & -3 & -3 \\ 2 & 6 & 1 \\ 3 & 8 & 3\end{array}\right)\) (h) \(\left(\begin{array}{rrr}1 & 0 & 1 \\ -1 & 1 & 1 \\ -1 & -2 & -3\end{array}\right)\)
Prove that if \(A\) is nonsingular, then \(A^{T}\) is nonsingular and \\[ \left(A^{T}\right)^{-1}=\left(A^{-1}\right)^{T} \\] \(\left[\text {Hint: }(A B)^{T}=B^{T} A^{T} .\right]\)
If \(A\) and \(B\) are nonsingular matrices, then \((A B)^{T}\) is nonsingular and \\[ \left((A B)^{T}\right)^{-1}=\left(A^{-1}\right)^{T}\left(B^{-1}\right)^{T} \\]
Let \\[ A=\left(\begin{array}{ll} a_{11} & a_{12} \\ a_{21} & a_{22} \end{array}\right) \\] Show that if \(d=a_{11} a_{22}-a_{21} a_{12} \neq 0,\) then \\[ A^{-1}=\frac{1}{d}\left(\begin{array}{rr} a_{22} & -a_{12} \\ -a_{21} & a_{11} \end{array}\right) \\]
Explain why each of the following algebraic rules will not work in general when the real numbers \(a\) and \(b\) are replaced by \(n \times n\) matrices \(A\) and \(B\). (a) \((a+b)^{2}=a^{2}+2 a b+b^{2}\) (b) \((a+b)(a-b)=a^{2}-b^{2}\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.