Topics
Relations and Functions
Relations and Functions
Algebra
Inverse Trigonometric Functions
Matrices
- Concept of Matrices
- Types of Matrices
- Equality of Matrices
- Operations on Matrices> Addition and Subtraction of Matrices
- Operations on Matrices>Scalar Multiplication
- Operations on Matrices> Matrix Multiplication
- Transpose of a Matrix
- Symmetric and Skew Symmetric Matrices
- Invertible Matrices
- Overview of Matrices
Calculus
Determinants
Vectors and Three-dimensional Geometry
Continuity and Differentiability
- Continuous and Discontinuous Functions
- Algebra of Continuous Functions
- Concept of Differentiability
- Derivatives of Composite Functions
- Derivative of Implicit Functions
- Derivative of Inverse Function
- Exponential and Logarithmic Functions
- Logarithmic Differentiation
- Derivatives of Functions in Parametric Forms
- Second Order Derivative
- Overview of Continuity and Differentiability
Linear Programming
Probability
Applications of Derivatives
Integrals
- Introduction of Integrals
- Integration as an Inverse Process of Differentiation
- Properties of Indefinite Integral
- Methods of Integration> Integration by Substitution
- Methods of Integration>Integration Using Trigonometric Identities
- Methods of Integration> Integration Using Partial Fraction
- Methods of Integration> Integration by Parts
- Integrals of Some Particular Functions
- Definite Integrals
- Fundamental Theorem of Integral Calculus
- Evaluation of Definite Integrals by Substitution
- Properties of Definite Integrals
- Overview of Integrals
Sets
Applications of the Integrals
Differential Equations
- Basic Concepts of Differential Equations
- Order and Degree of a Differential Equation
- General and Particular Solutions of a Differential Equation
- Methods of Solving Differential Equations> Variable Separable Differential Equations
- Methods of Solving Differential Equations> Homogeneous Differential Equations
- Methods of Solving Differential Equations>Linear Differential Equations
- Overview of Differential Equations
Vectors
- Basic Concepts of Vector Algebra
- Direction Ratios, Direction Cosine & Direction Angles
- Types of Vectors in Algebra
- Algebra of Vector Addition
- Multiplication in Vector Algebra
- Components of Vector in Algebra
- Vector Joining Two Points in Algebra
- Section Formula in Vector Algebra
- Product of Two Vectors
- Overview of Vectors
Three - Dimensional Geometry
Linear Programming
Probability
Introduction
-
In matrix algebra, many problems become easier when we recognize special types of matrices.
-
Two important special types are symmetric matrices and skew-symmetric matrices, which are defined using the transpose of a matrix.
-
Understanding these helps in simplifying matrices, solving systems, and in higher topics like quadratic forms and eigenvalues.
Maharashtra State Board: Class 12
Definition: Symmetric Matrix
A square matrix \[A = [a_{ij}]_{n \times n}\] is called symmetric if
i.e., \[a_{ij} = a_{ji}\] for all i and j.
Maharashtra State Board: Class 12
Definition: Skew-Symmetric Matrix
A square matrix \[A = [a_{ij}]_{n \times n}\] is called skew-symmetric if \[A^T = -A\]
i.e.,\[a_{ij} = -a_{ji}\] for all i and j.
Theorem: Constructing Symmetric and Skew-Symmetric Parts
Theorem 1: For any square matrix A with real number entries, A + A′ is a symmetric matrix and A − A′ is a skew-symmetric matrix.
Proof:
Part 1: Symmetric Matrix
Let B = A + A′, then
Take transpose on both sides:
B′ = (A + A′)′
= A′ + (A′)′ (as (A + B)′ = A′ + B′)
= A′ + A (as (A′)′ = A)
= A + A′ (as A + B = B + A)
= B
Therefore, B = A + A′ is a symmetric matrix
Part 2: Skew-Symmetric Matrix
Now let
C = A − A′
C′ = (A − A′)′ = A′ − (A′)′ (Why?)
= A′ − A (Why?)
= −(A − A′) = −C
Therefore
C = A − A′ is a skew-symmetric matrix.
Theorem: Decomposition of Any Square Matrix
Theorem 2: Any square matrix can be expressed as the sum of a symmetric and a skew-symmetric matrix.
Proof: Let A be a square matrix, then we can write
\[\mathrm{A=\frac{1}{2}(A+A^{\prime})+\frac{1}{2}(A-A^{\prime})}\]
From Theorem 1, we know that (A + A′) is a symmetric matrix and (A − A′) is a skew-symmetric matrix.
Multiplying by \[\frac{1}{2}\] does not change these properties.
Since for any matrix A, (kA)′ = kA′, it follows that \[\frac{1}{2}(\mathrm{A}+\mathrm{A}^{\prime})\] is symmetric matrix and \[\frac{1}{2}(\mathrm{A}-\mathrm{A}^{\prime})\] is skew symmetric matrix.
Thus, any square matrix can be expressed as the sum of a symmetric and a skew-symmetric matrix.
Example 1
Express the matrix \[\mathbf{B}= \begin{bmatrix} 2 & -2 & -4 \\ -1 & 3 & 4 \\ 1 & -2 & -3 \end{bmatrix}\] as the sum of a symmetric and a skew-symmetric matrix.
Solution: Here \[\mathrm{B}^{\prime}= \begin{bmatrix} 2 & -1 & 1 \\ -2 & 3 & -2 \\ -4 & 4 & -3 \end{bmatrix}\]
Let \[\begin{aligned} & \mathrm{P}=\frac{1}{2}\left(\mathrm{B}+\mathrm{B}^{\prime}\right)=\frac{1}{2} \begin{bmatrix} 4 & -3 & -3 \\ -3 & 6 & 2 \\ -3 & 2 & -6 \end{bmatrix}= \begin{bmatrix} 2 & \frac{-3}{2} & \frac{-3}{2} \\ \\ \frac{-3}{2} & 3 & 1 \\ \\ \frac{-3}{2} & 1 & -3 \end{bmatrix}, \end{aligned}\]
Now \[\mathrm{P^{\prime}}= \begin{bmatrix} 2 & \frac{-3}{2} & \frac{-3}{2} \\ \frac{-3}{2} & 3 & 1 \\ \\ \frac{-3}{2} & 1 & -3 \end{bmatrix}=\mathrm{P}\]
Thus \[\mathrm{P}=\frac{1}{2}(\mathrm{B}+\mathrm{B}^{\prime})\] is a symmetric matrix.
Also, let \[\mathrm{Q}=\frac{1}{2}\left(\mathrm{B}-\mathrm{B}^{\prime}\right)=\frac{1}{2} \begin{bmatrix} 0 & -1 & -5 \\ 1 & 0 & 6 \\ 5 & -6 & 0 \end{bmatrix}= \begin{bmatrix} 0 & \frac{-1}{2} & \frac{-5}{2} \\ \frac{1}{2} & 0 & 3 \\ \frac{5}{2} & -3 & 0 \end{bmatrix}\]
Then \[\mathrm{Q^{\prime}}= \begin{bmatrix} 0 & \frac{1}{2} & \frac{5}{3} \\ \frac{-1}{2} & 0 & -3 \\ \\ \frac{-5}{2} & 3 & 0 \end{bmatrix}=-\mathrm{Q}\]
Thus \[\mathrm{Q}=\frac{1}{2}(\mathrm{B}-\mathrm{B}^{\prime})\] is a skew symmetric matrix.
Now \[\mathbf{P}+\mathbf{Q}= \begin{bmatrix} 2 & \frac{-3}{2} & \frac{-3}{2} \\ \frac{-3}{2} & 3 & 1 \\ \frac{-3}{2} & 1 & -3 \end{bmatrix}+ \begin{bmatrix} 0 & \frac{-1}{2} & \frac{-5}{2} \\ \frac{1}{2} & 0 & 3 \\ \frac{5}{2} & -3 & 0 \end{bmatrix}= \begin{bmatrix} 2 & -2 & -4 \\ -1 & 3 & 4 \\ 1 & -2 & -3 \end{bmatrix}=\mathbf{B}\]
Thus, B is represented as the sum of a symmetric and a skew-symmetric matrix.
Key Points: Symmetric and Skew Symmetric Matrices
-
A square matrix is symmetric if \[A^T = A\].
-
A square matrix is skew-symmetric if \[A^T = -A\].
-
In a skew-symmetric matrix, all diagonal elements are zero.
-
For any square matrix A:
-
\[A + A^T\] is symmetric.
-
\[A - A^T\] is skew-symmetric.
-
-
Any square matrix A can be written as
-
The decomposition into symmetric and skew-symmetric parts is unique.
