Proving T is Linear in Mnn: A + A^T

  • Thread starter Thread starter chantella28
  • Start date Start date
  • Tags Tags
    Linear
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 3K views
chantella28
Messages
23
Reaction score
0
Another question that I'm a little bit stumped on...

Define T: Mnn -> Mnn by T(A) = A + A^T. Prove that T is linear

i know that with T(A) = A^T you can prove it by the equations (if A and B are arbitrary matrices in Mnn and c is a scalar):
T(A+B) = (A+B)^T = (A)^T + (B)^T = T(A) + T(B)
T(cA) = (cA)^T = cT(A)

but i don't know how to manipulate these equations for the A + A^T problem...
 
Physics news on Phys.org
do you mean T(A)=A+A^T(A) ? (there's a redundant symbol describing not the same things) or T(A)=A+transpose(A)...the first is almost surely not linear, the second should be accepted to be proven like : T(A+B)=A+B+trn(A+B)=A+B+trn(A)+trn(B)=A+trn(A)+B+trn(B)=T(A)+T(B) with your definition...the same for scalar multiplication
 
sorry, i think it means the transpose... cos in the question its A to the power of capital T...
 
i don't understand what happens to the transpose though
 
Use the fact (that you already know from your original post) that A^T is linear to prove that A + A^T is linear.
 
the transpose rules i know of are (A+B)transpose = Atranspose + Btranspose; (cA)transpose = cAtranspose; (AB)transpose = BtransposeAtranspose; and (Atranspose)transpose = A

but i still don't understand how to go about manipulating the addition and scalar multiplication formulas to prove that T(A)=A+Atranspose is linear
 
You know what T does to an arbitrary matrix Q right? T(Q)=Q+Q^T.
So what you have to show is that for any two matrices A,B we have T(A+B)=T(A)+T(B)

So let Q=A+B. Then T(A+B)=(A+B)+(A+B)^T.
We also have T(cA)=(cA)+(cA)^T.

So are these equal to T(A)+T(B) and cT(A) respectively?