squaremeplz
- 114
- 0
Homework Statement
C is a fixed n*n matrix. Is T(A) =CA^2 a linear transformation on R^(n*n)
Homework Equations
Linear transform requirements:
1. T(A + Y) = T(A) + T(Y)
2. T(c*A) = c*T(A)
The Attempt at a Solution
I'm confused as to how the linear transform requirements apply to matrices. i.e. should I do the proof as column vectors of A i.e.
T(a_1 + a_2 + .. + a_n) = T(a_1) + T(a_2) + ... + T(a_n)
and
T(c*a_1 + c*a_2 + .. + c* a_n) = c* (T(a_1) + T(a_2) + ... + T(a_n))
I think that this is not a linear transformation since scalar multiplication does not hold
i.e. L(c*A) =/= c*L(A)
I'm just looking for a nudge in the right direction and any input is appreciated.
Thank You