Questions: Matrix Transpose

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

If A is a 3×4 matrix and B is a 4×2 matrix, what is the size of (AB)^T?

A3×2
B2×3
C4×3
D2×4
Question 2 Multiple Choice

Which of the following statements about the transpose operation is FALSE?

A(A^T)^T = A
B(AB)^T = A^T B^T
C(A + B)^T = A^T + B^T
DIf A = A^T, then A is called a symmetric matrix
Question 3 True / False

A symmetric matrix can be non-square (e.g., a 3×2 matrix can satisfy A = A^T).

TTrue
FFalse
Question 4 True / False

For column vectors u and v of the same length, u^T v equals the dot product u · v.

TTrue
FFalse
Question 5 Short Answer

A student claims that (ABC)^T = A^T B^T C^T, reasoning that you just transpose each factor. What is the correct formula, and why does the student's version fail?

Think about your answer, then reveal below.