SOLUTION: Question:
Matrix A is said to be skew symmetric if A^T = -A. Show that if a matrix is skew symmetric, then its diagonal entries must be 0.
Thanks in advance.
Algebra.Com
Question 376126: Question:
Matrix A is said to be skew symmetric if A^T = -A. Show that if a matrix is skew symmetric, then its diagonal entries must be 0.
Thanks in advance.
Answer by robertb(5830) (Show Source): You can put this solution on YOUR website!
Consider the matrix A = [a(j,k)], where a(j,k) is the entry in the jth row and kth column. It must follow that A must be a square matrix. The diagonal entries of A are a(1,1), a(2,2), a(3,3), ..., a(n,n). If we take the transpose of A, the diagonal entries remain fixed. Now , and the diagonal entries of -A are -a(1,1), -a(2,2), -a(3,3), ..., -a(n,n).
Thus a(1,1) = -a(1,1), a(2,2) = -a(2,2), a(3,3) = -a(3,3), ...,
a(n,n) = -a(n,n). These imply that a(1,1) = 0, a(2,2) = 0, a(3,3) = 0, ...,
a(n,n) = 0, and the proof is complete.
RELATED QUESTIONS
If A is skew-symmetric matrix,show that the elements in the main diagonal are all... (answered by robertb)
2. (a) Prove that the product of a matrix and its transpose is symmetric matrix
(b)... (answered by lynnlo)
Find matrix B, if A is symmetric matrix and B is skew symmetric matrix and their sum is... (answered by ikleyn)
give an example of a matrix which is normal but not symmetric ,skew symmetric or... (answered by Fombitz)
Suppose A is a square matrix. Prove that there is a symmetric matrix B and a... (answered by ikleyn)
Suppose A is a square matrix. Prove that there is a symmetric matrix B and a... (answered by ikleyn)
How Do I Can show that,if A is a square matrix of order n,then A+A^T is Symmetric... (answered by robertb)
Let A be a
n×n
square matrix . A is a symmetric matrix if A equal to
. (answered by richard1234)
A square matrix A is called symmetric if A^t = A. If B is a square matrix, then B.B^t and (answered by jim_thompson5910)