transpose-of-a-matrix/” alt=”” />
Transpose of a MatrixThe Transpose of a Matrix A of order m x n is an n x m matrix and is denoted as A’, whose rows are the columns of A and whose columns are the rows of A. we can take the transpose of any matrix of any order only point to remember is that the elements of first row are written in first column, elements of second row in second column and so on .
kindly check the link for practical solution of Transpose of a matrix .
Thanks a lot