proving a matrix is symmetric

19.9k Views Asked by At

Let $A$ be an $nxn $ symmetric matrix.

a) Show that $A^2 $ is symmetric.

b) Show that $2A^2 -3A + I$ is symmetric.

for part a), i have:

$A=A^T$

$A^2 = A\times A$

$A^2 = (A^T)\times(A^T)$

$A^2 = (A\times A)^T$

$A^2 = (A^2)^T$

since $A^2 $is transposable, it is symmetric.

part b) i can prove similar as part a).

Any correction?

1

There are 1 best solutions below

2
On

In part b) you will need the fact $(A+B)^T=A^T+B^T$ and $(3A)^T=3A^T$and the same idea solves the problem.