Upcoming Engineering Exams 2025 - Latest Updates on JEE, VITEEE, BITSAT, MHT CET, State Exams

Types of Matrices - Practice Questions & MCQ

Edited By admin | Updated on Sep 18, 2023 18:34 AM | #JEE Main

Quick Facts

  • 11 Questions around this concept.

Concepts Covered - 2

Types of Matrices - Part 1

Equal Matrices: Two matrices are said to be equal if they have the same order and each element of one matrix is equal to the corresponding elements of another matrix or we can say a_{ij}=b_{ij} where a is the element of one matrix and b is the element of another matrix.


Square matrix: the square matrix is the matrix in which the number of rows = number of the columns. So a matrix \mathrm{A=[a_{ij}]_{m\times n}\;} is said to be a square matrix when m = n.

E.g.

\\\mathrm{\begin{bmatrix} a_{11} &a_{12} &a_{13} \\ a_{21}& a_{22} &a_{23} \\ a_{31}& a_{32} &a_{33} \end{bmatrix}_{3\times3}} \mathrm{or,\;\;\;\begin{bmatrix} 2 &-4 \\ 7 & 3 \end{bmatrix}_{2\times2}}

 

Rectangular matrix: Rectangular matrix is the matrix in which is the number of rows ≠ number of columns.

So a matrix  \mathrm{A=[a_{ij}]_{m\times n}\;} is said to be a rectangular matrix when m ≠ n.

E.g.

\\\mathrm{\begin{bmatrix} a_{11} &a_{12} &a_{13} &a_{14} \\ a_{21}& a_{22} & a_{23} &a_{24} \\ a_{31}&a_{32} &a_{33} &a_{34} \end{bmatrix}_{3\times 4}}

 

Null matrix/ Zero Matrix: A matrix whose all elements are 0, is called a null matrix. 

\\\mathrm{A=[a_{ij}]_{m \times n},\; where\; a_{ij} = 0 }

Eg, \begin{bmatrix} 0&0 \\0 &0 \end{bmatrix}\begin{bmatrix} 0&0&0&0 \\0 &0&0&0 \end{bmatrix}

Types of Matrices - Part 2

Diagonal matrix: A square matrix is said to be a diagonal matrix, if all its elements except the diagonal elements are zero. 

So, a matrix \mathrm{A=[a_{ij}]_{m\times n}\;} is a diagonal matrix if  \\\mathrm{a_{ij}=0,\;whenever\;\;i\neq j} and m = n.

E.g

\\\mathrm{\begin{bmatrix} a_{11} &0 &0 \\ 0& a_{22} & 0\\ 0&0 &a_{33} \end{bmatrix}}

A diagonal matrix of order n x n having diagonal elements as d1, d2, d3 ………, dn is denoted by \mathrm{diag\begin{bmatrix} d_1 ,d_2 ,d_3......... ,d_n \end{bmatrix}}

For example

\\\mathrm{A=\begin{bmatrix} 6 &0 \\ 0 & -7 \end{bmatrix}\;\;\;\;\;\;\;\;B=\begin{bmatrix} 2 &0 &0 \\ 0 &- 9 & 0\\0 &0 & 3 \end{bmatrix}}\\\mathrm{so,\;we\;can\;write}\\\\\mathrm{A=diag[6,-7]\;\;\;and\;\;B=diag[2,-9,3]}

 

Scalar matrix: A diagonal matrix whose all the diagonal elements are equal is called a scalar matrix.

\mathrm{A=\begin{bmatrix} 3 &0 \\0 & 3 \end{bmatrix}\;\;\;\;\;\;\;\;\;\;\;B=\begin{bmatrix} -3 &0 &0 \\0 &-3 &0 \\0 &0 &-3 \end{bmatrix}}

\\\mathrm{For\;a\;square\;matrix\;A=[a_{ij}]_{n\times n}\;to\;be\;scalar\;matrix\;}\\\mathrm{a_{ij}=\left\{\begin{matrix} 0, &i\neq j \\ c,& i=j \end{matrix}\right.}

Where c is not equal to 0 

 

Unit or Identity Matrix: A diagonal matrix of order n whose all the diagonal elements are equal to one is called an identity matrix of order n. It is represented as I.

So, a square matrix \mathrm{A}=\left[\mathrm{a}_{\mathrm{ij}}\right]_{ \mathrm{n} \times \mathrm{n}} is Identity matrix if 

\mathrm{a}_{\mathrm{ij}}=\left\{\begin{array}{ll} 0, & i \neq j \\ 1, & i=j \end{array}\right.

For example,

\mathrm{I}_{3}=\left[\begin{array}{lll} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{array}\right]

Study it with Videos

Types of Matrices - Part 1
Types of Matrices - Part 2

"Stay in the loop. Receive exam news, study resources, and expert advice!"

Get Answer to all your questions

Back to top