The document provides a comprehensive overview of various types of matrices, including row, column, square, diagonal, scalar, identity, equal, negative, upper and lower triangular, symmetric, and skew symmetric matrices, along with their definitions and examples. Additionally, it covers matrix operations such as addition, subtraction, multiplication, determinants, minors, cofactors, and adjoints, as well as the method of matrix inversion for solving linear equations. Key mathematical concepts and calculations related to matrices are illustrated through numerous examples.
Introduction of presenters ISHANT JAIN, MALHAR SHAH, and MEET DOSHI.
Definition and explanation of m x n matrix, consisting of real numbers arranged in rows and columns.
Overview of various types of matrices including Row, Column, Null, Square, Diagonal, Scalar, Identity, Equal, Negative, Upper/Lower Triangular, Symmetric, and Skew Symmetric.
Detailed definitions and examples of Row Matrix, Column Matrix, Null Matrix, Square Matrix, Diagonal Matrix, Scalar Matrix, and Unit Matrix.
Definitions and examples of Equal Matrix, Negative Matrix, Upper Triangular Matrix, Lower Triangular Matrix, Symmetric Matrix, and Skew Symmetric Matrix.
Introduction to the basic operations involving matrices: Addition, Subtraction, Scalar Multiplication, and Multiplication.
A collection of matrices presented: Example matrix with values 4, 6, 0, 2, 3, 2, 8, 5, 7, 8, 8, 7.
Continuing examples, another set of matrices with values 9, 7, 5, 8, 5, 3, 0, 2, 4, 4, 5, 6.
Further examples of matrices with values 4, 3, 6, 9, 12, 09, 18, 27.
Final examples of matrices including values 2, 5, 7, 1, 7, 5, -3, 0, -1, 10, 46, 35.
Introduction to determinants, their calculation for square matrices, denoted by ∆.
An example of determinant calculation for a 3x3 matrix resulting in -180.
Definition and process of finding the minor of an element in a matrix through deletion of corresponding row and column.
Further exploration of minors for a 3x3 matrix showcasing calculations and results for a minor matrix.
Explanation of cofactors, their relation to minors, and formulas for computation of each.
Definition of the adjoint derived from the transposed matrix of cofactors.
Steps for calculating the adjoint for a 3x3 matrix, including minor and cofactor matrices.
Definition and process of obtaining the transpose of a matrix, along with symbolization.
Definition of the inverse of a scalar with an example showcasing the inverse calculation.
Procedure for finding inverse using adjoint and determinant, with example calculations.
Demonstration of solving linear equations using the inverse of the coefficient matrix.
Detailed explanation of each computational step to arrive at the inverse of a matrix.
Using determinants in Cramer's rule to find solutions for linear equations.
Describing transformations of a coefficient matrix into an upper triangular form.
Calculating solutions of variables x, y, and z from an upper triangular matrix representation.
Conditions under which inverses exist, identification of non-singular matrices.
Confirming determinants’ properties and calculation of matrix inverses.
Completing the final calculations to manifest the inverse of a given matrix.
2 3 −5
12 4
6 5 0
MEANING: -
m x n real numbers arranged in m rows and n columns and enclosed by a pair of
brackets is called m x n matrix.
3.
TYPES
OF
MATRIX
Row Matrix
Column Matrix
NullMatrix/ Zero Matrix
Square Matrix
Diagonal Matrix
Scalar Matrix
Identity Matrix or Unit Matrix
Equal Matrix
Negative Matrix
Upper Triangular Matrix
Lower Triangular Matrix
Symmetric Matrix
Skew Symmetric Matrix
4.
Sr.
No.
Type of MatrixMeaning Example
1. Row Matrix A matrix consisting of a single row.
Also called as row vector.
1 2 3
2. Column Matrix A matrix consisting of a single column.
Also called as column vector.
1
2
3
3. Null Matrix All the elements are zero.
Also known as zero matrix.
Denoted by “O”.
0 0
0 0
4. Square Matrix Matrix having same number of rows and columns.
It can also be written as An.
2 3
4 5
2 1 3
1 6 2
5 2 4
5. Diagonal Matrix All elements are zero except main or principal diagonal. 2 0
0 5
3 0 0
0 4 0
0 0 1
6. Scalar Matrix All the diagonal elements are same. 3 0
0 3
2 0 0
0 2 0
0 0 2
7. Unit Matrix A scalar matrix in which each diagonal element is 1.
Also called “Identity matrix”.
Denoted by In.
Every unit matrix is a diagonal matrix and also a scalar matrix.
1 0
0 1
1 0 0
0 1 0
0 0 1
5.
Sr.
No.
Type of MatrixMeaning Example
8. Equal Matrix Two matrices having the same order.
Each element of A= Corresponding to the element of B
A=
2 3
1 0
B=
4
2 9
2 − 1 0
9. Negative Matrix Replacing all the elements with its additive inverse.
A=
3 −1
−2 4
5 −3
B=
−3 1
2 −4
−5 3
10. Upper Triangular
Matrix
A square matrix in which all elements below the principal
diagonal are zero.
1 3 7
0 2 8
0 0 7
11. Lower Triangular
Matrix
A square matrix in which all elements above the principal
diagonal are zero.
1 0 0
3 6 0
2 5 7
12. Symmetric Matrix
A square matrix having aij=aji
2 1 3
1 6 2
3 2 4
13. Skew Symmetric Matrix
A square matrix having aij= -aji
2 1 3
−1 6 2
−3 −2 4
a12 =a21
a13 =a31
a23 =a32
a12 =-a21
a13 =-a31
a23 =-a32
Determinant isa scalar value that is calculated from a matrix.
It can only be calculated for a square matrix.
It is denoted by ∆ (Delta).
Calculation For 2X2 Matrix
1 3
5 6
(1 x 6) –
(3 x 5) - 9
13.
03 05 02
0400 01
−2 06 10
3{(0 X 10) – (1 X 6)} –
5{(4 X 10) – (-2 X 1)} +
2{(4 X 6) – (-2 X 0)}
- 180
14.
MEANING: -
The minorof a element in a matrix is the determinant obtained by deleting the row
and the column in which that element appears.
Minor of a particular element in a matrix
8 2 4
6 0 7
3 5 9
Step 1:-Ignore the row and column in which the
element a11 i.e. 8 is
Step 2: -Write the remaining elements in determinant
form
0 7
5 9
0 7
5 9
Minor of particular element is
(-35)
In some cases,minor and
co-factor remains same but
it may be different or there
may be difference of minus.
Cij = (-1)i+j Mij
Cij = co-factor of aij
Mij = minor of aij
a11 a12 a13
b21 b22 b23
c31 c32 c33
C11= (-1)1+1 M11
C11 =(-1)2 M11
C11= M11
a11 a12 a13
b21 b22 b23
c31 c32 c33
C12= (-1)1+2M12
C12 =(-1)3 M12
C12= -M12
17.
MEANING: -
The Adjointof A is the transposed matrix of cofactors of A.
Adjoint of a Square Matrix of order 2 x 2
Step 1:- Change the position of principal element i.e.
2 & 3.
Step 2:- Change the sign of remaining two elements
i.e. -1 & -5.
2 5
1 3
3
2
3 −5
−1 2
18.
Adjoint ofa Square Matrix of order
3 x 3
−1 2 4
1 0 2
3 1 −1
Step 1:- Find out the minor matrix of given
matrix. 0 2
1 −1
1 2
3 −1
1 0
3 1
2 4
1 −1
−1 4
3 −1
−1 2
3 1
2 4
0 2
−1 4
1 2
−1 2
1 0
Step 2:- Find out the Cofactor matrix of
Obtained matrix i.e.
+ − +
− + −
+ − +
−2 −7 1
−6 −11 −7
4 −6 −2
−2 7 1
6 −11 7
4 6 −2
Step 3:- Find out the Transpose of Obtained
matrix.
−𝟐 𝟔 𝟒
𝟕 −𝟏𝟏 𝟔
𝟏 𝟕 −𝟐
MEANING: -
It isSolution by the method of inversion of the coefficient matrix.
3x + y + 2z = 3
2x +3y – z = -3
x + 2y + z = 4
Step 1:- Let A = Coefficient Matrix. A =
3 1 2
2 −3 −1
1 2 1
Step 2:- Let X= Unknown Matrix. X =
𝑥
𝑦
𝑧
Step 3:- Let B= Constant Matrix. B =
3
−3
4
X = A-1B Required Solution
24.
A-1 =
𝐴𝑑𝑗 (𝐴)
𝐴
−13 7
−3 1 5
5 −7 −11
MINOR
A =
3 1 2
2 −3 −1
1 2 1
= 8 ≠ 𝟎
Adj (A)
𝐴 = 3 (-3 x 1 – 2 x -1)
1 (2 x 1 – 1 x -1)
2 (2 x2 – 1 x -3)
𝐴
−1 3 5
−3 1 7
7 −5 −11
COFACTOR & TRANSPOSE
A =
3 1 2
2 −3 −1
1 2 1
A-1=
1
8
−1 3 5
−3 1 7
7 −5 −11
𝑥
𝑦
𝑧
=
1
8
−1 3 5
−3 1 7
7 −5 −11
X
3
−3
4
As, X = A-1B
𝑥
𝑦
𝑧
=
1
2
−1
X = 1
Y = 2 Ans.
Z = -1