Master Your Dream Exam
The transpose of matrix A = [[1, 2, 3], [4, 5, 6]] is
[[1, 4], [2, 5], [3, 6]]
[[1, 2, 3], [4, 5, 6]]
[[6, 5, 4], [3, 2, 1]]
[[3, 2, 1], [6, 5, 4]]
If A = [[1, 2], [3, 4]] and B = [[2, 0], [1, 3]], then AB equals
If A is a 3×3 matrix and |A| = 5, then |3A| equals