original
original
original
- Addition
- Scalar Multiplication
- Matrix Multiplication
3.1 Determinants
4. Applications of Matrices
4.3 Cryptography
5.2 Diagonalization
6. Conclusion
7. Bibliography
INTRODUCTION
Matrices are rectangular arrays of numbers or functions
arranged in rows and columns. They are fundamental
objects in the field of linear algebra and are used
extensively in various branches of mathematics, physics,
engineering, and computer science. A matrix can
represent a system of linear equations, transformations
in space, or data in many contexts.
Types of Matrices
Different types of Matrices and their forms are used for solving
numerous problems. Some of them are as follows:
1) Row Matrix
A row matrix has only one row but any number of columns. A
matrix is said to be a row matrix if it has only one row.
2) Column Matrix
A column matrix has only one column but any number of rows.
A matrix is said to be a column matrix if it has only one column.
3) Square Matrix
A square matrix has the number of columns equal to the number
of rows. A matrix in which the number of rows is equal to the
number of columns is said to be a square matrix. Thus an m × n
matrix is said to be a square matrix if m = n and is known as a
square matrix of order ‘n’.
4) Rectangular Matrix
A matrix is said to be a rectangular matrix if the number of rows
is not equal to the number of columns.
5) Diagonal matrix
A square matrix B = [bij] m × m is said to be a
diagonal matrix if all its non-diagonal elements are zero, that is
a matrix B =[bij]m×m is said to be a diagonal matrix if bij = 0, when
i ≠ j.
6) Scalar Matrix
A diagonal matrix is said to be a scalar matrix if all the elements
in its principal diagonal are equal to some non-zero constant. A
diagonal matrix is said to be a scalar matrix if its diagonal
elements are equal, that is, a square matrix B = [bij]n × n is said to
be a scalar matrix if
b = 0, when i ≠ j
ij
a = 1 if i = j
ij
a = 0 if i ≠ j
ij
Addition of Matrices
Subtraction of Matrices
Scalar Multiplication of Matrices
Multiplication of Matrices
Addition of Matrices
If A[aij]mxn and B[bij]mxn are two matrices of the same order,
then their sum A + B is a matrix, and each element of that
matrix is the sum of the corresponding elements, i.e. A + B
= [aij + bij]mxn
Consider the two matrices, A and B, of order 2 x 2. Then,
the sum is given by:
Multiplication of Matrices
If A and B be any two matrices, then their product AB will
be defined only when the number of columns in A is equal
to the number of rows in B.
DETERMINANTS AND INVERSE OF A MATRIX
Symbol
The determinant of a matrix is represented by two vertical
lines or simply by writing det and writing the matrix name.
eg. |A|, det(A), det A
Determinant of 1 × 1 matrix
If [A] = [a] then its determinant is given as |a| which is
equal to the value enclosed in the matrix.
The value of thedeterminant of a 2 × 2 matrix can be given
as
det A = a11×a22–a12×a21
Let us take an example to understand this very clearly,
Example 1: The matrix is given by, A =
[ 34 −13 ]
Find the value of |A|.
Solution: We know the determinant can be calculated as:
|A| = (3 × 3) – (-1 × 4 )
|A| = 13
Thus, the value of the determinant of a matrix is a unique
value in nature.
Important Properties of Determinants
1. Reflection Property
The determinant remains unaltered if its rows are changed
into columns and the columns into rows. This is known as
the property of reflection.
2. All-zero Property
If all the elements of a row (or column) are zero, then the
determinant is zero.
3. Proportionality (Repetition) Property
If all elements of a row (or column) are proportional
(identical) to the elements of some other row (or column),
then the determinant is zero.
4. Switching Property
The interchange of any two rows (or columns) of the
determinant changes its sign.
6. Factor Property
If a determinant Δ becomes zero when we put x = α, then
(x – α) is a factor of Δ.
Matrix Inverse
If A is a non-singular square matrix, there is an existence
of n x n matrix A-1, which is called the inverse matrix of A
such that it satisfies the property:
AA-1 = A-1A = I, where I is the Identity matrix
The identity matrix for the 2 x 2 matrix is given by
Method 2:
One of the most important methods of finding the matrix
inverse involves finding the minors and cofactors of
elements of the given matrix. Observe the below steps to
understand this method clearly.
Method 3:
Finding an Inverse Matrix by Elementary
Transformation
Let us consider three matrices X, A and B such that X =
AB. To determine the inverse of a matrix using elementary
transformation, we convert the given matrix into an identity
matrix. Learn more about how to do elementary
transformations of matrices here.
If the inverse of matrix A, A-1 exists then to determine A-
1
using elementary row operations