Physics Wallah

CBSE Class 12 Maths Notes Chapter 3 Matrices PDF

Here we have provided CBSE Class 12 Maths Notes Chapter 3 Matrices for the ease of students so that they can prepare better for their exams.
authorImageAnanya Gupta10 Sept, 2024
Share

Share

CBSE Class 12 Maths Notes Chapter 3

CBSE Class 12 Maths Notes Chapter 3 Matrices: CBSE Class 12 Maths Notes provide detailed notes of important topics, including Differential Equation , Vector, Determinants and Integrals ensuring that students have a solid grasp of the material.

These notes are designed to help students comprehend difficult concepts, solve problems efficiently and prepare thoroughly for their exams. By using these notes students can build a strong foundation in Mathematics, improve their analytical and problem-solving skills and enhance their performance in the CBSE Class 12 exams.

CBSE Class 12 Maths Notes Chapter 3 Matrices Overview

CBSE Class 12 Maths Notes for Chapter 3 Matrices are prepared by the subject experts of Physics Wallah. These notes provide a thorough overview of matrices covering important topics such as matrix operations, types of matrices, determinants and inverses. This detailed guide is designed to enhance students understanding of matrices and their applications, ensuring they are well-prepared for their exams and able to tackle related mathematical problems with confidence.

CBSE Class 12 Maths Notes Chapter 3 Matrices PDF

The PDF link for the CBSE Class 12 Maths Notes for Chapter 3 Matrices is available below. This PDF provides a detailed overview of matrices, including key concepts, definitions and problem-solving techniques. It is designed to help students understand and master the chapter's content effectively. By accessing this PDF students can review the material at their convenience, practice with sample problems and enhance their preparation for exams.

CBSE Class 12 Maths Notes Chapter 3 Matrices PDF

CBSE Class 12 Maths Notes Chapter 3 Matrices

Here we have provided CBSE Class 12 Maths Notes Chapter 3 Matrices-

Matrices Introduction

Matrices are a fundamental concept in mathematics, especially in algebra. A matrix is a rectangular array of numbers arranged in rows and columns. These arrays can represent systems of linear equations, transformations, and more complex relationships in mathematics and applied fields like engineering, physics, and computer science. In essence, matrices provide a compact and organized way to handle large sets of equations and data. They are used to perform various operations, such as addition, subtraction, and multiplication, which are crucial for solving problems involving multiple variables. Matrices are important for understanding advanced topics in calculus, differential equations, and linear algebra. This introduction covers the basic types of matrices, including square matrices, diagonal matrices, and identity matrices, as well as important operations like finding the determinant and the inverse of a matrix. Understanding these concepts is key to solving complex mathematical problems and applying matrix theory to practical situations.

Types of Matrices

Column Matrix: A matrix which has only one column, is called a column matrix.

e.g. ⎡⎣⎢ 1 0 5 ⎤⎦⎥ In general, A = [a ij ] m×1 is a column matrix of order m × 1.

Row Matrix: A matrix which has only one row, is called a row matrix,

e.g. [ 1 5 9 ] In general, A = [a ij ] 1×n is a row matrix of order 1 x n

Square Matrix: A matrix which has equal number of rows and columns, is called a square matrix

e.g. [ 3 5 1 2 ] In general, A = [a ij ]m x m is a square matrix of order m. Note: If A = [a ij ] is a square matrix of order n, then elements a 11 , a 22 , a 33 ,…, a nn is said to constitute the diagonal of the matrix A.

Diagonal Matrix: A square matrix whose all the elements except the diagonal elements are zeroes, is called a diagonal matrix,

e.g. ⎡⎣⎢ 3 0 0 0 3 0 0 0 8 ⎤⎦⎥ In general, A = [a ij ] m×m is a diagonal matrix, if a ij = 0, when i ≠ j.

Scalar Matrix: A diagonal matrix whose all diagonal elements are same (non-zero), is called a scalar matrix,

e.g. ⎡⎣⎢ 2 0 0 0 2 0 0 0 2 ⎤⎦⎥ In general, A = [a ij ] n×n is a scalar matrix, if a ij = 0, when i ≠ j, a ij = k (constant), when i = j. Note: A scalar matrix is a diagonal matrix but a diagonal matrix may or may not be a scalar matrix.

Unit or Identity Matrix: A diagonal matrix in which all diagonal elements are ‘1’ and all non-diagonal elements are zero, is called an identity matrix. It is denoted by I.

e.g. ⎡⎣⎢ 1 0 0 0 1 0 0 0 1 ⎤⎦⎥ In general, A = [a ij ] n×n is an identity matrix, if a ij = 1, when i = j and a ij = 0, when i ≠ j.

Zero or Null Matrix: A matrix is said to be a zero or null matrix, if its all elements are zer0

e.g. [ 0 0 0 0 ]

Equality of Matrices: Two matrices A and B are said to be equal, if

(i) order of A and B are same. (ii) corresponding elements of A and B are same i.e. a ij = b ij , ∀ i and j. e.g. [ 2 0 1 3 ] and [ 2 0 1 3 ] are equal matrices, but [ 3 0 2 1 ] and [ 2 0 3 1 ] are not equal matrices.

Operations on Matrices

Between two or more than two matrices, the following operations are defined below:

Addition and Subtraction of Matrices: Addition and subtraction of two matrices are defined in an order of both the matrices are same.

Addition of Matrix If A = [a ij ] m×n and B = [y ij ] m×n , then A + B = [a ij +b ij ] m×n , 1 ≤ i ≤ m, 1 ≤ j ≤ n Subtraction of Matrix If A = [a ij ] m×n and B = [b ij ] m×n , then A – B = [a ij – b ij ] m×n , 1 ≤ i ≤ m, 1 ≤ j ≤ n

Properties of Addition of Matrices

(a) Commutative If A = [a ij ] and B = [b ij ] are matrices of the same order say m x n then A + B = B + A, (b) Associative for any three matrices A = [a ij ], B = [b ij ], C = [c ij ] of the same order say m x n, A + (B + C) = (A + B) + C. (c) Existence of additive identity Let A = [aij] be amxn matrix and O be amxn zero matrix, then A + O = O + A = A. In other words, O is the additive identity for matrix addition. (d) Existence of additive inverse Let A = [a ij ] m×n be any matrix, then we have another matrix as -A = [-a ij ] m×n such that A + (-A) = (-A + A) = O. So, matrix (-A) is called additive inverse of A or negative of A. Note (i) If A and B are not of the same order, then A + B is not defined. (ii) Addition of matrices is an example of a binary operation on the set of matrices of the same order.

Multiplication of a matrix by scalar number

Let A = [a ij ] m×n be a matrix and k is scalar, then kA is another matrix obtained by multiplying each element of A by the scalar k, i.e. if A = [a ij ] m×n , then kA = [ka ij ] m×n . Properties of Scalar Multiplication of a Matrix Let A = [a ij ] and B = [b ij ]be two matrices of the same order say m × n, then (a) k(A + B) = kA + kB, where k is a scalar. (b) (k + l)A = kA + lA, where k and l are scalars.

Multiplication of Matrices: Let A and B be two matrices. Then, their product AB is defined, if the number of columns in matrix A is equal to the number of rows in matrix B.

Properties of Multiplication of Matrices

(a) Non-commutativity Matrix multiplication is not commutative i.e. if AB and BA are both defined, then it is not necessary that AB ≠ BA. (b) Associative law For three matrices A, B, and C, if multiplication is defined, then A (BC) = (AB) C. (c) Multiplicative identity For every square matrix A, there exists an identity matrix of the same order such that IA = AI = A. Note: For Amxm, there is only one multiplicative identity I m . (d) Distributive law For three matrices A, B, and C, A(B + C) = AB + AC (A + B)C = AC + BC whenever both sides of the equality are defined. Note: If A and B are two non-zero matrices, then their product may be a zero matrix. e.g. Suppose A = [ 0 0 1 2 ] and B = [ 3 0 5 0 ] , then AB = [ 0 0 0 0 ] .

Class 12 Chapter 3 Matrices Important Questions With Solutions

Here are some important problems commonly seen in previous years' exams that can help you prepare effectively: Important Questions for Class 12 Maths Chapter 3 Matrices Important Questions for Class 12 Maths Chapter 3 Matrices Important Questions for Class 12 Maths Chapter 3 Matrices Important Questions for Class 12 Maths Chapter 3 Matrices Important Questions for Class 12 Maths Chapter 3 Matrices Important Questions for Class 12 Maths Chapter 3 Matrices Important Questions for Class 12 Maths Chapter 3 Matrices

Benefits of CBSE Class 12 Maths Notes Chapter 3 Matrices

  • Clear Understanding : The notes provide a clear and detailed explanation of matrix concepts, including types of matrices, operations, and properties. This clarity helps students grasp the fundamental ideas and apply them effectively.
  • Step-by-Step Solutions : The notes include step-by-step solutions to various problems, making it easier for students to follow and understand how to solve complex matrix equations and applications.
  • Comprehensive Coverage : By covering all important topics, such as matrix addition, multiplication, determinants, and inverses the notes ensure that students have a thorough understanding of the chapter, preparing them well for exams.
  • Convenient Review : The notes are a valuable resource for revision, allowing students to quickly review and reinforce their understanding of key concepts before exams.

CBSE Class 12 Maths Notes Chapter 3 Matrices FAQs

What is a matrix?

A matrix is a rectangular array of numbers arranged in rows and columns. It is used to represent and solve systems of linear equations, perform transformations, and manage data in various applications.

What are the different types of matrices?

Common types of matrices include column matrices (a single column of elements), row matrices (a single row of elements), square matrices (equal number of rows and columns), diagonal matrices (non-zero elements only on the diagonal), scalar matrices (diagonal elements are equal), identity matrices (diagonal elements are 1), and zero matrices (all elements are zero).

How do you add and subtract matrices?

To add or subtract matrices, they must be of the same dimension. You add or subtract corresponding elements in the matrices. For example, if matrix A and matrix B are both 2x2 matrices, then the sum or difference is calculated element-wise.

What is the determinant of a matrix?

The determinant is a special number that can be calculated from a square matrix. It provides important properties of the matrix, such as whether it is invertible.
Join 15 Million students on the app today!
Point IconLive & recorded classes available at ease
Point IconDashboard for progress tracking
Point IconMillions of practice questions at your fingertips
Download ButtonDownload Button
Banner Image
Banner Image
Free Learning Resources
Know about Physics Wallah
Physics Wallah is an Indian edtech platform that provides accessible & comprehensive learning experiences to students from Class 6th to postgraduate level. We also provide extensive NCERT solutions, sample paper, NEET, JEE Mains, BITSAT previous year papers & more such resources to students. Physics Wallah also caters to over 3.5 million registered students and over 78 lakh+ Youtube subscribers with 4.8 rating on its app.
We Stand Out because
We provide students with intensive courses with India’s qualified & experienced faculties & mentors. PW strives to make the learning experience comprehensive and accessible for students of all sections of society. We believe in empowering every single student who couldn't dream of a good career in engineering and medical field earlier.
Our Key Focus Areas
Physics Wallah's main focus is to make the learning experience as economical as possible for all students. With our affordable courses like Lakshya, Udaan and Arjuna and many others, we have been able to provide a platform for lakhs of aspirants. From providing Chemistry, Maths, Physics formula to giving e-books of eminent authors like RD Sharma, RS Aggarwal and Lakhmir Singh, PW focuses on every single student's need for preparation.
What Makes Us Different
Physics Wallah strives to develop a comprehensive pedagogical structure for students, where they get a state-of-the-art learning experience with study material and resources. Apart from catering students preparing for JEE Mains and NEET, PW also provides study material for each state board like Uttar Pradesh, Bihar, and others

Copyright © 2025 Physicswallah Limited All rights reserved.