I am new to Linear Algebra, and am asked to check if the following transformation is linear. In principle, I know the criteria to check for: T(v+v')=T(v)+T(v') and c(Tv)=T(cv), where v is a vector, c is any scalar, and T is the transformation. However, when applying these to the following transformation, I get completely lost because of the complexity of the actual transformation. I am thinking there must be a shortcut I am not seeing. Any help would be very much appreciated.
$T:M^C_{nxn}\to M^C_{nxn}$ defined by $T(X)=2X+(1+3i)\bar X^t$. $M^C_{nxn}$ is a linear space over C.
There is an additional comment stating that we should refer to the general element of matrix $X$ as $x_{ij}$, while referring to the general element of matrix $\bar X$ as $\bar x_{ij}$
Thank you!
Hint:
Apply the rules mechanically:
$$2(X+X')+(1+3i)\overline{(X+X')}^t \\=2X+2X'+(1+3i)(\bar X+\bar X')^t \\=2X+2X'+(1+3i)(\bar X^t+\bar X'^t) \\=2X+2X'+(1+3i)\bar X+(1+3i)\bar X' \\=(2X+(1+3i)\bar X)+(2X'+(1+3i)\bar X').$$
There is nothing really complicated.
You may also just state that
Proving each of theses statements separately is at your reach.
Update:
I didn't see that the overline denotes conjugation. Then
Because $$\overline{aX}=\overline a\overline X\ne a\overline X.$$