What is a skew symmetric matrix?
A skew symmetric matrix is a square matrix that is negative of its own transpose. In other words, if A is a square matrix, then A is a skew symmetric matrix if and only if the following condition holds true:
Now, we know that if A is a square matrix, AT is the transpose of A and Ai,j and ATi,j are the elements in the ith row and jth column of A, and AT, respectively, then
So, for a skew symmetric matrix,
In other words, the element in the ith row and jth column of a skew symmetric matrix is negative of the element in the jth row and ith column. And all the diagonal elements are 0.
For example, the matrix A given below is a skew symmetric matrix.
Here,
…
0 Comments