If you have an array "A" with shape "(m, n)", the transpose "A.T" will have shape "(n, m)", where each element at position "(i, j)" in A will be at position "(j, i)" in A.T.For arrays with more than two dimensi