Chapter 2: Problem 77
Suppose \(A\) is a complex matrix. Show that \(A A^{H}\) and \(A^{H} A\) are Hermitian.
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 2: Problem 77
Suppose \(A\) is a complex matrix. Show that \(A A^{H}\) and \(A^{H} A\) are Hermitian.
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
Prove Theorem \(2.2(\mathrm{i}):(A B) C=A(B C)\) Let \(A=\left[a_{i j}\right], \quad B=\left[b_{j k}\right], \quad C=\left[c_{k i}\right], \quad\) and let \(A B=S=\left[s_{i k}\right], \quad B C=T=\left[t_{j l}\right] .\) Then $$ s_{i k}=\sum_{j=1}^{m} a_{i j} b_{j k} \quad \text { and } \quad t_{j l}=\sum_{k=1}^{n} b_{j k} c_{k l} $$ Multiplying \(S=A B\) by \(C\), the il-entry of \((A B) C\) is $$ s_{i 1} c_{1 l}+s_{i 2} c_{2 l}+\cdots+s_{i n} c_{n l}=\sum_{k=1}^{n} s_{i k} c_{k l}=\sum_{k=1}^{n} \sum_{j=1}^{m}\left(a_{i j} b_{j k}\right) c_{k l} $$ On the other hand, multiplying \(A\) by \(T=B C\), the il-entry of \(A(B C)\) is $$ a_{i 1} t_{1 l}+a_{i 2} t_{2 l}+\cdots+a_{i m} t_{m l}=\sum_{j=1}^{m} a_{i j} t_{j l}=\sum_{j=1}^{m} \sum_{k=1}^{n} a_{i j}\left(b_{j k} c_{k l}\right) $$ The above sums are equal; that is, corresponding elements in \((A B) C\) and \(A(B C)\) are equal. Thus, \((A B) C=A(B C)\)
Let \(A=\left[a_{i j}\right]\) and \(B=\left[b_{i j}\right]\) be upper triangular matrices. Prove that \(A B\) is upper triangular with diagonal \(a_{11} b_{11}, a_{22} b_{22}, \ldots, a_{n n} b_{n n}\) Let \(A B=\left[c_{i j}\right]\). Then \(c_{i j}=\sum_{k=1}^{n} a_{i k} b_{k j}\) and \(c_{i i}=\sum_{k=1}^{n} a_{i k} b_{k i}\). Suppose \(i>j\). Then, for any \(k\), either \(i>k\) or \(k>j\), so that either \(a_{i k}=0\) or \(b_{k j}=0\). Thus, \(c_{i j}=0\), and \(A B\) is upper triangular. Suppose \(i=j\). Then, for \(ki\), we have \(b_{k i}=0\). Hence, \(c_{i i}=a_{i i} b_{i i}\), as claimed. [This proves one part of Theorem 2.5(i); the statements for \(A+B\) and \(k A\) are left as exercises.]
Suppose \(B=\left[\begin{array}{cc}4 & x+2 \\ 2 x-3 & x+1\end{array}\right]\) is symmetric. Find \(x\) and \(B\). Set the symmetric elements \(x+2\) and \(2 x-3\) equal to each other, obtaining \(2 x-3=x+2\) or \(x=5\). Hence, \(B=\left[\begin{array}{ll}4 & 7 \\ 7 & 6\end{array}\right]\)
Find \(M^{2}\) and \(M^{3}\) for (a) \(M=$$\left[\begin{array}{ccccc}2 & 0 & 0 & 0 \\\ 0 & , 1 & 4 & & 0 \\ 0 & -1 & 2 & -\frac{1}{1} & -0 \\ 0 & 10 & 0 & 3\end{array}\right]\) (b) \(M=\) \(\left[\begin{array}{cccc}1 & 1 & 0 & 0 \\ 2 & 3 & 0 & 0 \\ 0 & 0 & 1 & 2 \\ 0 & 0 & 14 & 5\end{array}\right]\)
Let \(B=\left[\begin{array}{rr}1 & 0 \\ 26 & 27\end{array}\right]\). Find a matrix \(A\) such that \(A^{3}=B\).
What do you think about this solution?
We value your feedback to improve our textbook solutions.