Prove that every diagonal matrix is a symmetric matrixSoluti
Prove that every diagonal matrix is a symmetric matrix
Solution
Let us consider A a square nxn matrix which is also diagonal.
i.e A = {aij} where aij =0 if i not equal to j
= some non zero value is i =j
Transpose of A = AT= {aji}
But we have aji =0 if i not equals j and aji non zero if i =j
In other words AT will have all elements other than diagonal as zero elements.
Also aji =aij , if i =j since all these types are diagonal elements.
So AT = A
Or A is symmetric if A is diagonal.
