Linear Algebra Quiz: Transpose And Symmetric Matrices
20 questions · exam conditions
0:00
Transpose And Symmetric MatricesQuestion 1 of 20

Let AA be a 3×23 \times 2 matrix. Which of the following operations results in a 2×22 \times 2 symmetric matrix?

A2A^2
AATA A^T
A+ATA+A^T
ATAA^T A
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Transpose And Symmetric Matrices

Practice Transpose And Symmetric Matrices in Linear Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Transpose And Symmetric Matrices, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Let AA be a 3×23 \times 2 matrix. Which of the following operations results in a 2×22 \times 2 symmetric matrix?

  1. A2A^2
  2. AATA A^T
  3. A+ATA+A^T
  4. ATAA^T A (correct answer)
Explanation: Let's analyze the dimensions of the resulting matrix for each option. The matrix AA has dimensions 3×23 \times 2, so its transpose ATA^T has dimensions 2×32 \times 3. A) A2=AAA^2 = A A. The product is not defined because the inner dimensions do not match (3×23 \times 2 and 3×23 \times 2). B) AATA A^T. The product dimensions are (3×2)(2×3)(3 \times 2)(2 \times 3), resulting in a 3×33 \times 3 matrix. This is not a 2×22 \times 2 matrix. C) A+ATA + A^T. Addition is not defined because the matrices have different dimensions (3×23 \times 2 and 2×32 \times 3). D) ATAA^T A. The product dimensions are (2×3)(3×2)(2 \times 3)(3 \times 2), resulting in a 2×22 \times 2 matrix. To check if it's symmetric, we take the transpose: (ATA)T=AT(AT)T=ATA(A^T A)^T = A^T (A^T)^T = A^T A. Since the matrix is equal to its own transpose, it is symmetric. This is the correct choice.

Question 2

Let AA be an invertible, symmetric matrix. Which of the following is equivalent to the expression (A1AT)T(A^{-1} A^T)^T?

  1. A2A^2
  2. II (correct answer)
  3. A2A^{-2}
  4. AA
Explanation: We are given that AA is invertible and symmetric, so A1A^{-1} exists and AT=AA^T = A. We can simplify the expression in two ways. Method 1: Substitute AT=AA^T=A first. The expression becomes (A1A)T(A^{-1} A)^T. Since A1A=IA^{-1}A = I (the identity matrix), the expression is ITI^T. The transpose of the identity matrix is itself, so IT=II^T = I. Method 2: Use transpose properties first. (A1AT)T=(AT)T(A1)T(A^{-1} A^T)^T = (A^T)^T (A^{-1})^T. We know (AT)T=A(A^T)^T = A and (A1)T=(AT)1(A^{-1})^T = (A^T)^{-1}. So the expression becomes A(AT)1A(A^T)^{-1}. Now use the symmetric property AT=AA^T=A. The expression is AA1A A^{-1}, which equals II. Both methods yield the identity matrix II.

Question 3

Consider the block matrix M=(ABBTC)M = \begin{pmatrix} A & B \\ B^T & C \end{pmatrix} where AA and CC are symmetric matrices. If M2=MM^2 = M, what must be true about the relationship between AA, BB, and CC?

  1. A2=AA^2 = A, B=0B = 0, and C2=CC^2 = C
  2. A2+BBT=AA^2 + BB^T = A, AB+BCT=BAB + BC^T = B, and C2+BTB=CC^2 + B^TB = C
  3. A2+BBT=AA^2 + BB^T = A, AB+BC=BAB + BC = B, and C2+BTB=CC^2 + B^TB = C (correct answer)
  4. A+C=IA + C = I and BB is skew-symmetric
Explanation: When you encounter a block matrix equation like M2=MM^2 = M, you're dealing with an idempotent matrix. The key is to compute the matrix multiplication carefully using block matrix rules and then equate corresponding blocks. To find M2M^2, multiply the block matrix by itself: Since M2=MM^2 = M, each block must equal its corresponding block in the original matrix. This gives us:
  • Top-left: A2+BBT=AA^2 + BB^T = A
  • Top-right: AB+BC=BAB + BC = B
  • Bottom-left: BTA+CBT=BTB^TA + CB^T = B^T (which is equivalent to the top-right when transposed, since AA and CC are symmetric)
  • Bottom-right: BTB+C2=CB^TB + C^2 = C
This matches option C exactly. Option A assumes B=0B = 0, which is unnecessarily restrictive. While this would satisfy the idempotent condition, it's not required—non-zero BB can work if the other conditions hold. Option B incorrectly uses BCTBC^T instead of BCBC. Since CC is symmetric (C=CTC = C^T), this seems minor but represents a computational error in the block multiplication. Option D introduces unrelated conditions about the sum and skew-symmetry that don't follow from the idempotent property. Study tip: When working with block matrices, always multiply block-by-block systematically, and remember that symmetry conditions (like A=ATA = A^T) often simplify your final expressions.

Question 4

Given the matrix equation XTAX=BX^T A X = B where AA and BB are n×nn \times n symmetric matrices and XX is n×nn \times n and invertible, which condition is necessary and sufficient for a solution to exist?

  1. AA and BB must have the same determinant and trace
  2. AA and BB must have the same rank and signature
  3. AA and BB must have the same eigenvalues counting multiplicities
  4. AA and BB must have the same number of positive and negative eigenvalues (correct answer)
Explanation: The transformation XTAXX^TAX is a congruence transformation. Two symmetric matrices are congruent if and only if they have the same inertia (same number of positive, negative, and zero eigenvalues) by Sylvester's law of inertia. This is equivalent to having the same signature. Choice A is incorrect since congruence doesn't preserve determinant or trace in general. Choice B mentions rank (preserved) but 'signature' usually refers to the difference between positive and negative eigenvalues, not their individual counts. Choice C is too strong - eigenvalues need not be identical, only their signs matter.

Question 5

Let AA be a 3×33 \times 3 matrix. The matrix B=A+ATB = A + A^T is given by B=(460625058)B = \begin{pmatrix} 4 & 6 & 0 \\ 6 & -2 & 5 \\ 0 & 5 & 8 \end{pmatrix}. Based on this information, what are the diagonal entries of matrix AA?

  1. The diagonal entries cannot be determined from the given information.
  2. 4,2,84, -2, 8
  3. 2,1,42, -1, 4 (correct answer)
  4. 8,4,168, -4, 16
Explanation: Let A=(aij)A = (a_{ij}) and B=(bij)B = (b_{ij}). By definition, B=A+ATB = A + A^T, so the entries of BB are given by bij=aij+ajib_{ij} = a_{ij} + a_{ji}. For the diagonal entries, where i=ji=j, we have bii=aii+aii=2aiib_{ii} = a_{ii} + a_{ii} = 2a_{ii}. Therefore, aii=bii/2a_{ii} = b_{ii} / 2. We can find the diagonal entries of AA by halving the diagonal entries of BB. The diagonal of BB is (4,2,8)(4, -2, 8). Thus, the diagonal of AA is (4/2,2/2,8/2)=(2,1,4)(4/2, -2/2, 8/2) = (2, -1, 4).

Question 6

Any square matrix AA can be written as the sum of a symmetric matrix SS and a skew-symmetric matrix KK. If A=(3517)A = \begin{pmatrix} 3 & 5 \\ -1 & 7 \end{pmatrix}, what is the skew-symmetric component KK?

  1. (0330)\begin{pmatrix} 0 & 3 \\ -3 & 0 \end{pmatrix} (correct answer)
  2. (3227)\begin{pmatrix} 3 & 2 \\ 2 & 7 \end{pmatrix}
  3. (0660)\begin{pmatrix} 0 & 6 \\ -6 & 0 \end{pmatrix}
  4. (0330)\begin{pmatrix} 0 & -3 \\ 3 & 0 \end{pmatrix}
Explanation: The skew-symmetric component KK of a matrix AA is given by the formula K=12(AAT)K = \frac{1}{2}(A - A^T). First, we find the transpose of AA: AT=(3157)A^T = \begin{pmatrix} 3 & -1 \\ 5 & 7 \end{pmatrix}. Next, we compute the difference AATA - A^T: AAT=(3517)(3157)=(335(1)1577)=(0660)A - A^T = \begin{pmatrix} 3 & 5 \\ -1 & 7 \end{pmatrix} - \begin{pmatrix} 3 & -1 \\ 5 & 7 \end{pmatrix} = \begin{pmatrix} 3-3 & 5-(-1) \\ -1-5 & 7-7 \end{pmatrix} = \begin{pmatrix} 0 & 6 \\ -6 & 0 \end{pmatrix} Finally, we multiply by 12\frac{1}{2}: $$K = \frac{1}{2}\begin{pmatrix} 0 & 6 \ -6 & 0 \end{pmatrix} = \begin{pmatrix} 0 & 3 \ -3 & 0 \end{pmatrix}

Question 7

Consider the matrix equation X+XT=AX + X^T = A where AA is a given 3×33 \times 3 matrix. For this equation to have a solution, which condition must AA satisfy?

  1. AA must be invertible with positive determinant
  2. AA must be symmetric with trace equal to zero
  3. AA must be symmetric with all real eigenvalues
  4. AA must be symmetric but may have any trace value (correct answer)
Explanation: Taking the transpose of both sides: (X+XT)T=AT(X + X^T)^T = A^T, which gives XT+X=ATX^T + X = A^T. For consistency with the original equation X+XT=AX + X^T = A, we need A=ATA = A^T, so AA must be symmetric. If AA is symmetric, we can always construct a solution X=12A+SX = \frac{1}{2}A + S where SS is any skew-symmetric matrix. The trace, determinant sign, and eigenvalue properties of AA don't affect the existence of solutions.

Question 8

Let SS be the set of all 3×33 \times 3 symmetric matrices and TT be the set of all 3×33 \times 3 skew-symmetric matrices. If ASA \in S, BTB \in T, and det(A+B)0\det(A + B) \neq 0, what can be said about (A+B)T(A + B)^{-T}?

  1. (A+B)T=(A+B)1(A + B)^{-T} = (A + B)^{-1} and belongs to SS
  2. (A+B)T=(A1+B1)(A + B)^{-T} = (A^{-1} + B^{-1}) when both inverses exist
  3. (A+B)T(A + B)^{-T} belongs to neither SS nor TT in general (correct answer)
  4. (A+B)T=(A+B)1(A + B)^{-T} = -(A + B)^{-1} and belongs to TT
Explanation: Since AT=AA^T = A and BT=BB^T = -B, we have (A+B)T=AT+BT=AB(A + B)^T = A^T + B^T = A - B. Therefore (A+B)T=((A+B)T)1=(AB)1(A + B)^{-T} = ((A + B)^T)^{-1} = (A - B)^{-1}. Taking transpose: ((A+B)T)T=((AB)1)T=((AB)T)1=(ATBT)1=(A(B))1=(A+B)1((A + B)^{-T})^T = ((A - B)^{-1})^T = ((A - B)^T)^{-1} = (A^T - B^T)^{-1} = (A - (-B))^{-1} = (A + B)^{-1}. Since (A+B)T=(AB)1(A + B)^{-T} = (A - B)^{-1} and ((A+B)T)T=(A+B)1((A + B)^{-T})^T = (A + B)^{-1}, we have (AB)1(A+B)1(A - B)^{-1} \neq (A + B)^{-1} in general, so (A+B)T(A + B)^{-T} is neither symmetric nor skew-symmetric.

Question 9

Given that AA is a 3×33 \times 3 symmetric matrix with eigenvalues λ1,λ2,λ3\lambda_1, \lambda_2, \lambda_3, and B=A2+2A+3IB = A^2 + 2A + 3I, what is the trace of B1B^{-1} in terms of the eigenvalues of AA?

  1. 1λ12+2λ1+3+1λ22+2λ2+3+1λ32+2λ3+3\frac{1}{\lambda_1^2 + 2\lambda_1 + 3} + \frac{1}{\lambda_2^2 + 2\lambda_2 + 3} + \frac{1}{\lambda_3^2 + 2\lambda_3 + 3} (correct answer)
  2. 1(λ1+λ2+λ3)2+2(λ1+λ2+λ3)+9\frac{1}{(\lambda_1 + \lambda_2 + \lambda_3)^2 + 2(\lambda_1 + \lambda_2 + \lambda_3) + 9}
  3. λ12+λ22+λ32+2(λ1+λ2+λ3)+9(λ1λ2λ3)2\frac{\lambda_1^2 + \lambda_2^2 + \lambda_3^2 + 2(\lambda_1 + \lambda_2 + \lambda_3) + 9}{(\lambda_1\lambda_2\lambda_3)^2}
  4. 3λ1λ2λ3+2(λ1+λ2+λ3)+9\frac{3}{\lambda_1\lambda_2\lambda_3 + 2(\lambda_1 + \lambda_2 + \lambda_3) + 9}
Explanation: Since AA is symmetric, it has an orthonormal eigenbasis. If AA has eigenvalues λi\lambda_i, then B=A2+2A+3IB = A^2 + 2A + 3I has eigenvalues λi2+2λi+3\lambda_i^2 + 2\lambda_i + 3. The matrix B1B^{-1} has eigenvalues 1λi2+2λi+3\frac{1}{\lambda_i^2 + 2\lambda_i + 3}. The trace of B1B^{-1} equals the sum of its eigenvalues. Choice B incorrectly treats the sum of eigenvalues as a single eigenvalue, C attempts to use determinant relationships incorrectly, and D uses an incorrect formula mixing trace and determinant.

Question 10

Let AA and BB be n×nn \times n symmetric matrices. Which of the following statements is not always true?

  1. A+BA+B is a symmetric matrix.
  2. cAcA is a symmetric matrix for any scalar cc.
  3. ABAB is a symmetric matrix. (correct answer)
  4. ATA^T is a symmetric matrix.
Explanation: Let's analyze the choices given that AT=AA^T=A and BT=BB^T=B. A) (A+B)T=AT+BT=A+B(A+B)^T = A^T + B^T = A+B. This is always true. B) (cA)T=cAT=cA(cA)^T = cA^T = cA. This is always true. C) (AB)T=BTAT=BA(AB)^T = B^T A^T = BA. For ABAB to be symmetric, we need (AB)T=AB(AB)^T = AB, which means BA=ABBA=AB. This is only true if AA and BB commute, which is not always the case for symmetric matrices. Thus, this statement is not always true. D) Since AA is symmetric, AT=AA^T = A, which by definition is a symmetric matrix. This is always true.

Question 11

Let A=(k32k14)A = \begin{pmatrix} k & 3 \\ 2k-1 & 4 \end{pmatrix}. The matrix S=A+ATS = A + A^T is symmetric and has a trace of 10. What is the value of kk?

  1. 66
  2. 44
  3. 11 (correct answer)
  4. 33
Explanation: For any square matrix AA, the matrix S=A+ATS = A + A^T is always symmetric. The condition that SS is symmetric is a distractor, as it holds for any kk. The core of the problem is the trace. First, let's find A+ATA+A^T: AT=(k2k134)A^T = \begin{pmatrix} k & 2k-1 \\ 3 & 4 \end{pmatrix} S=A+AT=(k+k3+(2k1)(2k1)+34+4)=(2k2k+22k+28)S = A + A^T = \begin{pmatrix} k+k & 3+(2k-1) \\ (2k-1)+3 & 4+4 \end{pmatrix} = \begin{pmatrix} 2k & 2k+2 \\ 2k+2 & 8 \end{pmatrix} The trace of a matrix is the sum of its diagonal elements. So, tr(S)=2k+8\mathrm{tr}(S) = 2k + 8. We are given that the trace is 10. 2k+8=102k + 8 = 10 2k=22k = 2 k=1k = 1

Question 12

Let AA be an n×nn \times n symmetric matrix and BB be an n×nn \times n skew-symmetric matrix. Which of the following expressions simplifies to the matrix AA?

  1. (A+B)(AB)(A+B)(A-B)
  2. (AB)T+B(A-B)^T + B
  3. The skew-symmetric part of (A+B)(A+B)
  4. The symmetric part of (A+B)(A+B) (correct answer)
Explanation: We are given AT=AA^T = A and BT=BB^T = -B. The symmetric part of any matrix MM is given by 12(M+MT)\frac{1}{2}(M + M^T). Let's find the symmetric part of the matrix M=A+BM = A+B. First, find MTM^T: MT=(A+B)T=AT+BTM^T = (A+B)^T = A^T + B^T. Using the given properties, AT=AA^T=A and BT=BB^T=-B, so: MT=ABM^T = A - B. Now, substitute MM and MTM^T into the formula for the symmetric part: 12(M+MT)=12((A+B)+(AB))=12(2A)=A\frac{1}{2}(M + M^T) = \frac{1}{2}((A+B) + (A-B)) = \frac{1}{2}(2A) = A. Therefore, the symmetric part of (A+B)(A+B) is equal to AA. Choice C, the skew-symmetric part, would be 12(MMT)=12((A+B)(AB))=12(2B)=B\frac{1}{2}(M - M^T) = \frac{1}{2}((A+B) - (A-B)) = \frac{1}{2}(2B) = B.

Question 13

Let AA and BB be arbitrary n×nn \times n matrices. Which of the following statements is always true?

  1. If AA is symmetric, then AA is invertible.
  2. The diagonal entries of AATA - A^T are always zero. (correct answer)
  3. (AB)T=ATBT(AB)^T = A^T B^T.
  4. If AA and BB are symmetric, then ABAB is symmetric.
Explanation: Let's evaluate each statement. A) This is false. A counterexample is the zero matrix, which is symmetric (OT=OO^T = O) but not invertible. B) The diagonal entries of any matrix MM are miim_{ii}. For the matrix M=AATM = A - A^T, the diagonal entries are mii=aii(AT)iim_{ii} = a_{ii} - (A^T)_{ii}. By definition of transpose, (AT)ii=aii(A^T)_{ii} = a_{ii}. So, mii=aiiaii=0m_{ii} = a_{ii} - a_{ii} = 0. This is always true. C) This is false. The correct property is (AB)T=BTAT(AB)^T = B^T A^T. Matrix multiplication is not generally commutative, so ATBTBTATA^T B^T \neq B^T A^T. D) This is false. As shown in another question, (AB)T=BTAT(AB)^T = B^T A^T. If AA and BB are symmetric, this becomes BABA. ABAB is only symmetric if BA=ABBA=AB, i.e., if AA and BB commute.

Question 14

A 3×33 \times 3 matrix AA is constructed using the rule aij=2i+2ja_{ij} = 2i + 2j for its entries. Which of the following properties does matrix AA have?

  1. AA is skew-symmetric.
  2. The determinant of AA is non-zero.
  3. AA is symmetric. (correct answer)
  4. The trace of AA is 0.
Explanation: To check if AA is symmetric, we must verify if aij=ajia_{ij} = a_{ji} for all i,ji, j. According to the rule, aij=2i+2ja_{ij} = 2i + 2j. For the transposed entry, we have aji=2j+2ia_{ji} = 2j + 2i. Since addition is commutative, 2i+2j=2j+2i2i + 2j = 2j + 2i, which means aij=ajia_{ij} = a_{ji}. Therefore, the matrix AA is symmetric. Let's check the other options. (A) For AA to be skew-symmetric, aij=ajia_{ij} = -a_{ji}, which is not true here. (D) The diagonal entries are a11=4,a22=8,a33=12a_{11}=4, a_{22}=8, a_{33}=12, so the trace is 4+8+12=2404+8+12=24 \neq 0. (B) Let's write out the matrix: A=(468681081012)A = \begin{pmatrix} 4 & 6 & 8 \\ 6 & 8 & 10 \\ 8 & 10 & 12 \end{pmatrix}. The second row is the first row plus (2,2,2)(2, 2, 2), and the third row is the second row plus (2,2,2)(2, 2, 2). This means the rows are linearly dependent (e.g., R1+R3=2R2R_1 + R_3 = 2R_2), so the determinant must be zero. Thus, AA is not invertible.

Question 15

For any n×nn \times n matrix AA, which of the following expressions is guaranteed to result in a skew-symmetric matrix?

  1. (A+AT)2(A+A^T)^2
  2. ATA+AATA^T A + A A^T
  3. A2(AT)2A^2 - (A^T)^2 (correct answer)
  4. ATAAATA^T A - A A^T
Explanation: A matrix XX is skew-symmetric if XT=XX^T = -X. Let's test each option. Let XX be the expression in each choice. A) Let S=A+ATS = A+A^T, which is symmetric. X=S2X = S^2. XT=(S2)T=(ST)2=S2=XX^T = (S^2)^T = (S^T)^2 = S^2 = X. So (A+AT)2(A+A^T)^2 is symmetric. B) XT=(ATA+AAT)T=(ATA)T+(AAT)T=AT(AT)T+(AT)TAT=ATA+AAT=XX^T = (A^T A + A A^T)^T = (A^T A)^T + (A A^T)^T = A^T(A^T)^T + (A^T)^T A^T = A^T A + A A^T = X. So it is symmetric. C) XT=(A2(AT)2)T=(A2)T((AT)2)T=(AT)2A2=(A2(AT)2)=XX^T = (A^2 - (A^T)^2)^T = (A^2)^T - ((A^T)^2)^T = (A^T)^2 - A^2 = -(A^2 - (A^T)^2) = -X. This is skew-symmetric. D) XT=(ATAAAT)T=(ATA)T(AAT)T=ATAAAT=XX^T = (A^T A - A A^T)^T = (A^T A)^T - (A A^T)^T = A^T A - A A^T = X. So it is symmetric.

Question 16

Let AA and PP be n×nn \times n matrices. If AA is symmetric and PP is orthogonal (meaning PTP=IP^T P = I), what property must the matrix S=PAPTS = P A P^T have?

  1. SS must be symmetric. (correct answer)
  2. SS must be skew-symmetric.
  3. SS must be equal to AA.
  4. SS must be the identity matrix II.
Explanation: To determine the property of S=PAPTS = P A P^T, we should examine its transpose, STS^T. Using the property that (XYZ)T=ZTYTXT(XYZ)^T = Z^T Y^T X^T, we have: ST=(PAPT)T=(PT)TATPTS^T = (P A P^T)^T = (P^T)^T A^T P^T Since (PT)T=P(P^T)^T = P, this simplifies to: ST=PATPTS^T = P A^T P^T We are given that AA is a symmetric matrix, which means AT=AA^T = A. Substituting this into our expression for STS^T: ST=PAPTS^T = P A P^T This is the original definition of SS. Since ST=SS^T = S, the matrix SS must be symmetric.

Question 17

Let AA be a 3×33 \times 3 matrix such that AT=AA^T = -A. If tr(ATA)=18\text{tr}(A^TA) = 18, what is tr(A)\text{tr}(A)?

  1. 00 (correct answer)
  2. 33
  3. 3-3
  4. Cannot be determined from the given information
Explanation: Since AT=AA^T = -A, matrix AA is skew-symmetric. For any skew-symmetric matrix, all diagonal entries must be zero (since aii=aiia_{ii} = -a_{ii} implies aii=0a_{ii} = 0). Therefore, tr(A)=0\text{tr}(A) = 0. The condition tr(ATA)=18\text{tr}(A^TA) = 18 provides information about the sum of squares of all entries but doesn't affect the trace of AA.

Question 18

If AA is an n×nn \times n symmetric matrix and B=A32A2+AB = A^3 - 2A^2 + A, which of the following must be true?

  1. BB is symmetric and BT=B32B2+BB^T = B^3 - 2B^2 + B
  2. BB is symmetric and commutes with AA (correct answer)
  3. BB is skew-symmetric and BT=BB^T = -B
  4. BB may not be symmetric unless AA is diagonal
Explanation: Since AA is symmetric, AT=AA^T = A. Taking the transpose: BT=(A3)T2(A2)T+AT=(AT)32(AT)2+AT=A32A2+A=BB^T = (A^3)^T - 2(A^2)^T + A^T = (A^T)^3 - 2(A^T)^2 + A^T = A^3 - 2A^2 + A = B. So BB is symmetric. Also, B=A(A22A+I)B = A(A^2 - 2A + I) and since AA commutes with any polynomial in AA, we have AB=BAAB = BA. Choice A is circular reasoning, C is incorrect since BB is symmetric, and D is false since symmetry is preserved regardless of whether AA is diagonal.

Question 19

Let matrices AA and BB be defined as A=(1203)A = \begin{pmatrix} 1 & 2 \\ 0 & 3 \end{pmatrix} and BT=(1042)B^T = \begin{pmatrix} -1 & 0 \\ 4 & 2 \end{pmatrix}. What is the matrix (AB)T(AB)^T?

  1. (1086)\begin{pmatrix} -1 & 0 \\ 8 & 6 \end{pmatrix} (correct answer)
  2. (1806)\begin{pmatrix} -1 & 8 \\ 0 & 6 \end{pmatrix}
  3. (10106)\begin{pmatrix} -1 & 0 \\ 10 & 6 \end{pmatrix}
  4. (71246)\begin{pmatrix} 7 & 12 \\ 4 & 6 \end{pmatrix}
Explanation: The property of transposes states that (AB)T=BTAT(AB)^T = B^T A^T. We are given BTB^T and can find ATA^T. The transpose of AA is AT=(1023)A^T = \begin{pmatrix} 1 & 0 \\ 2 & 3 \end{pmatrix}. Now, we compute the product BTATB^T A^T: $$B^T A^T = \begin{pmatrix} -1 & 0 \ 4 & 2 \end{pmatrix} \begin{pmatrix} 1 & 0 \ 2 & 3 \end{pmatrix} = \begin{pmatrix} (-1)(1)+(0)(2) & (-1)(0)+(0)(3) \ (4)(1)+(2)(2) & (4)(0)+(2)(3) \end{pmatrix} = \begin{pmatrix} -1 & 0 \ 8 & 6 \end{pmatrix}

Question 20

Let PP be a 4×44 \times 4 matrix such that PTP=IP^T P = I. If AA is symmetric and B=PTAPB = P^T A P, which statement about the relationship between AA and BB is most precise?

  1. BB is symmetric and tr(A)=tr(B)\text{tr}(A) = \text{tr}(B), but det(A)\det(A) may not equal det(B)\det(B)
  2. BB is symmetric, tr(A)=tr(B)\text{tr}(A) = \text{tr}(B), and det(A)=det(B)\det(A) = \det(B) (correct answer)
  3. BB is symmetric but tr(A)\text{tr}(A) and tr(B)\text{tr}(B) may differ
  4. BB may not be symmetric unless PP is also symmetric
Explanation: Since PTP=IP^TP = I, matrix PP is orthogonal, so P1=PTP^{-1} = P^T. We have BT=(PTAP)T=PTAT(PT)T=PTAP=BB^T = (P^TAP)^T = P^TA^T(P^T)^T = P^TAP = B since AT=AA^T = A. So BB is symmetric. For trace: tr(B)=tr(PTAP)=tr(APPT)=tr(A)\text{tr}(B) = \text{tr}(P^TAP) = \text{tr}(APP^T) = \text{tr}(A) since PPT=IPP^T = I. For determinant: det(B)=det(PT)det(A)det(P)=det(P)2det(A)=det(A)\det(B) = \det(P^T)\det(A)\det(P) = \det(P)^2\det(A) = \det(A) since det(P)=±1\det(P) = \pm 1 for orthogonal matrices.