The row of matrix A is replaced by the corresponding column, and the resulting new matrix is called the transposed matrix of A, which is denoted as A' or A.
(A±B)'=A'±B'
(A×B)'= B'×A'
(A')'=A
(λA')'=λA
det(A')=det(A),that is, the determinant of the transposed matrix is unchanged.
Matrix A = 2×2
2; 4
1;5
Click "Calculate" to output the result
2; 1
4;5
Powered by TorCMS (https://github.com/bukun/TorCMS).