Determine if Linear
Problem
Solution
Identify the definition of a linear transformation. A transformation
S:V→W is linear if for all vectorsu,v∈V and scalarsk it satisfiesS*(u+v)=S(u)+S(v) andS*(k*u)=k*S(u) Rewrite the transformation as a matrix-vector product. We can express the output vector as a combination of the variables
a b andc Extract the coefficients of
a b andc to form a matrixA
Formulate the matrix
A such thatS(v)=A*v
Conclude that since the transformation can be written in the form
S(v)=A*v whereA is a constant matrix, the transformation satisfies the properties of additivity and homogeneity.
Final Answer
Want more problems? Check here!