Consider two matrices A and B. (A+B)T = __________
AT + BT
(A+B)T = (A)T + (B)T
The matrix obtained by interchanging the rows and columns of a matrix is said to be the transpose of that matrix.
Consider an example
A = [1223] and B = [4120]
A + B = [5343]
(A + B)T = [5433]
AT = [1223] and BT = [4210]
AT + BT = [5433]
Therefore, (A + B)T = AT + BT.