document.write( "Question 1094593: Prove that there exists a linear transformation T : R2 ! R3 such that T(1; 1) = (1; 0; 2) and
\n" );
document.write( "T(2; 3) = (1;-1; 4): What is T(8; 11)? \n" );
document.write( "
Algebra.Com's Answer #709245 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Let V = {(1; 1), (2; 3)} \n" ); document.write( "let U = {(1 0;2), (1; -1; 4)} \n" ); document.write( ": \n" ); document.write( "check if V is a linearly independent or dependent set of vectors \n" ); document.write( ": \n" ); document.write( "write the vectors of V as a matrix with each vector written as a column \n" ); document.write( ": \n" ); document.write( "| 1 2 | \n" ); document.write( "| 1 3 | \n" ); document.write( ": \n" ); document.write( "transform the matrix to row echelon form \n" ); document.write( ": \n" ); document.write( "r2 - r1 ---> r2 \n" ); document.write( ": \n" ); document.write( "| 1 2 | \n" ); document.write( "| 0 1 | \n" ); document.write( ": \n" ); document.write( "r1 - 2r2 ---> r1 \n" ); document.write( ": \n" ); document.write( "| 1 0 | \n" ); document.write( "| 0 1 | \n" ); document.write( ": \n" ); document.write( "Rank is 2 implies the vectors are linearly independent, furthermore any set of two linearly independent vectors in R2 spans R2. Hence V is a basis for R2. \n" ); document.write( ": \n" ); document.write( "Since V is a basis, there exists only one linear transformation that maps the vectors of V into the vectors of U. \n" ); document.write( ": \n" ); document.write( "To solve this case, multiply the matrix composed by the vectors of U as columns, by the inverse of the matrix composed by the vectors of V as columns. \n" ); document.write( ": \n" ); document.write( "Note that since the vectors of V form a basis for R2, V is invertible. \n" ); document.write( ": \n" ); document.write( "We invert the following matrix \n" ); document.write( ": \n" ); document.write( "| 1 2 | \n" ); document.write( "| 1 3 | \n" ); document.write( ": \n" ); document.write( "determinant of this matrix = 3 - 2 = 1, and the inverse matrix is \n" ); document.write( ": \n" ); document.write( "| 3 -2 | \n" ); document.write( "| -1 1 | \n" ); document.write( ": \n" ); document.write( "| 1 1 | times | 3 -2 | \n" ); document.write( "| 0 -1 | | -1 1 | \n" ); document.write( "| 2 4 | \n" ); document.write( ": \n" ); document.write( "result is \n" ); document.write( ": \n" ); document.write( "| 2 -1 | \n" ); document.write( "| 1 -1 | \n" ); document.write( "| 2 0 | \n" ); document.write( ": \n" ); document.write( "this is our linear transformation T \n" ); document.write( ": \n" ); document.write( "you can check that T maps the given R2 vectors to the vectors in U, you do this by multiplying our T matrix by the vector from V \n" ); document.write( ": \n" ); document.write( "we follow this procedure for (8, 11) and we get \n" ); document.write( ": \n" ); document.write( "(5, -3, 16) \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |