← Back to Quizzes

Matrix Transpositions

What is the transpose of the row vector v=[123]v = \begin{bmatrix} 1 & 2 & 3 \end{bmatrix}?
If AijA_{ij} represents the element in row ii and column jj of matrix AA, what is the element at (i,j)(i, j) of ATA^T?
What is the transpose of the product (AB)T(AB)^T?
If a matrix AA is equal to its transpose (A=ATA = A^T), the matrix is called:

Find ATA^T if:

A=[1234]A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}
What is (AT)T(A^T)^T?
Which of these matrices is its own transpose?