document.write( "Question 12549: Hi, I'm having some trouble with the concept of linear operators. I think of them as functions on sets, but still can't imagine actual examples. Given the properties of linear operators, these should be simple ones (though I still haven't come up with answers), so I'm hoping you can give me some ideas to help me grasp the linear operator a bit better. Here we go! 1) I'm looking for a linear operator from V->V such that T^2=0 but T does not =0. Then, 2) Given two linear operators (say, T, U) from V-> V, I'm looking for TU=0 but UT does not =0. The generality of T and U just really throws me off for some reason. Thanks again for your time. I really appreciate it. \n" ); document.write( "
Algebra.Com's Answer #6417 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Linear operators are not merely functions on sets,they are linear transfomrations(preserving addition and scalar multiplication of vectors on vector space. \r \n" ); document.write( "\n" ); document.write( " I feel very strange that you haven't mentioned vector space, or matrices. \n" ); document.write( " Without them, how can you start solving the questions ?\r \n" ); document.write( "\n" ); document.write( " 1) I'm looking for a linear operator from V->V such that T^2=0 but T does not =0. \n" ); document.write( " Sol: Define \n" ); document.write( " T(1,0) = (0,1) and T(0,1) = (0,0) \n" ); document.write( " [Note : (1,0) & (0,1) are standard basis of unitcolumn vectors] \n" ); document.write( " Let B = {(1,0),(0,1)} \n" ); document.write( " The matrix A = [T}B of T associated with the basis B as \n" ); document.write( " [0 0] \n" ); document.write( " [1 0] \n" ); document.write( " or equivalently T(X) = AX for all column vector X in \n" ); document.write( " Clearly,you can see that \n" ); document.write( " More precisely, T(a, b) = aT(1,0) + bT(0,1) = a(0,1) = (0,a) \n" ); document.write( " for all (a,b) in \n" ); document.write( " Check: Clearly,T is not the zero operator (why?) and \n" ); document.write( " we see that \n" ); document.write( " 2) Given two linear operators (say, T, U) from V-> V, I'm looking for TU=0 but UT does not =0 \n" ); document.write( " Sol: Similarly to the example in 1) \n" ); document.write( " Let T ,U be two linear operators in \n" ); document.write( " T = (as matrix A) \n" ); document.write( " [0 1] \n" ); document.write( " [0 0] and \n" ); document.write( " U = (as matrix B) \n" ); document.write( " [1 0] \n" ); document.write( " [0 0] then we have \n" ); document.write( " TU = \n" ); document.write( " [0 0] \n" ); document.write( " [0 0] but UT = \n" ); document.write( " [0 1] \n" ); document.write( " [0 0] (not zero operator) \n" ); document.write( " More precisely, define \n" ); document.write( " and \n" ); document.write( " AX & BX are products of matrices.\r \n" ); document.write( "\n" ); document.write( " Make sure you do understand the examples above and work hard. \r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |