Show that for any square matrix A the matrix is symmetric an
Solution
1. (a) Let B=A+AT , Bij =Aij +Aji =BTij .
(b) Let B=AAT , Bij =Aij Aji =Aji (Aij )=(Aji Aij )= BTij
2.
(AT)(A-1)T = (A-1A)T = IT = I
This proves that the inverse of AT is (A-1)T .
3.
Not really. Matrices do not follow exponential laws. In fact, (AB)-1 = B-1A-1 .
Here is the proof:
Let I be a 3 by 3 identity matrix. If A and B are 3 by 3 invertible matrices, then:
(AB)(AB)-1 = I
A-1 (AB) (AB)-1 = A-1I
(A-1AB) (AB)-1 = A-1I
(IB)(AB)-1 = A-1
B(AB)-1 = A-1
B-1B(AB)-1 = B-1A-1
(B-1B)(AB)-1 = B-1A-1
I (AB)-1 = B-1A-1
(AB)-1 = B-1A-1
Hence Proved
4.
If a matrix is skew symmetric then AT = - A,
that is the transpose of A is equal to negative A.
This implies that if A = aij , then aji = aij .
If we\'re referring to diagonal entries, we can say ajj = -ajj .
The only way for this to be true is if ajj = 0.
So therefore all the diagonal entries of a skew symmetric matrix are 0.
