Determine if Linear [[x],[y]]=[[0],[x]]
Problem
Solution
Define the transformation
T:ℝ2→ℝ2 asT(u)=[[0],[(u_1)]] whereu=[[(u_1)],[(u_2)]] Check additivity by evaluating
T*(u+v) for 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 a linear transformation are satisfied, the mapping is linear.
Final Answer
Want more problems? Check here!