Maharashtra Board Class 12 Maths Part 1 Chapter 2 Matrices PDF Download

Read and download the Part 1 Chapter 2 Matrices PDF from the official MSBSHSE Book for Class 12 Mathematics. Updated for the 2026-27 academic session, you can access the complete Mathematics textbook in PDF format for free.

MSBSHSE Class 12 Mathematics Part 1 Chapter 2 Matrices Digital Edition

For Class 12 Mathematics, this chapter in Maharashtra Board Class 12 Maths Part 1 Chapter 2 Matrices PDF Download provides a detailed overview of important concepts. We highly recommend using this text alongside the MSBSHSE Solutions for Class 12 Mathematics to learn the exercise questions provided at the end of the chapter.

Part 1 Chapter 2 Matrices MSBSHSE Book Class 12 PDF (2026-27)

Matrices

Let's Study

2.1 Elementary Transformations

2.2 Inverse Of A Matrix

2.2.1 Elementary Transformation Method

2.2.2 Adjoint Method

2.3 Application Of Matrices

Solution Of A System Of Linear Equations

2.3.1 Method Of Inversion

2.3.2 Method Of Reduction

Let's Learn

A matrix of order m×m is a square arrangement of m² elements. The corresponding determinant of the same elements, after expansion is seen to be a value which is an element itself.

In standard XI, we have studied the types of matrices and algebra of matrices namely addition, subtraction, multiplication of two matrices.

The matrices are useful in almost every branch of science. Many problems in Statistics are expressed in terms of matrices. Matrices are also useful in Economics, Operation Research. It would not be an exaggeration to say that the matrices are the language of atomic Physics.

Hence, it is necessary to learn the uses of matrices with the help of elementary transformations and the inverse of a matrix.

2.1 Elementary Transformation

Let us first understand the meaning and applications of elementary transformations.

The elementary transformation of a matrix are the six operations, three of which are due to row and three are due to column.

They are as follows:

(a) Interchange Of Any Two Rows Or Any Two Columns

If we interchange the ith row and the jth row of a matrix then after this interchange the original matrix is transformed to a new matrix.

This transformation is symbolically denoted as \(R_i \leftrightarrow R_j\) or \(R_{ij}\).

The similar transformation can be due to two columns say \(C_k \leftrightarrow C_i\) or \(C_{ki}\).

(Recall that R and C symbolically represent the rows and columns of a matrix.)

For example, if \(A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}\) then \(R_1 \leftrightarrow R_2\) gives the new matrix \(\begin{bmatrix} 3 & 4 \\ 1 & 2 \end{bmatrix}\) and \(C_1 \leftrightarrow C_2\) gives the new matrix \(\begin{bmatrix} 2 & 1 \\ 4 & 3 \end{bmatrix}\).

Note that \(A \neq \begin{bmatrix} 3 & 4 \\ 1 & 2 \end{bmatrix}\) and \(\neq \begin{bmatrix} 2 & 1 \\ 4 & 3 \end{bmatrix}\) but we write \(A \sim \begin{bmatrix} 3 & 4 \\ 1 & 2 \end{bmatrix}\) and \(A \sim \begin{bmatrix} 2 & 1 \\ 4 & 3 \end{bmatrix}\)

Note: The symbol ~ is read as equivalent to.

Teacher's Note

Elementary transformations help us change the shape of a matrix. Think of it like rearranging rows and columns in a classroom seating arrangement.

Exam Trick

Remember: When you swap rows or columns, use the ~ symbol to show the matrix is equivalent, not equal. Just like how rearranging students doesn't change who they are!

Points to Remember

Elementary transformations have three main types for rows and three for columns.
Swapping rows or columns is the first type of transformation.
The ~ symbol means the matrices are equivalent after transformation.
The original matrix element values stay the same, only their positions change.
These transformations are useful for solving systems of equations.

(b) Multiplication Of The Elements Of Any Row Or Column By A Non-Zero Scalar

If k is a non-zero scalar and the row Ri is to be multiplied by constant k then we multiply every element of Ri by the constant k and symbolically the transformation is denoted by kRi or \(R_i \to kR_i\).

For example, if \(A = \begin{bmatrix} 0 & 2 \\ 3 & 4 \end{bmatrix}\) then \(R_2 \to 4R_2\) gives \(A \sim \begin{bmatrix} 0 & 2 \\ 12 & 16 \end{bmatrix}\)

Similarly, if any column of a matrix is to be multiplied by a constant then we multiply every element of the column by the constant. It is denoted as kCl or \(C_l \to kC_l\).

For example, if \(A = \begin{bmatrix} 0 & 2 \\ 3 & 4 \end{bmatrix}\) then \(C_1 \to -3C_1\) gives \(A \sim \begin{bmatrix} 0 & 2 \\ -9 & 4 \end{bmatrix}\)

Can you say that \(A = \begin{bmatrix} 0 & 2 \\ 12 & 16 \end{bmatrix}\) or \(A = \begin{bmatrix} 0 & 2 \\ -9 & 4 \end{bmatrix}\)?

Teacher's Note

When you multiply a row or column by a number, every number in that row or column gets multiplied. This is like multiplying every student's score in a row by 2.

Exam Trick

Remember: Multiply ALL elements in the row or column by the same number k. If k is outside, put it in front of every element inside that row.

Points to Remember

k must be a non-zero number.
Every element in the chosen row or column is multiplied by k.
The matrix is still equivalent, not equal, to the original.
This transformation changes the numbers but keeps the matrix structure.
We write the transformation as \(R_i \to kR_i\) or \(C_i \to kC_i\).

(c) Adding The Scalar Multiples Of All The Elements Of Any Row (Column) To Corresponding Elements Of Any Other Row (Column)

If k is a non-zero scalar and the k-multiples of the elements of Ri (Ci) are to be added to the elements of Rj (Cj) then the transformation is symbolically denoted as \(R_j \to R_j + kR_i\), \(C_j \to C_j + kC_i\)

For example, if \(A = \begin{bmatrix} -1 & 4 \\ 2 & 5 \end{bmatrix}\) and k = 2 then \(R_1 \to R_1 + 2R_2\) gives \(A \sim \begin{bmatrix} -1 + 2(2) & 4 + 2(5) \\ 2 & 5 \end{bmatrix}\) i.e. \(A \sim \begin{bmatrix} 3 & 14 \\ 2 & 5 \end{bmatrix}\)

(Can you find the transformation of A using \(C_2 \to C_2 + (-3)C_1\)?)

Note (1): After the transformation, \(R_j \to R_j + kR_i\), Ri remains the same as in the original matrix. Similarly, with the transformation, \(C_j \to C_j + kC_i\), Ci remains the same as in the original matrix.

Note (2): After the elementary transformation, the matrix obtained is said to be equivalent to the original matrix.

Ex. 1: If \(A = \begin{bmatrix} 1 & 0 \\ -1 & 3 \end{bmatrix}\), apply the transformation \(R_1 \leftrightarrow R_2\) on A.

Solution:

As \(A = \begin{bmatrix} 1 & 0 \\ -1 & 3 \end{bmatrix}\)

\(R_1 \leftrightarrow R_2\) gives \(A \sim \begin{bmatrix} -1 & 3 \\ 1 & 0 \end{bmatrix}\)

Ex. 2: If \(A = \begin{bmatrix} 1 & 0 & 2 \\ 2 & 3 & 4 \end{bmatrix}\), apply the transformation \(C_1 \to C_1 + 2C_3\).

Solution:

\(A = \begin{bmatrix} 1 & 0 & 2 \\ 2 & 3 & 4 \end{bmatrix}\)

\(C_1 \to C_1 + 2C_3\) gives \(A \sim \begin{bmatrix} 1 + 2(2) & 0 & 2 \\ 2 + 2(4) & 3 & 4 \end{bmatrix}\) \(A \sim \begin{bmatrix} 5 & 0 & 2 \\ 10 & 3 & 4 \end{bmatrix}\)

Ex. 3: If \(A = \begin{bmatrix} 1 & 2 & -1 \\ -3 & -2 & 5 \end{bmatrix}\), apply \(R_1 \leftrightarrow R_2\) and then \(C_1 \to C_1 + 2C_3\) on A.

Solution:

\(A = \begin{bmatrix} 1 & 2 & -1 \\ -3 & -2 & 5 \end{bmatrix}\)

Teacher's Note

Adding a multiple of one row to another row is like combining information from different groups of students. We add information, not replace it.

Exam Trick

Remember: When you write \(R_j \to R_j + kR_i\), the original row i stays the same. Only row j changes. This is very important for exams!

Points to Remember

k can be any non-zero number, positive or negative.
The row or column you add to changes; the other stays the same.
You add k times ALL elements of one row to corresponding elements of another row.
The transformation changes one row while keeping the other unchanged.
Always use the arrow notation to show which row or column changed.

This is a preview of the first 3 pages. To get the complete book, click below.

MSBSHSE Book Class 12 Mathematics Part 1 Chapter 2 Matrices

Download the official MSBSHSE Textbook for Class 12 Mathematics Part 1 Chapter 2 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 Part 1 Chapter 2 Matrices NCERT e-textbook because exam papers for Class 12 are strictly based on the syllabus specified in these books. You can download the complete chapter in PDF format from here.

Download Mathematics Class 12 NCERT eBooks in English

We have provided the complete collection of MSBSHSE books in English Medium for all subjects in Class 12. These digital textbooks are very important for students who have English as their medium of studying. Each chapter, including Part 1 Chapter 2 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 MSBSHSE Class 12 Textbooks

The Class 12 Mathematics Part 1 Chapter 2 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

Where can I download the latest Maharashtra Board Class 12 Maths Part 1 Chapter 2 Matrices PDF Download in PDF for 2026-27?

You can download the latest, teacher-verified PDF for Maharashtra Board Class 12 Maths Part 1 Chapter 2 Matrices PDF Download for free on StudiesToday.com. These digital editions are updated as per 2026-27 session and are optimized for mobile reading.

Does this Mathematics book follow the latest MSBSHSE rationalized syllabus?

Yes, our collection of Class 12 Mathematics MSBSHSE books follow the 2026 rationalization guidelines. All deleted chapters have been removed and has latest content for you to study.

Why is it better to download Maharashtra Board Class 12 Maths Part 1 Chapter 2 Matrices PDF Download chapter-wise?

Downloading chapter-wise PDFs for Class 12 Mathematics allows for faster access, saves storage space, and makes it easier to focus in 2026 on specific topics during revision.

Are these MSBSHSE books for Class 12 Mathematics sufficient for scoring 100%?

MSBSHSE books are the main source for MSBSHSE exams. By reading Maharashtra Board Class 12 Maths Part 1 Chapter 2 Matrices PDF Download line-by-line and practicing its questions, students build strong understanding to get full marks in Mathematics.