• NCERT Solutions
    • NCERT Library
  • RD Sharma
    • RD Sharma Class 12 Solutions
    • RD Sharma Class 11 Solutions Free PDF Download
    • RD Sharma Class 10 Solutions
    • RD Sharma Class 9 Solutions
    • RD Sharma Class 8 Solutions
    • RD Sharma Class 7 Solutions
    • RD Sharma Class 6 Solutions
  • Class 12
    • Class 12 Science
      • NCERT Solutions for Class 12 Maths
      • NCERT Solutions for Class 12 Physics
      • NCERT Solutions for Class 12 Chemistry
      • NCERT Solutions for Class 12 Biology
      • NCERT Solutions for Class 12 Economics
      • NCERT Solutions for Class 12 Computer Science (Python)
      • NCERT Solutions for Class 12 Computer Science (C++)
      • NCERT Solutions for Class 12 English
      • NCERT Solutions for Class 12 Hindi
    • Class 12 Commerce
      • NCERT Solutions for Class 12 Maths
      • NCERT Solutions for Class 12 Business Studies
      • NCERT Solutions for Class 12 Accountancy
      • NCERT Solutions for Class 12 Micro Economics
      • NCERT Solutions for Class 12 Macro Economics
      • NCERT Solutions for Class 12 Entrepreneurship
    • Class 12 Humanities
      • NCERT Solutions for Class 12 History
      • NCERT Solutions for Class 12 Political Science
      • NCERT Solutions for Class 12 Economics
      • NCERT Solutions for Class 12 Sociology
      • NCERT Solutions for Class 12 Psychology
  • Class 11
    • Class 11 Science
      • NCERT Solutions for Class 11 Maths
      • NCERT Solutions for Class 11 Physics
      • NCERT Solutions for Class 11 Chemistry
      • NCERT Solutions for Class 11 Biology
      • NCERT Solutions for Class 11 Economics
      • NCERT Solutions for Class 11 Computer Science (Python)
      • NCERT Solutions for Class 11 English
      • NCERT Solutions for Class 11 Hindi
    • Class 11 Commerce
      • NCERT Solutions for Class 11 Maths
      • NCERT Solutions for Class 11 Business Studies
      • NCERT Solutions for Class 11 Accountancy
      • NCERT Solutions for Class 11 Economics
      • NCERT Solutions for Class 11 Entrepreneurship
    • Class 11 Humanities
      • NCERT Solutions for Class 11 Psychology
      • NCERT Solutions for Class 11 Political Science
      • NCERT Solutions for Class 11 Economics
      • NCERT Solutions for Class 11 Indian Economic Development
  • Class 10
    • NCERT Solutions for Class 10 Maths
    • NCERT Solutions for Class 10 Science
    • NCERT Solutions for Class 10 Social Science
    • NCERT Solutions for Class 10 English
    • NCERT Solutions For Class 10 Hindi Sanchayan
    • NCERT Solutions For Class 10 Hindi Sparsh
    • NCERT Solutions For Class 10 Hindi Kshitiz
    • NCERT Solutions For Class 10 Hindi Kritika
    • NCERT Solutions for Class 10 Sanskrit
    • NCERT Solutions for Class 10 Foundation of Information Technology
  • Class 9
    • NCERT Solutions for Class 9 Maths
    • NCERT Solutions for Class 9 Science
    • NCERT Solutions for Class 9 Social Science
    • NCERT Solutions for Class 9 English
    • NCERT Solutions for Class 9 Hindi
    • NCERT Solutions for Class 9 Sanskrit
    • NCERT Solutions for Class 9 Foundation of IT
  • CBSE Sample Papers
    • Previous Year Question Papers
    • CBSE Topper Answer Sheet
    • CBSE Sample Papers for Class 12
    • CBSE Sample Papers for Class 11
    • CBSE Sample Papers for Class 10
    • Solved CBSE Sample Papers for Class 9 with Solutions 2024-2025
    • CBSE Sample Papers Class 8
    • CBSE Sample Papers Class 7
    • CBSE Sample Papers Class 6
  • Textbook Solutions
    • Lakhmir Singh
    • Lakhmir Singh Class 10 Physics
    • Lakhmir Singh Class 10 Chemistry
    • Lakhmir Singh Class 10 Biology
    • Lakhmir Singh Class 9 Physics
    • Lakhmir Singh Class 9 Chemistry
    • PS Verma and VK Agarwal Biology Class 9 Solutions
    • Lakhmir Singh Science Class 8 Solutions

Learn CBSE

NCERT Solutions for Class 6, 7, 8, 9, 10, 11 and 12

Matrices Class 12 Notes Maths Chapter 3

January 9, 2024 by Sastry CBSE

CBSE Class 12 Maths Notes Chapter 3 Matrices

Matrix: A matrix is an ordered rectangular array of numbers or functions. The numbers or functions are called the elements or the entries of the matrix.

Order of a Matrix: If a matrix has m rows and n columns, then its order is written as m × n. If a matrix has order m × n, then it has mn elements.

In general, am×n matrix has the following rectangular array:
Matrices Class 12 Notes Maths Chapter 3 1
Note: We shall consider only those matrices, whose elements are real numbers or functions taking real values.

Types of Matrices
Column Matrix: A matrix which has only one column, is called a column matrix.
e.g. \(\left[ \begin{matrix} 1 \\ 0 \\ -5 \end{matrix} \right]\)
In general, A = [aij]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. \(\left[ \begin{matrix} 1 & 5 & 9 \end{matrix} \right]\)
In general, A = [aij]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. \(\begin{bmatrix} 3 & -1 \\ 5 & 2 \end{bmatrix}\)
In general, A = [aij]m x m is a square matrix of order m.
Note: If A = [aij] is a square matrix of order n, then elements a11, a22, a33,…, ann 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. \(\left[ \begin{matrix} 3 & 0 & 0 \\ 0 & -3 & 0 \\ 0 & 0 & -8 \end{matrix} \right]\)
In general, A = [aij]m×m is a diagonal matrix, if aij = 0, when i ≠ j.

Scalar Matrix: A diagonal matrix whose all diagonal elements are same (non-zero), is called a scalar matrix,
e.g. \(\left[ \begin{matrix} 2 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 2 \end{matrix} \right]\)
In general, A = [aij]n×n is a scalar matrix, if aij = 0, when i ≠ j, aij = 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. \(\left[ \begin{matrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{matrix} \right]\)
In general, A = [aij]n×n is an identity matrix, if aij = 1, when i = j and aij = 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. \(\begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}\)

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. aij = bij, ∀ i and j.
e.g. \(\begin{bmatrix} 2 & 1 \\ 0 & 3 \end{bmatrix}\) and \(\begin{bmatrix} 2 & 1 \\ 0 & 3 \end{bmatrix}\) are equal matrices, but \(\begin{bmatrix} 3 & 2 \\ 0 & 1 \end{bmatrix}\) and \(\begin{bmatrix} 2 & 3 \\ 0 & 1 \end{bmatrix}\) 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 = [aij]m×n and B = [yij]m×n, then A + B = [aij +bij]m×n, 1 ≤ i ≤ m, 1 ≤ j ≤ n
Subtraction of Matrix
If A = [aij]m×n and B = [bij]m×n, then A – B = [aij – bij]m×n, 1 ≤ i ≤ m, 1 ≤ j ≤ n

Properties of Addition of Matrices
(a) Commutative If A = [aij] and B = [bij] are matrices of the same order say m x n then A + B = B + A,
(b) Associative for any three matrices A = [aij], B = [bij], C = [cij] 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 = [aij]m×n be any matrix, then we have another matrix as -A = [-aij]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 = [aij]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 = [aij]m×n, then kA = [kaij]m×n.
Matrices Class 12 Notes Maths Chapter 3 2

Properties of Scalar Multiplication of a Matrix
Let A = [aij] and B = [bij]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.
Matrices Class 12 Notes Maths Chapter 3 3

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 Im.
(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 = \(\begin{bmatrix} 0 & -1 \\ 0 & 2 \end{bmatrix}\) and B = \(\begin{bmatrix} 3 & 5 \\ 0 & 0 \end{bmatrix}\), then AB = \(\begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}\).

Class 12 Maths Notes
NCERT Solutions

Filed Under: CBSE Tagged With: cbse notes, Class 12 Maths Notes, class 12 notes, Matrices Class 12 Notes, ncert notes, Revision Notes

LearnCBSE.in Student Education Loan
  • Student Nutrition - How Does This Effect Studies
  • Words by Length
  • NEET MCQ
  • Factoring Calculator
  • Rational Numbers
  • CGPA Calculator
  • TOP Universities in India
  • TOP Engineering Colleges in India
  • TOP Pharmacy Colleges in India
  • Coding for Kids
  • Math Riddles for Kids with Answers
  • General Knowledge for Kids
  • General Knowledge
  • Scholarships for Students
  • NSP - National Scholarip Portal
  • Class 12 Maths NCERT Solutions
  • Class 11 Maths NCERT Solutions
  • NCERT Solutions for Class 10 Maths
  • NCERT Solutions for Class 9 Maths
  • NCERT Solutions for Class 8 Maths
  • NCERT Solutions for Class 7 Maths
  • NCERT Solutions for Class 6 Maths
  • NCERT Solutions for Class 6 Science
  • NCERT Solutions for Class 7 Science
  • NCERT Solutions for Class 8 Science
  • NCERT Solutions for Class 9 Science
  • NCERT Solutions for Class 10 Science
  • NCERT Solutions for Class 11 Physics
  • NCERT Solutions for Class 11 Chemistry
  • NCERT Solutions for Class 12 Physics
  • NCERT Solutions for Class 12 Chemistry
  • NCERT Solutions for Class 10 Science Chapter 1
  • NCERT Solutions for Class 10 Science Chapter 2
  • Metals and Nonmetals Class 10
  • carbon and its compounds class 10
  • Periodic Classification of Elements Class 10
  • Life Process Class 10
  • NCERT Solutions for Class 10 Science Chapter 7
  • NCERT Solutions for Class 10 Science Chapter 8
  • NCERT Solutions for Class 10 Science Chapter 9
  • NCERT Solutions for Class 10 Science Chapter 10
  • NCERT Solutions for Class 10 Science Chapter 11
  • NCERT Solutions for Class 10 Science Chapter 12
  • NCERT Solutions for Class 10 Science Chapter 13
  • NCERT Solutions for Class 10 Science Chapter 14
  • NCERT Solutions for Class 10 Science Chapter 15
  • NCERT Solutions for Class 10 Science Chapter 16

Free Resources

RD Sharma Class 12 Solutions RD Sharma Class 11
RD Sharma Class 10 RD Sharma Class 9
RD Sharma Class 8 RD Sharma Class 7
CBSE Previous Year Question Papers Class 12 CBSE Previous Year Question Papers Class 10
NCERT Books Maths Formulas
CBSE Sample Papers Vedic Maths
NCERT Library

NCERT Solutions

NCERT Solutions for Class 10
NCERT Solutions for Class 9
NCERT Solutions for Class 8
NCERT Solutions for Class 7
NCERT Solutions for Class 6
NCERT Solutions for Class 5
NCERT Solutions for Class 4
NCERT Solutions for Class 3
NCERT Solutions for Class 2
NCERT Solutions for Class 1

Quick Resources

English Grammar Hindi Grammar
Textbook Solutions Maths NCERT Solutions
Science NCERT Solutions Social Science NCERT Solutions
English Solutions Hindi NCERT Solutions
NCERT Exemplar Problems Engineering Entrance Exams
Like us on Facebook Follow us on Twitter
Watch Youtube Videos NCERT Solutions App