Matrix: Definition & Types of Matrix

Welcome to you guys. Today we are going to learn a very interesting topic, Matrix.

So, what are you waiting for? Just put everything aside and concentrate on this page.

let’s start-

1. What is a Matrix?

⇒ A Matrix is nothing but an arrangement of some numbers into rows and numbers. We present the matrix in the sign of [ ] or ( ). For example,

So, as you can see here, Matrix looks like this. You can also use (). Now let’s know about the history of the matrix.

2. History:-

The term matrix was introduced in the 19th century by an English mathematician James Sylvester and his friend Arthur Cayley developed the algebraic aspect of the matrix. Cayley first applied them to the study of the system of linear equations. Cayley recognized that certain sets of matrices follow many of the laws of arithmetic, like- associative, distributive, etc, and also deny some other laws like- commutative law. But the important thing is that was not the matrix but the determinant which was first recognized for solving the problems of linear equations.

Order of a Matrix:

The order of a matrix shows us how many rows and columns are there in the given matrix. We generally denoted it by simply m⨯n. And the sign ⨯ is called ‘by’. Here m denotes the number of columns and n denotes the number of rows.

Now let’s see some

Types of Matrixes:

1.Rectangular Matrix:

If the numbers of rows(m) are not equal to the numbers of columns(n), then that type of matrix is called the Rectangular matrix.

2. Square Matrix:

A square matrix is a matrix in which the number of rows and columns are the same. We usually denote these matrixes by

(Aij)n x n
Just like the example.

Now the square matrix is of two types. They are-

Singular Matrix:

A Matrix is said to be singular if the determinant of a square matrix becomes zero i.e. |Aij|=0

Non-singular Matrix:

Clearly, if the determinant of a square matrix is a nonzero term then the matrix will be nonsingular, i.e. |Aij>|≠0

3.Row column matrix:

Row matrix:

The matrix which contains only rows, not the column is said
Row matrix. i.e. in the given example n=0.

Column Matrix: The matrix which contains only columns, not the row is said Column Matrix.

4. Null Matrix:

In these types of matrixes, each and every element are zero(0).

5.Diagonal Matrix:

In which types of square matrixes, the early diagonal elements are not zero but the rest of the elements are zero, are called Diagonal matrix.
e.g.=


6. Scalar Matrix:

This is a special type of Diagonal matrix. In these types of matrixes, the diagonal elements are the same.

7. Identity Matrix:

This is also a special type of Diagonal matrix. In these types of matrixes, the diagonal elements are one(1).

8.Upper triangular and lower triangular Matrix:

First, If in a square matrix, the elements along the starting diagonal are zero, then this type of matrix is called Triangular Matrix.

In which square matrices, the elements along the starting diagonal are not zero, but if the elements below the triangle that divides by the diagonal the square matrix into two triangular parts are zero, those matrices are called Upper triangular Matrix.

But if the elements on the upper triangle are zero, then it should be the Lower triangular Matrix.

9. Transpose of a Matrix:

Let, A be a matrix of mn order. The matrix that is found by writing the elements of row and columns of the matrix A along with columns and rows, respectively, is called the Transpose matrix of A and is denoted by A’ or AT. Generally, A’ will be a matrix of n⨯m order.
For example-

So, from this image, we can see that where A is a 2⨯3 matrix, A’ is a 3⨯2 matrix as usual.

10. Symmetric & Skew-symmetric Matrix:

If the transpose of a  square matrix is the same matrix(with the same sign), i.e A’=A, then this type of matrix is called Symmetric Matrix.

And if the transpose matrix is the same but the sign is negative, i.e A’=-A, then it is called Skew-symmetric Matrix.


Now, let’s talk about other properties of Matrix. Like-

1. Multiplication of a matrix:

First of all, there are two types of multiplication of Matrix.

1) Scalar Multiplication of a matrix:

From the heading, hope you can clearly understand that if there is a matrix A and a scalar quantity n, then their scalar multiplication will be like- 

 and denoted by nA.(I hope the way I give the example is not making any problem for you to understand.)

2) Multiplication of two Matrices:

First, 

Let, A and B be two matrices of order 2⨯2 ( I’m considering 2⨯2 because it will help you to understand the process more smoothly). 

Now, if we want to multiply them then this will seems like this-

Hope you understand this way.

👉Remember one thing, it is not compulsory that the order of both matrices will be the same, but the process will be the same for each and every case. For example,


As you can see here, the process is the same. But, look carefully, the order of the resultant matrix is changed.

Now let’s see what if we interchanged the order of A and B.


So, as you can see that this time the order is 2⨯2 of the resultant matrix.

So, from these two examples what we can conclude?
We can conclude that the order of the resultant matrix always depends on the second matrix of the multiplication. Here it is B.
Understood?
Great.
Now, here are some characteristics of this property.
If A, B, C are three matrices then,
1. AB ≠ BA, i.e it does not satisfies “commutative law”.
2. (AB)C =A(BC), ie it satisfies the “Distributive Law”.
3. A(B+C)=AB+AC
4. If AC=AB then it is not compulsory that C=B. It may be or maybe not.
5. A.0=0.A=0, where ‘0’ is zero matrix.
6. AI=IA=A, where ‘I’ is the Identity matrix.
7. Even if, A≠0 and B≠0 but it is possible that, AB=0.
Now let’s jump up to the next property.

Addition and Subtraction of Matrices:

Rules:

Addition and Subtraction of two or more matrices are only possible if and only if they are of the same order. For example,
Suppose we are adding two matrices A and B. Now this means that they both are of the order m⨯n. And m,n is the same for both matrices.

So, in this example, you can see the result. And this will happen in every case. 

Now here comes some characteristics of this property.

If A, B, C are three matrices of the same order then,

1. A+B=B+A, which means it satisfies “Commutative Law”.

2. (A+B)+C=A+(B+C), i.e it satisfies “Distribution Law”.

3. k(A+B)=kA+kB, where k is an arbitrary constant.

4.A+0=0+A=A, where 0 is actually the Zero-Matrix of the same order as A.

5. If, A+B=B+C then, A=C

Zero-Matrix:

This is a kind of matrix where each and every element are zero.

Null Matrix:

A matrix is called a null matrix if there is no element in the matrix.

Ok, understood?

Great. 

Now let’s jump up to the next property, which is-

We read before that we denote the transpose matrix of A as AT or A’. So, here is the next property-

Orthogonal Matrix:

So, if AA’=A’A=I(Identity matrix), then A is called an Orthogonal Matrix.

Now we talk later about orthonormal vectors and all. Because before entering that we have to know some more things.

So, for now, let’s talk about the characteristics of the Transpose matrix.

If A’ and B’ are the transpose of the matrices A and B then,

1.(A’)’=A

2.(A+B)’=A’+B’

3. (A-B)’=A’-B’

4. (AB)’=B’A’

Great, now see what’s next-

Sum of Symmetric and skew-symmetric:

We can represent a square matrix A as the sum of the symmetric and the skew-symmetric matrix like-

A=(A+A’)/2 +(A-A’)/2, where (A+A’)/2 is the symmetric matrix and (A-A’)/2 is the skew-symmetric matrix.

Now, that’s enough for this.

We will jump up to some more things about Matrix in the next part.

If you need to know something, then you comment on that and to get notified about all of our new posts, make sure to subscribe to “Scientific World“.

And share this with your friends.

Operations:

1. Row Operations:

I hope you all know these. Despite that, let’s take a look at this.

Let A be a matrix of order mn.

Now, in a row operation, we can do these three operations.

1. We can interchange the rows.

2. We can multiply any row of A with a nonzero constant.

3. We can add a row to another which is multiplied by a number or can subtract them.

For example-


2. Column Operation:

Similarly,
 Let A be a matrix of order mn.

1. We can interchange the columns.
2. We can multiply any column of A with any nonzero constant.
3. We can add a column to another which is multiplied by a number or can subtract them.
Similarly,

Equivalent Matrix:

If we get a matrix by row and column operation on another matrix, then the former matrix is called the Equivalent Matrix of the latter one.
Now, there are two types of equivalent matrix.

1.Row Equivalent Matrix:

If a matrix is coming from another matrix by only row operation, then the matrix is called the Row Equivalent matrix.

For example, let a 3⨯3 matrix is A and another 3⨯3 matrix is B.

2. Column Equivalent Matrix:

Similarly, if a matrix is coming from another matrix by only column operation, then the matrix is called Column Equivalent Matrix.
Share this Content
Snehasish Konger
Snehasish Konger

Snehasish Konger is the founder of Scientyfic World. Besides that, he is doing blogging for the past 3 years and has written 300+ blogs on several platforms. He is also a front-end developer and a sketch artist.

Articles: 155

Leave a Reply

Your email address will not be published. Required fields are marked *