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
]
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:
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.