beetle2
- 110
- 0
Homework Statement
Let {e1,e2,e3} be a basis for the vector space V, and T:V \rightarrow V a linear transformation.
let f1 ;= e1 f2;=e1+e2 f3;=e1+e2+e3
Find the Matrix B of T with respect to {f1,f2,f3} given that the matrix with respect to {e1,e2,e3} is
\[ \left( \begin{array}{ccc}1 & 1 &1 \\1 & 1 & 0\\ 1 & 0 & 0\\\end{array} \right)^{-1}\]
Homework Equations
The Attempt at a Solution
Let A be the matrax of the basis {f1,f2,f3}
A= \[ \left( \begin{array}{ccc}1 & 1 &1 \\0 & 1 & 1\\ 0 & 0 & 1\\\end{array} \right)\]
Than,
B= \[ \left( \begin{array}{ccc}1 & 1 &1 \\0 & 1 & 1\\ 0 & 0 & 1\\\end{array} \right)^{-1}\]\[ \left( \begin{array}{ccc}1 & 1 &1 \\1 & 1 & 0\\ 1 & 0 & 0\\\end{array} \right)\]\[ \left( \begin{array}{ccc}1 & 1 &1 \\0 & 1 & 1\\ 0 & 0 & 1\\\end{array} \right)\]
B=\[ \left( \begin{array}{ccc}0 & 0 &1 \\0 & 1 & 1\\ 1 & 1 & 1\\\end{array} \right)\]
Does this look allright?