Read and download the Chapter 9 Matrices PDF from the official ICSE Book for Class 10 Mathematics. Updated for the 2026-27 academic session, you can access the complete Mathematics textbook in PDF format for free.
ICSE Class 10 Mathematics Chapter 9 Matrices Digital Edition
For Class 10 Mathematics, this chapter in ICSE Class 10 Maths Chapter 09 Matrices provides a detailed overview of important concepts. We highly recommend using this text alongside the ICSE Solutions for Class 10 Mathematics to learn the exercise questions provided at the end of the chapter.
Chapter 9 Matrices ICSE Book Class Class 10 PDF (2026-27)
Matrices
Matrix
A matrix is a rectangular arrangement of numbers, arranged in rows and columns.
For example: \(\begin{bmatrix}5\end{bmatrix}\), \(\begin{bmatrix}5 & 3\\1 & 2\end{bmatrix}\), \(\begin{bmatrix}5 & 3 & 2\end{bmatrix}\), etc.
Plural of matrix is matrices.
Each number or entity in a matrix is called its element.
In a matrix, the horizontal lines are called rows; whereas the vertical lines are called columns.
Order of a Matrix
The order of a matrix = Number of rows in it × Number of columns in it;
i.e. if a matrix has m number of rows and n number of columns, its order is written as m × n and is read as m by n.
Consider the matrix \(\begin{bmatrix}2 & 1 & 5\\3 & -2 & 7\end{bmatrix}\)
It has 2 rows and 3 columns; hence its order = 2 × 3 (read as 2 by 3)
While stating the order of a matrix, the number of rows is given first and then the number of columns.
Notation: Matrices, in general, are denoted by capital letters. For example, if A is a matrix with m rows and n columns, then it is written as A_{m × n}.
Similarly, B_{5 × 3} means, a matrix B with 5 rows and 3 columns.
Elements of a Matrix
Each number or entity in a matrix is called its element.
The total number of elements in a matrix is equal to the product of its number of rows and number of columns, i.e. if a matrix has 4 rows and 6 columns, the number of elements in it = 4 × 6 = 24.
Consider matrix A = \(\begin{bmatrix}2 & 4 & -3\\0 & 1 & 2\end{bmatrix}\)
Since, matrix A has 2 rows and 3 columns, so the number of elements in it = 2 × 3 = 6.
It must be noted here that if a matrix has 6 elements, then it may have:
(i) 1 row and 6 columns; as 1 × 6 = 6, or
(ii) 2 rows and 3 columns; as 2 × 3 = 6, or
(iii) 3 rows and 2 columns; as 3 × 2 = 6, or
(iv) 6 rows and 1 column; as 6 × 1 = 6.
Similarly, if a matrix has 8 elements, it may have:
(i) 1 row and 8 columns so that its order = 1 × 8 and number of elements in it = 1 × 8 = 8, or
(ii) 2 rows and 4 columns so that its order = 2 × 4 and number of elements in it = 2 × 4 = 8, or
(iii) 4 rows and 2 columns so that its order = 4 × 2 and number of elements in it = 4 × 2 = 8, or
(iv) 8 rows and 1 column so that its order = 8 × 1 and number of elements in it = 8 × 1.
Types of Matrices
Row Matrix: A matrix which has only one row is called a row matrix.
For example: \(\begin{bmatrix}a & b\end{bmatrix}\)
Since, this matrix has 1 row and 2 columns, its order = 1 × 2 (1 by 2).
Similarly, \(\begin{bmatrix}a & b & c\end{bmatrix}\) is a row matrix of order 1 × 3.
A row matrix is also called a row vector.
Column Matrix: A matrix which has only one column is called a column matrix.
For example: \(\begin{bmatrix}a\\b\end{bmatrix}\)
Since, this matrix has 2 rows and 1 column, its order = 2 × 1 (2 by 1).
Similarly, \(\begin{bmatrix}a\\b\\c\end{bmatrix}\) is a column matrix of order 3 × 1.
A column matrix is also called a column vector.
Square Matrix: A matrix which has an equal number of rows and columns is called a square matrix.
For example: \(\begin{bmatrix}a & b\\c & d\end{bmatrix}\)
Since, this matrix has 2 rows and 2 columns, its order = 2 × 2 (2 by 2).
Similarly, \(\begin{bmatrix}5 & 7 & 4\\2 & -1 & 0\\0 & 3 & 4\end{bmatrix}\) is a square matrix of order 3 × 3.
Rectangular Matrix: A matrix in which the number of rows are not equal to the number of columns is called a rectangular matrix.
For example: \(\begin{bmatrix}2 & 4 & 7\\1 & 0 & 5\end{bmatrix}\) and \(\begin{bmatrix}3 & 1\\6 & 2\\1 & 7\end{bmatrix}\)
Order is 2 × 3 and Order is 3 × 2
Zero or Null Matrix: If each element of a matrix is zero, it is called a zero matrix or a null matrix.
For example: \(\begin{bmatrix}0 & 0\end{bmatrix}\), \(\begin{bmatrix}0\\0\end{bmatrix}\), \(\begin{bmatrix}0 & 0\\0 & 0\end{bmatrix}\), etc.
Diagonal Matrix: A square matrix which has all its elements zero each except those on the leading (or, principal) diagonal is called a diagonal matrix.
For example: \(\begin{bmatrix}2 & 0\\0 & 3\end{bmatrix}\), \(\begin{bmatrix}5 & 0 & 0\\0 & -2 & 0\\0 & 0 & 3\end{bmatrix}\), etc.
In a square matrix, the leading (principal) diagonal means the diagonal from top left to bottom right.
Unit or Identity Matrix: A diagonal matrix in which each element of its leading diagonal is unity (i.e. 1) is called a unit or identity matrix. It is denoted by I. In other words, it is a square matrix in which each element of its leading diagonal is equal to 1 and all other remaining elements of the matrix are zero each.
For example: \(\begin{bmatrix}1 & 0\\0 & 1\end{bmatrix}\), \(\begin{bmatrix}1 & 0 & 0\\0 & 1 & 0\\0 & 0 & 1\end{bmatrix}\), etc.
Transpose of a Matrix
Transpose of a matrix is the matrix obtained on interchanging its rows and columns. If A is a matrix, then its transpose is denoted by A^t.
For example: If A = \(\begin{bmatrix}2 & 3 & 1\\0 & 4 & 7\end{bmatrix}\), then its transpose A^t = \(\begin{bmatrix}2 & 0\\3 & 4\\1 & 7\end{bmatrix}\)
Equality of Matrices
Two matrices are said to be equal if:
(i) both the matrices have the same order,
(ii) the corresponding elements of both the matrices are equal.
i.e. if A = \(\begin{bmatrix}2 & 3\\1 & 5\end{bmatrix}\) and B = \(\begin{bmatrix}2 & 3\\1 & 5\end{bmatrix}\); then A = B.
Teacher's Note
Matrices are used in computer graphics to rotate, scale, and translate images on your screen. Every time you play a video game or scroll through social media, matrices are working behind the scenes.
This is a preview of the first 3 pages. To get the complete book, click below.
Free study material for Mathematics
ICSE Book Class 10 Mathematics Chapter 9 Matrices
Download the official ICSE Textbook for Class 10 Mathematics Chapter 9 Matrices, updated for the latest academic session. These e-books are the main textbook used by major education boards across India. All teachers and subject experts recommend the Chapter 9 Matrices NCERT e-textbook because exam papers for Class 10 are strictly based on the syllabus specified in these books. You can download the complete chapter in PDF format from here.
Download Mathematics Class 10 NCERT eBooks in English
We have provided the complete collection of ICSE books in English Medium for all subjects in Class 10. These digital textbooks are very important for students who have English as their medium of studying. Each chapter, including Chapter 9 Matrices, contains detailed explanations and a detailed list of questions at the end of the chapter. Simply click the links above to get your free Mathematics textbook PDF and start studying today.
Benefits of using ICSE Class 10 Textbooks
The Class 10 Mathematics Chapter 9 Matrices book is designed to provide a strong conceptual understanding. Students should also access NCERT Solutions and revision notes on studiestoday.com to enhance their learning experience.
FAQs
You can download the latest, teacher-verified PDF for ICSE Class 10 Maths Chapter 09 Matrices for free on StudiesToday.com. These digital editions are updated as per 2026-27 session and are optimized for mobile reading.
Yes, our collection of Class 10 Mathematics NCERT books follow the 2026 rationalization guidelines. All deleted chapters have been removed and has latest content for you to study.
Downloading chapter-wise PDFs for Class 10 Mathematics allows for faster access, saves storage space, and makes it easier to focus in 2026 on specific topics during revision.
NCERT books are the main source for ICSE exams. By reading ICSE Class 10 Maths Chapter 09 Matrices line-by-line and practicing its questions, students build strong understanding to get full marks in Mathematics.