Transpose of [[1,2,3],[4,5,6]] is:
A[[1,4],[2,5]]
B[[3,2,1],[6,5,4]]
C[[3,6],[2,5],[1,4]]
D[[1,4],[2,5],[3,6]] (rows become columns)
Answer & Solution
Correct answer: D. [[1,4],[2,5],[3,6]] (rows become columns)
Transpose A^T: rows of A become columns of A^T. (A^T)_(ij) = A_(ji). 2×3 matrix becomes 3×2.
Related questions
The topic that classifies row, column and square matrices is about the:Symmetric and skew symmetric matrices are both required to be:Every diagonal element of a skew symmetric matrix is:A square matrix whose transpose equals its negative is called:A square matrix equal to its own transpose is called:The properties of transpose are stated in the text:The transpose of matrix A is denoted by A with a prime or by A raised to:Interchanging the rows and columns of a matrix gives its: