Determine if Linear [[x],[y]]=[[y],[x]]
Problem
Solution
Define the transformation as a function
T mappingℝ2 toℝ2 whereT(u)=[[(u_2)],[(u_1)]] for any vectoru=[[(u_1)],[(u_2)]] Check additivity by evaluating
T*(u+v) for two vectorsu=[[(u_1)],[(u_2)]] andv=[[(v_1)],[(v_2)]]
Check homogeneity by evaluating
T*(c*u) for a scalarc
Conclude that since both properties of linearity are satisfied, the transformation is linear.
Final Answer
Want more problems? Check here!