Transpose
Problem
Solution
Identify the rows of the original matrix. The rows are
(−2,3,−1,3) (−3,1,3,0) (0,1,5,0) and(6,4,−2,−6) Apply the transpose operation by converting each row of the original matrix into a column of the new matrix. The first row becomes the first column, the second row becomes the second column, and so on.
Construct the resulting matrix by placing the elements
(a_i*j) into the position(a_j*i)
Final Answer
Want more problems? Check here!