document.write( "Question 18994: is the following a linear transformation from R^3 to R^2?
\n" );
document.write( "L(x1,x2,x3) = (x2-x3,x1+2) ?\r
\n" );
document.write( "\n" );
document.write( "so i know how to prove that this is not closed under scalar multiplication and addition (due to the \"2\" in the second entry). so then is my answer just \"no, it is not a linear transformation from R^3 to R^2 because it is not closed under scalar multiplication.\" ?\r
\n" );
document.write( "\n" );
document.write( "what about linear transformation from R^3 to R^4: L(x1,x2,x3) = (x2-x3,x1*x2,2x2-x1,x3+x2) ?\r
\n" );
document.write( "\n" );
document.write( "for this one, i dont quite understand how to go about it because the second entry is a product of two numbers and not just a sum. so then whould it count as being closed under scalar multiplication and addition? plus i remember seeing somewhere if R^m ---> R^n, then m must be greater than or equal to n. so then by this rule, the answer is automatically no because we are going from R^3 to R^4 and (obviously) 4 is greater than 3. i'm just not sure about all of this...\r
\n" );
document.write( "\n" );
document.write( "thank you so much for your help : ) i greatly appreciate it!!! \n" );
document.write( "
Algebra.Com's Answer #9136 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! a linear transformation from \n" ); document.write( " L(x1,x2,x3) = (x2-x3,x1+2) ? \n" ); document.write( " (i) It is still closed under scalar multiplication and addition but \n" ); document.write( " not linear. Simly, because L(0,0,0) != (0,0).\r \n" ); document.write( "\n" ); document.write( " Since, for any a linear transformation L, L(0) = L(0+0)= L(0) + L(0) \n" ); document.write( " so L(0) = 0 for zero vector. \r \n" ); document.write( "\n" ); document.write( " In general, such L \n" ); document.write( " of L is a linear function. Now the 2nd component x1+2 is not linear. \n" ); document.write( " [You idea was Ok with wrong reason.]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so i know how to prove that this is not closed under scalar multiplication and addition (due to the \"2\" in the second entry). so then is my answer just \"no, it is not a linear transformation from R^3 to R^2 because it is not closed \n" ); document.write( "under scalar multiplication.\" ? \r \n" ); document.write( "\n" ); document.write( " NO !!!!\r \n" ); document.write( "\n" ); document.write( "what about linear transformation from R^3 to R^4: L(x1,x2,x3) = (x2-x3,x1*x2,2x2-x1,x3+x2) ? \r \n" ); document.write( "\n" ); document.write( " No, since the 2nd component x1*x2 is not linear. \n" ); document.write( " More precisely, \n" ); document.write( " L(x1,x2,x3) = (x2-x3,x1*x2,2x2-x1,x3+x2) \n" ); document.write( " \n" ); document.write( " Since (1,1,0) = (1,0,0) +(0,1,0). \n" ); document.write( " L(1,1,0) = (1, 1,1, 1) \n" ); document.write( " L(1,0,0) = (0, 0, -1, 0) and L(0,1,0) = (1, 0, 2, 1) \r \n" ); document.write( "\n" ); document.write( " but L(1,0,0) + L(0,1,0) = (1,0,1,1) != L(1,1,0)\r \n" ); document.write( "\n" ); document.write( " Hence,L is not a linear transformation.\r \n" ); document.write( "\n" ); document.write( " Another wrong idea: \n" ); document.write( "\" if \n" ); document.write( "\n" ); document.write( " No, m ,n can be any two non-negative integers, not restricting to m<=n.\r \n" ); document.write( "\n" ); document.write( " Good luck !\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " \n" ); document.write( " |