Chapter 7: Problem 8
Show that if \(A\) is a \(m \times n\) matrix of rank \(n\), then \(A^{+}=\left(A^{T} A\right)^{-1} A^{T}\)
/*! 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 7: Problem 8
Show that if \(A\) is a \(m \times n\) matrix of rank \(n\), then \(A^{+}=\left(A^{T} A\right)^{-1} A^{T}\)
All the tools & learning materials you need for study success - in one app.
Get started for free
Use the result from Exercise 23 to show that if \(\lambda\) is an eigenvalue of a stochastic matrix, then \(|\lambda| \leq 1\)
Let \(A=X Y^{T}\), where \(X\) is an \(m \times r\) matrix, \(Y^{T}\) is an \(r \times n\) matrix, and \(X^{T} X\) and \(Y^{T} Y\) are both nonsingular. Show that the matrix \\[ B=Y\left(Y^{T} Y\right)^{-1}\left(X^{T} X\right)^{-1} X^{T} \\] satisfies the Penrose conditions and hence must equal \(A^{+} .\) Thus, \(A^{+}\) can be determined from any factorization of this form.
Let \(A\) be a symmetric \(n \times n\) matrix with eigenvalues \(\lambda_{1}, \ldots, \lambda_{n}\) and orthonormal eigenvectors \(\mathbf{u}_{1}, \ldots, \mathbf{u}_{n} .\) Let \(\mathbf{x} \in \mathbb{R}^{n}\) and let \(c_{i}=\mathbf{u}_{i}^{T} \mathbf{x}\) for \(i=1,2, \ldots, n .\) Show that (a) \(\|A \mathbf{x}\|_{2}^{2}=\sum_{i=1}^{n}\left(\lambda_{i} c_{i}\right)^{2}\) (b) If \(\mathbf{x} \neq \mathbf{0},\) then \\[ \min _{1 \leq i \leq n}\left|\lambda_{i}\right| \leq \frac{\|A \mathbf{x}\|_{2}}{\|\mathbf{x}\|_{2}} \leq \max _{1 \leq i \leq n}\left|\lambda_{i}\right| \\] (c) \(\|A\|_{2}=\max _{1 \leq i \leq n}\left|\lambda_{i}\right|\)
A vector \(\mathbf{y}\) in \(\mathbb{R}^{n}\) can also be viewed as an \(n \times 1\) matrix \(Y=(\mathbf{y}) .\) Show that (a) \(\|Y\|_{2}=\|\mathbf{y}\|_{2}\) (b) \(\left\|Y^{T}\right\|_{2}=\|\mathbf{y}\|_{2}\)
Let \\[ \begin{array}{l} A=\left(\begin{array}{rrr} 5 & 4 & 7 \\ 2 & -4 & 3 \\ 2 & 8 & 6 \end{array}\right) \\ \mathbf{b}=\left(\begin{array}{r} 2 \\ -5 \\ 4 \end{array}\right), \quad \mathbf{c}=\left(\begin{array}{r} 5 \\ -4 \\ 2 \end{array}\right) \end{array} \\] (a) Use complete pivoting to solve the system \(A \mathbf{x}=\mathbf{b}\) (b) Let \(P\) be the permutation matrix determined by the pivot rows, and let \(Q\) be the permutation matrix determined by the pivot columns. Factor \(P A Q\) into a product \(L U\) (c) Use the \(L U\) factorization from part (b) to solve the system \(A \mathbf{x}=\mathbf{c}\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.