Determine if Linear S[[x],[y],[z]]=(x+y+z)*[[1],[z]]
Problem
Solution
Identify the definition of a linear transformation. A transformation
S is linear if it satisfiesS*(u+v)=S(u)+S(v) (additivity) andS*(c*u)=c*S(u) (homogeneity) for all vectorsu,v and scalarsc Expand the expression for the transformation to see the components of the output vector.
Test for homogeneity by multiplying the input vector by a scalar
c
Substitute the scaled components into the transformation formula.
Compare the result to
c*S(x,y,z)
Conclude that since the second component involves
c2 in the first calculation andc in the second,S*(c*u)≠c*S(u) forc≠1,0 The presence of thez2 x*z andy*z terms indicates the transformation is non-linear.
Final Answer
Want more problems? Check here!