Matrix is an important topic in mathematics. In this post, we are going to discuss these points.
- What is the matrix?
- Applications of matrices
- Order of the matrix
- Types of matrices
- Operations on Matrices
In 1858, a British Mathematician Arthur Cayley was first developed “Theory of Matrices”. Arthur Cayley was also the organizer of the Modern British School of Pure Mathematics.
In childhood, he loved to solve complex mathematical problems for pleasure and shined himself in French, German, Italian, Greek and Mathematics from Trinity College Cambridge.
What is the Matrix?
Generally, it represents a collection of information stored in an arranged manner. Mathematically, it states to a set of numbers, variables or functions arranged in rows and columns. Matrices are represented by the capital English alphabet like A, B, C……, etc.
For example,
In above example, Matrix A has 3 rows and 3 columns.
Application of Matrices
Matrices are used in various branches of science, some of its applications are:
- To solve the system of linear equations
- Computer Graphics
- Physics
- Cryptography
- Graph Theory
Order of a Matrix
It is defined by the number of rows and columns in a matrix.
Order of a matrix = number of rows × number of columns
In above example, number of rows is 3 while number of columns is also 3, therefore,
Order of matrix A is 3 × 3.
Types of Matrices
1. Rows Matrix
If a matrix has only one row then it is called a row matrix. For example,
It is a row matrix of order 1 by 3.
2. Columns Matrix
If a matrix has only one column then it is called a column matrix. For example,
It is column matrix of order 3 by 1.
3. Null or Zero Matrix
If all the entries of a matrix are zero then it is called a Null or zero matrix. For example,
It is null matrix of order 2 by 2. A null or zero matrix is denoted by ‘O’.
4. Square Matrix
In a matrix, if the number of rows is equal to the number of columns, then it is called a Square Matrix. For example, if a matrix has 2 rows and 2 columns then it is called a Square Matrix as given below
5. Rectangular Matrix
In a matrix, if the number of rows is not equal to the number of columns, then it is called a Rectangular Matrix. For example, if a matrix has 2 rows and 3 columns then it is called a Rectangular Matrix as given below.
6. Diagonal Matrix
If all the elements of a square matrix are zero except those in the main diagonal, then it is called a Diagonal Matrix. However, few elements of the main diagonal can be zero but not all elements. For example,
7. Scalar Matrix
If all the diagonal elements of a diagonal matrix are same, then it is called a Scalar Matrix. For example,
8. Unit or Identity Matrix
If each diagonal element of a diagonal matrix is 1, then it is called a Unit or Identity Matrix. For example,
9. Negative of a Matrix
A Negative matrix is obtained by replacing the signs of its all entries. Consider a matrix A and let’s change it into negative matrix –A as,
if
then
10. Transpose of a Matrix
A transpose of a matrix is obtained by interchanging all of its rows into columns or columns into rows. It is denoted by or . For example,
If
then
11. Symmetric Matrix
A square matrix is said to be Symmetric if it is equal to its transpose. For example,
If
then
Therefore, A is Symmetric.
If then
Hence, B is not symmetric.
12. Skew-Symmetric Matrix
A square matrix is said to be Skew-Symmetric if its transpose is equal to the negative of this matrix i.e. . For example,
If
then
Hence, Matrix A is Skew-Symmetric.
Operations on Matrices
Addition of Matrices:
The addition to two matrices A and B will be possible if they have the same orders. Addition of two matrices A and B is denoted by A + B. For example,
If and
Then,
Subtraction of Matrices:
The subtraction of one matrix from another matrix will be possible if they have the same orders. Subtraction of two matrices A and B is denoted by A – B. For example,
If and
Then,
Product of Matrices:
The product of two matrices A and B will be possible if the number of columns of a Matrix A is equal to the number of rows of another Matrix B. For example,
If and
Then,