Let's take A as A = [0231] and B as
B = [0112]
So, we will have transposes of A and B as:
AT= [0321]
BT= [0112]
Three of the properties of transpose are as below:
(T stands for "transpose " )
1.(AT)T = A
Verification:
We have AT= [0321] .
So, (AT)T = [0231] = A
Thus, the property is true.
2.(A+B)T = AT+BT
Verification:
A+B=[0343]
(A+B)T=[0433]
AT+BT=[0433]
We see that (A+B)T = AT+BT.
3. (AB)T = BTAT
Verification:
AB=[2415]
(AB)T=[2145]
BTAT=[2145]
We see that (AB)T = BTAT