Find the transpose of the matrix A=[123456789]
AT=[147258369]
Step 1 :The transpose of a matrix is obtained by interchanging its rows into columns or columns into rows. So, for the given matrix A, transpose of A denoted by AT is
Step 2 :AT=[147258369]