What is transpose the transpose of mxn matrix A is the nxm matrix, denoted AT, whose (i,j)-entry is the same as the j,i-entry of A (AT)ij=(A)ji⟹A=[120314]⟹AT=101234 Properties of transpose (AT)T=A (A+B)T=AT+BT (AB)T=BTAT (sA)T=S(AT)