Kreizhn
- 714
- 1
Homework Statement
Let's say I'm given two vectors
v_1 = \begin{pmatrix} 1 \\ 1 \\ 0 \\ 0 \end{pmatrix}, v_2 = \begin{pmatrix} 0 \\ 1 \\ 1 \\ 0 \end{pmatrix} \in \mathbb R^4.
Let W be subspace spanned by these vectors, and define G = v_1 v_1^T + v_2 v_2^T a matrix mapping \mathbb R^4 \to \mathbb R^4. Find G' such that \left. G' = G^{-1} \right|_{W}.
Homework Equations
The Attempt at a Solution
Since v_1, v_2 are linearly independent, the dimension of W is 2. Furthermore, since G is composed of these vectors, we can be guaranteed that that an inverse exists on W. Let W' be the image of W under G. That is, since v_1, v_2 generate W, then G v_1, Gv_2 should generate W'.
I've computed that
G = \begin{pmatrix}1 & 1 & 0 & 0 \\ 1 & 2 & 1 & 0 \\ 0 & 1 & 1 & 0 \\ 0 & 0 & 0 & 0 \end{pmatrix}, Gv_1 = \begin{pmatrix} 2\\ 3\\ 1 \\0 \end{pmatrix}, Gv_2 = \begin{pmatrix} 1 \\ 3 \\ 2 \\ 0 \end{pmatrix}.
Now maybe it's because it's been so long since I did any linear algebra, but I can't for the life of me figure out how to "extract" the restriction of G to W. Given this information, it should then be simple to construct the inverse and hence make G'.