Hello student,
First of all, a symmteric matrix is one in which the transpose of the matrix equals the matrix itslef.
So, mathematically, If AT = A, then A is symmetric.
So, now consider the options one by one.
(1) A+A’
To find out whether it is symmetric or not, find its transpose.
So, (A+A’)’ = (A’)’ + A’
= A + A’
= A’ + A
Hence, it is symmetric.
(2) A’A and (3) A’A
Similarly, you can prove that both AA’ and A’A are symmetric matrcies.
(4) (A-A’)
(A-A’)’ = A’ – (A’)’
= A’ – A
= – (A-A’)
Hence, this is not a symmetric matrix,