Given that A and B are n times n symmetric matrices Prove th
     Given that A and B are n times n symmetric matrices, Prove that A + B is also symmetric. 
  
  Solution
Solution:
A square matrix A is said to be symetric if AT= A
Here A and B is symetric.Therefore AT=A and BT=B.
Now (A+B)T=AT+BT= A+B
Thus, (A+B)T= A+B. Hence A+B is symetric.

