| New Reply |
Find standard matrix of linear transformation satisfying conditions |
Share Thread | Thread Tools |
| May16-11, 02:22 PM | #1 |
|
|
Find standard matrix of linear transformation satisfying conditions
1. The problem statement, all variables and given/known data
Find the standard matrix for the linear transformation T: R^3-->R^3 satisfying: T([1 2 2]) = [1 0 -1], T([-1 -4 -5]) = [0 1 1], T([1 5 7]) = [0 2 0] All of the vectors are columns not rows, I couldn't type them correctly as columns. 3. The attempt at a solution I tried constructing a matrix using the vectors being applied to T and row reducing it. I cannot figure out where to go from there. I assume I need to find T of the standard basic vectors in some way. I believe I can figure it out if I can get a step in the right direction. |
| May16-11, 06:17 PM | #2 |
|
|
Since [tex]T[/tex] is linear, we know that [tex]T\left(\vec{u} + \vec{v}\right) = T\left(\vec{u}\right) + T\left(\vec{v}\right)[/tex].
Since [tex]T[/tex] is linear, we know that [tex]T\left(c \vec{v}\right) = c T\left(\vec{v}\right)[/tex], for any real scalar c. You can find the standard vectors as linear combinations of the given vectors by constructing an augmented matrix and row reducing, as you did. For example: [tex]\begin{pmatrix}1&& -1&& 1&& 1&&\\2&& -4&& 5&& 0&&\\ 2&& -5&& 7&& 0&&\end{pmatrix} -> \begin{pmatrix}1&& 0&& 0&& 3&&\\0&& 1&& 0&& 4&&\\ 0&& 0&& 1&& 2&&\end{pmatrix}[/tex] So we can write [tex]\begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}[/tex] as a linear combination of [tex](3)\begin{bmatrix} 1 \\ 2 \\ 2 \end{bmatrix} + (4)\begin{bmatrix} -1 \\ -4 \\ -5 \end{bmatrix} + (2)\begin{bmatrix} 1 \\ 5 \\ 7 \end{bmatrix}[/tex] Now we know that: [tex]T\left(\begin{bmatrix}1 \\ 0 \\ 0 \end{bmatrix}\right) = T\left( (3)\begin{bmatrix} 1 \\ 2 \\ 2 \end{bmatrix} + (4)\begin{bmatrix}-1 \\ -4 \\ -5 \end{bmatrix} + (2)\begin{bmatrix}1 \\ 5 \\ 7 \end{bmatrix}\right) = (3)T\left( \begin{bmatrix} 1 \\ 2 \\ 2 \end{bmatrix} \right) + (2)T\left(\begin{bmatrix}-1 \\ -4 \\ -5 \end{bmatrix} \right) + (4)T\left(\begin{bmatrix}1 \\ 5 \\ 7 \end{bmatrix} \right)[/tex] So, what is: [tex](3)T\left( \begin{bmatrix} 1 \\ 2 \\ 2 \end{bmatrix} \right) + (4)T\left(\begin{bmatrix}-1 \\ -4 \\ -5 \end{bmatrix} \right) + (2)T\left(\begin{bmatrix}1 \\ 5 \\ 7 \end{bmatrix} \right)[/tex] The values for the other standard vectors can be found with a similar process. |
| New Reply |
| Thread Tools | |
Similar Threads for: Find standard matrix of linear transformation satisfying conditions
|
||||
| Thread | Forum | Replies | ||
| Linear transformation and matrix transformation | Linear & Abstract Algebra | 5 | ||
| Linear Algebra Standard Matrix | Calculus & Beyond Homework | 4 | ||
| Find T(v) by using the standard matrix and the matrix relative to B and B' | Calculus & Beyond Homework | 8 | ||
| Matrix of Transformation (non standard basis) | Calculus & Beyond Homework | 2 | ||
| Find unit vetors satisfying qualifying conditions!!! HELP test tomorrow | Calculus & Beyond Homework | 3 | ||