Question 1161634


Transform a matrix by switching the rows and columns:

{{{N}}}={{{matrix(2,2,a,b,c,d)}}} ->{{{N^T}}}={{{matrix(2,2,a,c,b,d)}}} 

N={{{matrix(2,2,7,3,0,-2)}}} ->{{{N^T}}}={{{matrix(2,2,7,0,3,-2)}}} 


so, answer is B