Chapter 6: Problem 17
Let \(\mathbf{y}=\left[\begin{array}{l}{4} \\ {8} \\ {1}\end{array}\right], \quad \mathbf{u}_{1}=\left[\begin{array}{c}{2 / 3} \\ {1 / 3} \\ {2 / 3}\end{array}\right], \quad \mathbf{u}_{2}=\left[\begin{array}{r}{-2 / 3} \\\ {2 / 3} \\ {1 / 3}\end{array}\right], \quad\) and \(W=\operatorname{Span}\left\\{\mathbf{u}_{1}, \mathbf{u}_{2}\right\\}\) a. Let \(U=\left[\begin{array}{cc}{\mathbf{u}_{1}} & {\mathbf{u}_{2}}\end{array}\right]\) . Compute \(U^{T} U\) and \(U U^{T}\) b. Compute projy \(\mathbf{y}\) and \(\left(U U^{T}\right) \mathbf{y} .\)
Short Answer
Step by step solution
Prepare Vectors and Matrices
Compute \(U^T U\)
Compute \(U U^T\)
Compute projy \(\mathbf{y}\)
Verify with \((U U^T) \mathbf{y}\)
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Vector Spaces
- Addition: Combining two vectors results in another vector within the same space.
- Scalar multiplication: Stretching or shrinking a vector by a scalar, leading to another member of the same space.
In our example, the vectors \(\mathbf{u}_1\) and \(\mathbf{u}_2\) form a basis for the subspace spanned by them, denoted as \(W= \operatorname{Span}\{\mathbf{u}_1, \mathbf{u}_2\}\). This subspace, \(W\), is contained within the original vector space and itself possesses the vector space properties.
Matrix Multiplication
- The number of columns in the first matrix must match the number of rows in the second one.
- The resulting matrix takes its dimensions from the rows of the first and the columns of the second matrix.
In simpler terms, this operation shows us that vectors \(\mathbf{u}_1\) and \(\mathbf{u}_2\) are orthonormal, meaning they are at right angles to each other and each have a length of one.
Orthogonal Projection
\[ \text{proj}_W \mathbf{y} = U(U^T U)^{-1} U^T \mathbf{y} \]
where \(U\) comprises the basis of the subspace to which the vector is projected.
In this exercise, to find the orthogonal projection of \(\mathbf{y}\) onto the space \(W\), we leverage the fact that \(U^T U = I\), simplifying the formula to:
\[ \text{proj}_W \mathbf{y} = U U^T \mathbf{y} \]The calculation shows that the projecting results transform the vector into a new vector form \((-\frac{2}{3}, \frac{17}{3}, \frac{16}{3})\), indicating how much of \(\mathbf{y}\) aligns with span \(W\). This is confirmed by performing the same transformation using the matrix product \( (U U^T) \mathbf{y} \), where \(U U^T\) acts as the projection matrix.