Loading [MathJax]/jax/output/HTML-CSS/jax.js

Wednesday, March 6, 2024

19.11 - Symmetric and Skew Symmetric Matrices

In the previous section, we saw transpose of a matrix. In this section, we will see symmetric and skew symmetric matrices.

Symmetric Matrix

This can be written in 5 steps:
1. Consider any square matrix A. We know how to write it's transpose A'.
2. If A' is equal to A, then we say that, A is a symmetric matrix.
3. An example is given below:
Let A = [32112581189].
• If we write A', we will get A itself. So A is a symmetric matrix.
4. Consider any element say the 2 at second row, first column. Let us interchange the row and column. So we want first row, second column. What is the element at the interchanged position? It is also 2
5. This is applicable to any element of a symmetric matrix.
• We can write:
   ♦ Let a be any element of a symmetric matrix. Let it be at the row i, column j.
   ♦ The element at row j, column i will also be the same element a.


Skew Symmetric Matrix

This can be written in 5 steps:
1. Consider any square matrix A. We know how to write it's transpose A'.
2. If A' is equal to −A, then we say that, A is a skew symmetric matrix.
3. An example is given below:
Let A = [03113071170].
• If we write A', we will get:
A' = [03113071170].

• We see that, A' = −A. So A is a skew symmetric matrix.
4. Consider any non-diagonal element in A. Say the 7 at third row, second column. Let us interchange the row and column. So we want second row, third column. What is the element at the interchanged position? It is -7.
5. This is applicable to any non-diagonal element of a skew symmetric matrix.
• We can write:
   ♦ Let a be any non-diagonal element of a skew symmetric matrix. Let it be at the row i, column j.
   ♦ The element at row j, column i will be the -ve of element a.
6.The property written in (5) is applicable to diagonal elements also.This can be explained in 3 steps:
(i) For any diagonal element, the row number and column number will be the same.
• So any diagonal element, can be represented as aii.
(ii) In a skew symmetric matrix, any aij must be equal to −aji.
• So any aii must be equal to −aii
• That means:
aii = −aii
⇒ 2aii = 0
⇒ aii = 0
(iii) We can write:
If A is a skew symmetric matrix, then all diagonal elements of A will be zero.


Now we will see two theorems related to symmetric and skew symmetric matrices.


Theorem 1
For any square matrix A,
(i) (A + A') is a symmetric matrix
(ii) (A A') is a skew symmetric matrix.

Proof for part (i):
 1LetB = A+A 2B = (A+A) 3 = A+(A) 4 = A+A 5 = A+A 6 = B

◼ Remarks:
(3) (A+B)' = A' + B'
(4) (A')' = A
(5) A+B = B+A

• We see that, B' = B. That means, B is a symmetric matrix. That means, (A+A') is a symmetric matrix.

Proof for part (ii):
 1LetC = AA 2C = (AA) 3 = A(A) 4 = AA 5 = (AA) 6 = C

◼ Remarks:
(3) (A−B)' = [A+(−B)]'= [A+(−1B)]'= [A'+(−1B)']
= [A'+(−1)(B)']  =   A' − B'
(4) (A')' = A
(5) A−B = [A + (−B)] = [(−B) + A] = −[B − A]

• We see that, C' = −C. That means, C is a skew symmetric matrix. That means, (A−A') is a skew symmetric matrix.


In the next section, we will see the second theorem.

Previous

Contents

Next

Copyright©2024 Higher secondary mathematics.blogspot.com

 

No comments:

Post a Comment