If A is a matrix of order m x n then the order of AT where, AT is the transpose of A is
n x m
Let A=⎡⎢⎣a1a2 ... ... ...nelementsb1b2 ... ... ...nelementsm elements⎤⎥⎦ Every row has n elements i.e., number of columns = n. Every column has m elements i.e., number of rows = m.
Now if we take the transpose of this matrix then rows becomes columns and columns become rows.
So number of columns in the new matrix is the number of rows in the original matrix and number of rows in the new matrix is the number of columns in the original matrix.
So order changes from m × n to n × m on taking the transpose.