Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Types of Matrices

ffImage
Last updated date: 25th Apr 2024
Total views: 405.6k
Views today: 9.05k
hightlight icon
highlight icon
highlight icon
share icon
copy icon

What is a Matrix?

Before discussing the types of matrix, let's discuss what a matrix is.

  • A matrix is a rectangular array of numbers or symbols which are generally arranged in rows and columns.

  • The order of the matrix is defined as the number of rows and columns.

  • The entries are the numbers in the matrix and each number is known as an element.

  • The plural of matrix is matrix.

  • The size of a matrix is referred to as ‘ n by m′ matrix and is written as \[m \times n\], where n is the number of rows and m is the number of columns.

  • For example, we have a 3×2 matrix, that's because the number of rows here is equal to 3 and the number of columns is equal to 2.

\[ \begin{bmatrix} 2 & 5 & 6 \\ 5 & 2 & 7 \end{bmatrix} \] known as a \[2 \times 3 \] matrix.


What are the Different Types of Matrices?

There are different types of Matrices. Here they are -

1) Row matrix

2) Column matrix

3) Null matrix

4) Square matrix

5) Diagonal matrix

6) Upper triangular matrix

7) Lower triangular matrix

8) Symmetric matrix

9) Skew -symmetric matrix

10) Horizontal matrix

11) Vertical matrix

12) Identity matrix


(Image will be uploaded soon)


Let's discuss the different types of matrices in mathematics, types of matrix in detail, matrix definition and types.


1. What is a Null Matrix?

If in a matrix all the elements are zero then it is called a zero matrix and it is generally denoted by 0. Thus,

A=\[ \left[a_{ij} \right] m \times n \] is a zero-matrix if \[a_{ij}\]=0 for all i and j

The first matrix O is a 2×2 matrix with all the elements equal to zero and the second matrix O is a 3×3 matrix with all the elements equal to zero.

\[ O = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}, O = \begin{bmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix} \]


2. What is a Triangular Matrix?

A square matrix is known to be triangular if all of its elements above the principal diagonal are zero then the triangular matrix is known as a lower triangular matrix or all of its elements below the principal diagonal are zero then the triangular matrix is known as upper triangular matrix.


A square matrix is known to be triangular if all of its elements above the principal diagonal are zero then the triangular matrix is known as a lower triangular matrix or all of its elements below the principal diagonal are zero then the triangular matrix is known as upper triangular matrix.


\[ \begin{bmatrix} 1 & 2 & 3 \\ 0 & 6 & 5 \\ 0 & 0 & 9 \end{bmatrix} \]


The matrix given above is a 3×3 upper triangular matrix.


The matrix given below is an example of a 3×3 lower triangular matrix.


\[ \begin{bmatrix} 1 & 0 & 0 \\ 2 & 4 & 0 \\ 3 & 5 & 6 \end{bmatrix} \]


3. What is a Vertical Matrix?

A matrix of order m×n is known as a vertical matrix of m>n, where m is equal to the number of rows and n is equal to the number of columns.


Matrix Example

\[ \begin{bmatrix} 2 & 5 \\ 1 & 1 \\ 3 & 6 \\ 2 & 4 \end{bmatrix} \]

In the matrix example given below the number of rows (m)=4, whereas the number of columns (n)=2. Therefore, this makes the matrix a vertical matrix.


4. What is a Horizontal Matrix?

A matrix of order m×n is known as a horizontal matrix if n>m, where m is equal to the number of rows and n is equal to the number of columns.


Matrix Example

\[ \begin{bmatrix} 1 & 2 & 3 & 4 \\ 2 & 5 & 1 & 1 \end{bmatrix} \]

In the matrix example given below the number of rows (m) = 2, whereas the number of columns (n) = 4. Therefore, we can say that the matrix is a horizontal matrix.


5. What is a Row Matrix?

A matrix that has only one row is known as a row matrix. Thus A = aijm×n

is a row matrix if m is equal to 1.

1. It is known so because it has only one row and the order of a row matrix will hence always be equal to \[1 \times n\].


Example of a Row matrix,

\[ A= \begin{bmatrix} 4 & 6 & 9\end{bmatrix}, B = \begin{bmatrix} 7 & 2 & 1 & 9 & 2 & 5 \end{bmatrix} \]

In the matrix example given above, matrix A has only one row and so matrix B has one row, therefore both matrices A and B are row matrices.


6. What is a Column Matrix?

A matrix that has one column is known as a Column matrix. Thus A = aij m×n is a column matrix if n is equal to 1.

1. It is known so because it has only one column and the order of a column matrix will hence always be equal to \[m \times 1\].


Example of a Column matrix,

\[ A = \begin{bmatrix} 3 \\ 4  \\ 8 \end{bmatrix},  B = \begin{bmatrix} 4 \\ 9 \\ 8 \\ 2 \end{bmatrix} \]

In the matrix example given above, matrix A has only one column and matrix B has one column, therefore both matrices A and B are column matrices.


7. What is a Diagonal Matrix?

If all the elements of the matrix, except the principal diagonal in any given square matrix, is equal to zero, it is known as a diagonal matrix. Thus a square matrix A=\[ \left[a_{ij}\right] \] is a diagonal matrix if \[a_{ij}= 0 \], when i is not equal to j


For Example,

\[ \begin{bmatrix} 2 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 4 \end{bmatrix} \]

The example given above is a diagonal matrix as it has elements only in its diagonal.


8. What is a Symmetric Matrix?

A square matrix A=\[ \left[a_{ij}\right] \] is known as a Symmetric matrix if \[a_{ij}=a_{ji}\], for all i,j values.


For Example,

\[ \begin{bmatrix} 1 & 2 & 3 \\ 2 & 4 & 5 \\ 3 & 5 & 2 \end{bmatrix} \]


9. What is the Skew -Symmetric Matrix?

A square matrix A=\[ \left[a_{ij}\right] \] is a skew-symmetric matrix if \[a_{ij}=a_{ji}\], for all values of i,j. Thus, in a skew-symmetric matrix all diagonal elements are equal to zero.


For Example,

\[ \begin{bmatrix} 0 & 2 & 1 \\ -2 & 0 & -3 \\ -1 & 3 & 0 \end{bmatrix} \]


10. What is an Identity Matrix?

If all the elements of a principal diagonal in a diagonal matrix are 1 , then it is called a unit matrix. A unit matrix of order n can be denoted by In. Thus, a square matrix A [aij]m×n is an identity matrix if all its diagonals have value 1.


For Example, 

\[A =  \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} \]


Questions to be Solved

1. Give an example of an identity matrix with a number of rows and columns equal to two.

Ans: We know that an identity matrix is one with its diagonal elements equal to 1 and all other elements equal to zero.

For example,

\[A =  \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \]


How Do Students Prepare  Notes on Matrices?

  • Read from the page that’s available on Vedantu- Types of Matrices

  • Understand the concepts and then write them down in your own words

  • Go through each of the solved questions

  • Make a note of the repeated questions or the similar questions

  • Highlight all the formulas in some colour

  • Go through the FAQs and then take note of the stuff that’s pertinent

  • Make a note of all the explanatory remarks

  • Revise from your book prior to exams


Importance of Matrices

Matrices are yet again an interesting chapter of Maths. A matrix is usually a rectangular array of numbers or of symbols that are arranged in rows as well as columns. The different types of matrices such as Row matrix, Column matrix,  Null matrix,  Square matrix,  Diagonal matrix, Upper triangular matrix, Lower triangular matrix, Symmetric matrix, Skew -symmetric matrix, Horizontal matrix, Vertical matrix and Identity matrix have been described with the help of examples. 

FAQs on Types of Matrices

1. What is a Matrix? What are the types of Matrices with examples?

Matrix refers to a rectangular array of numbers. A matrix consists of rows and columns. The Types of Matrices are-

  • A matrix that has only one row is known as a row matrix.

  • A matrix that has only one column is known as a column matrix.

  • A vector matrix is a column matrix that is of order 2 ×1 .

  • A zero matrix or a null matrix is a matrix that has all its elements equal to zero.

2. Who is the father of Matrices? What are the applications of Matrix?

An English mathematician and lawyer named Arthur Cayley (1821-1895), who was the first one to publish an abstract definition of a matrix in his Memoir on the Theory of Matrices in the year 1858, thus establishing it as a branch of mathematics. So this man was the father of the matrix. Applications of matrices can be easily found in most scientific fields. Matrices have their use in every branch of physics, including classical mechanics, optics, electromagnetism, quantum mechanics, and quantum electrodynamics; they are used to study physical phenomena, such as the motion of rigid bodies.

3. How do students learn about a vertical matrix online?

Students can refer to Types of Matrices. This page has described all the kinds of matrices including the Vertical matrix. It is an informative page for the students to read from as it has all the concepts in it. Students can go to Vedantu and avail study material that’s free of cost. The study material can be either referred to online or it can be downloaded and then gone through later on.  Students must practice a lot of sums on a vertical matrix so that they score well.

4. How do students complete their test on Matrices well before time?

Students need a lot of practice when it comes to Matrices so that they complete their papers well before time. If they are accustomed to solving many different sums, their speed of solving those will gradually improve.  They can also read Types of Matrices on our app and then see the sums that have been included on this page.  If they are aware of the types of problems that are likely to come for their tests, they will prepare well for them. This page has all the study material that’s as per the Board guidelines. They should re-attempt the problems that they get wrong.

5. How do students know the distinction between symmetric and skew-symmetric matrices?

Students will understand the distinction between both symmetric and skew-symmetric matrices once they read the definitions for both. Both are quite different from each other. A square matrix is a symmetric matrix and in a skew-symmetric matrix, all diagonal elements are equal to zero.  Such description and examples to further understand the topic on matrices have been provided on Types of Matrices on this page. This page is an ideal supplement for students who are looking for explanations regarding matrices.

6. Can students score well in the chapter on Matrices?

Yes, students can score exceptionally well if they prepare for matrices in the right manner. They should practice a lot of sums too so as to be safe.  Matrices is a pretty scoring topic and if the formulas are known, the students will usually not face a tough time during the tests. The chapter is very logical and the correct explanations have been provided on Types of Matrices. This page of solved questions will also test the student’s reasoning capacity as and when they practice the sums.

7. How do students learn about the important concepts of the chapter on Matrices?

Students must go through the chapter on Matrices carefully first. If they still have certain doubts, they must read from Types of Matrices. This page of solved sums will see to it that nothing has been left out while preparing for the chapter. The students will feel more confident if they go through them as they will be familiar with the question paper pattern.  They will be more organized in terms of their preparation and also perform well. Knowing the different concepts that are a part of the chapter is key to successful preparation and Vedantu intends to educate all students in this manner by providing them with free study material.