Skip to main content

Symmetric & Skew Symmetric Matrix-Properties, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

A symmetric matrix and skew-symmetric matrix both are square matrices. But the difference between them is, the symmetric matrix is equal to its transpose whereas skew-symmetric matrix is a matrix whose transpose is equal to its negative.

If A is a symmetric matrix, then A = AT  and if A is a skew-symmetric matrix then AT = – A.

Symmetric Matrix

To understand if a matrix is a symmetric matrix, it is very important to know about transpose of a matrix and how to find it. If we interchange rows and columns of an m×n  matrix to get an n × m   matrix, the new matrix is called the transpose of the given matrix. There are two possibilities for the number of rows (m) and columns (n) of a given matrix:

  • If m = n, the matrix is square
  • If m ≠ n, the matrix is rectangular
Symmetric & Skew Symmetric Matrix

For the second case, the transpose of a matrix can never be equal to it. This is because, for equality, the order of the matrices should be the same. Hence, the only case where the transpose of a matrix can be equal to it, is when the matrix is square. But this is only the first condition. Even if the matrix is square, its transpose may or may not be equal to it. For example:

If A=[1234],then A=[1324].

Here, we can see that A ≠ A’.

Let us take another example.

B=[1217251117119]

If we take the transpose of this matrix, we will get:

B=[1217251117119]

We see that B = B’. Whenever this happens for any matrix, that is whenever transpose of a matrix is equal to it, the matrix is known as a symmetric matrix. But how can we find whether a matrix is symmetric or not without finding its transpose? We know that:

If A=[aij]m×n, then A=[aij]n×m( for all the values of i and j )

So, if for a matrix A, aij = aji (for all the values of i and j) and m = n, then its transpose is equal to itself. A symmetric matrix will hence always be square. Some examples of symmetric matrices are:

P=[15113]

Q=[101125712100123572310001]

Properties of Symmetric Matrix

  • Addition and difference of two symmetric matrices results in symmetric matrix.
  • If A and B are two symmetric matrices and they follow the commutative property, i.e. AB =BA, then the product of A and B is symmetric.
  • If matrix A is symmetric then An is also symmetric, where n is an integer.
  • If A is a symmetrix matrix then A-1 is also symmetric.

Skew Symmetric Matrix

A matrix can be skew symmetric only if it is square. If the transpose of a matrix is equal to the negative of itself, the matrix is said to be skew symmetric. This means that for a matrix  to be skew symmetric,

A’=-A

Also, for the matrix, aji =-aij(for all the values of i and j). The diagonal elements of a skew symmetric matrix are equal to zero. This can be proved in following way:

The diagonal elements are characterized by the general formula,

aij , where i = j

If i = j, then aij = aii = ajj

If A is skew symmetric, then

aji = – aji

⇒ aii = – aii

⇒ 2.aii = 0

⇒ aii = 0

So, aij = 0 , when i = j  (for all the values of i and j)

Some examples of skew symmetric matrices are:

P=[0550]

Q=[027203730]

Properties of Skew Symmetric Matrix

  • When we add two skew-symmetric matrices then the resultant matrix is also skew-symmetric.
  • Scalar product of skew-symmetric matrix is also a skew-symmetric matrix.
  • The diagonal of skew symmetric matrix consists of zero elements and therefore the sum of elements in the main diagonals is equal to zero. 
  • When identity matrix is added to skew symmetric matrix then the resultant matrix is invertible.
  • The determinant of skew symmetric matrix is non-negative

Determinant of Skew Symmetric Matrix

If A is a skew-symmetric matrix, which is also a square matrix, then the determinant of A should satisfy the below condition:

Det (AT) = det (-A) = (-1)n det(A)

The inverse of skew-symmetric matrix does not exist because the determinant of it having odd order is zero and hence it is singular.

Eigenvalue of Skew Symmetric Matrix

If A is a real skew-symmetric matrix then its eigenvalue will be equal to zero. Alternatively, we can say, non-zero eigenvalues of A are non-real.

Every square matrix can be expressed in the form of sum of a symmetric and a skew symmetric matrix, uniquely. Learn various concepts in maths & science by visiting our site ANAND CLASSES (A School Of Competitions).

Frequently Asked Questions-FAQs

Q1

What is a symmetric matrix?

A symmetric matrix is a square matrix that is equal to transpose of itself. If A is a symmetric matrix, then it satisfies the condition: A = AT

Q2

How do you know if a matrix is symmetric?

To know if a matrix is symmetric, find the transpose of that matrix. If the transpose of that matrix is equal to itself, it is a symmetric matrix.

Q3

Give an Example of a Matrix Which is Symmetric but not Invertible.

A zero (square) matrix is one such matrix which is clearly symmetric but not invertible.

Q4

Is Symmetric Matrix Diagonalizable?

Yes, a symmetric matrix is always diagonalizable.

Q5

What is skew-symmetric matrix?

A skew-symmetric matrix is a square matrix whose transpose equals to its negative. It should satisfy the below condition:
AT = – A
If aij represents the value of i-th row and j-th column, then the skew symmetric matrix condition is given by;
aij = -aji

Q6

What is the difference between symmetric and skew-symmetric matrix?

The transpose of the symmetric matrix is equal to the original matrix.
The transpose of skew symmetric matrix is equal to negative of the original matrix.

Comments

Popular posts from this blog

Onto Functions(Surjective Functions)-Definition, Graph, Properties, Solved Examples, FAQs

  Onto Function is one of the many types of functions defined based on the relationship between its domain and codomain. For any function to be onto, it needs to relate two sets with a very specific mapping between elements, meaning that each element of the codomain has at least one element in the domain as its pre-image. In simple words, for any function, if all the elements of the codomain are mapped to some element of the domain, then the function is said to be an onto function.  In this article, we will discuss the concept of onto or surjective function in detail including its definition, example, and many more. We will also discuss key differences between one one, onto and into functions as well. Table of Contents What is an Onto Function? Onto Function Definition Representation for Onto Function Examples of Onto Function Properties of Onto Function Composition of Onto Function Onto Function Graph Number of Onto Functions One to One and Onto Functions Onto and Into Functi...

Transpose of a Matrix-Addition & Multiplication Property of Transpose, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

Transpose of a matrix is one of the most commonly used methods in matrix transformation. For a given matrix, the transpose of a matrix is obtained by interchanging rows into columns or columns to rows. In this article, we are going to learn the definition of the transpose of a matrix, steps to find the transpose of a matrix, properties and examples with a complete explanation. Before learning how to find the transpose of a matrix, first let us learn, what a matrix is? Table of Contents What is a Matrix? Transpose of a Matrix Definition How to Find the Transpose of a Matrix? Properties of Transpose of a Matrix (i) Transpose of the Transpose Matrix (ii) Addition Property of Transpose (iii) Multiplication by Constant (iv) Multiplication Property of Transpose Transpose of a Matrix Examples Practice Problems Frequently Asked Questions What is the transpose of a matrix? How to calculate the transpose of a Matrix? What is the Addition Property of Transpose? What is the Multiplication Property...