Question:

Let $A=\begin{pmatrix}1 & 3 & 5 \\ -6 & 8 & 3 \\ -4 & 6 & 5\end{pmatrix}$ and $P=\frac{1}{2}(A + A^T)$. Then:

Show Hint

$\frac{1}{2}(A+A^T)$ is the symmetric part of matrix $A$, while $\frac{1}{2}(A-A^T)$ is the skew-symmetric part.
Updated On: Apr 28, 2026
  • $P^T = P$
  • $P^T = -P$
  • $P^T = 2P$
  • $P^T = -2P$
  • $P^T = 3P$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Concept
For any square matrix $A$, $(A + A^T)$ is always a symmetric matrix.

Step 2: Analysis

$P = \frac{1}{2}(A + A^T)$. Taking transpose on both sides: $P^T = (\frac{1}{2}(A + A^T))^T = \frac{1}{2}(A^T + (A^T)^T)$.

Step 3: Conclusion

$P^T = \frac{1}{2}(A^T + A) = P$. Since $P^T = P$, it is a symmetric matrix. Final Answer: (A)
Was this answer helpful?
0
0