12 class Maths Notes Chapter 3 MATRICES free PDF| Quick revision Notes class 12 maths
CBSE Revision Notes for CBSE Class 12 Mathematics Matrices Concept, notation, order, equality, types of matrices, zero and identity matrix, transpose of a matrix, symmetric and skew symmetric matrices. Operation on matrices: Addition and multiplication and multiplication with a scalar. Simple properties of addition, multiplication and scalar multiplication. Noncommutativity of multiplication of matrices and existence of non-zero matrices whose product is the zero matrix (restrict to square matrices of order 2).Concept of elementary row and column operations. Invertible matrices and proof of the uniqueness of inverse, if it exists; (Here all matrices will have real entries).
Class 12 Maths Chapter-3 MATRICES Quick Revision Notes Free Pdf
CBSE Revision Notes for CBSE Class 12 Mathematics Matrices Concept, notation, order, equality, types of matrices, zero and identity matrix, transpose of a matrix, symmetric and skew symmetric matrices. Operation on matrices: Addition and multiplication and multiplication with a scalar. Simple properties of addition, multiplication and scalar multiplication. Noncommutativity of multiplication of matrices and existence of non-zero matrices whose product is the zero matrix (restrict to square matrices of order 2).Concept of elementary row and column operations. Invertible matrices and proof of the uniqueness of inverse, if it exists; (Here all matrices will have real entries).
Class 12 Maths Chapter-3 MATRICES Quick Revision Notes Free Pdf
๐ท Chapter - 3 ๐ท
๐ MATRICES ๐
✳️ Applications
๐ The below are the uses of matrices:
๐น Compact and simple methods of solving system of linear equations.
๐น Used as a representation of the coefficients in system of linear equations .
๐น Matrix notation and operations are used in electronic spreadsheet programs for personal computer, which in turn is used in different areas of business and science like budgeting, sales projection, cost estimation, analysing the results of an experiment etc.
๐น Used in physical operations such as magnification, rotation and reflection through a plane .
๐น Used in cryptography.
๐น Also used in various branches of sciences like genetics, economics, sociology, modern psychology and industrial management .
๐น Used in 3D math, where they are primarily used to describe the relationship between two coordinate spaces.
✳️ Matrix
✳️ Definition:
A matrix is an ordered rectangular array of numbers (may be real or complex) or functions.
✳️ Elements or Entries of the matrix: The numbers or functions in the array
✳️ Rows of Matrix: The horizontal lines of elements
✳️ Columns of Matrix: The vertical lines of elements
✳️ General Format:
๐นSimple Matrix:
• Has one Row and Column
• Represented as (Row, Column)
๐นHigher Level Matrix
• Has many Rows and Columns
• Represented as below:
• Furthermore, Generalized format is as below:
(Or)
A= [aij]m×n
Where, 1 ≤ i ≤ m, 1 ≤ j ≤ n and i, j € N
๐น General Form = A= [aij]1 x n, Order of the matrix is 1 × n
๐ท 3. Square Matrix
๐น A matrix of order m × n, such that m = n
๐น General Form = A = [aij]m×m, Order of the matrix is m
๐ท 4. Diagonal Matrix
๐น A square matrix is said to be a diagonal matrix if all its non-diagonal elements are zero
๐น General Form = A = [bij]m×m, Order of the matrix is m where bij=0, if i≠j
๐ท 5. Scalar Matrix
๐น A diagonal matrix is said to be a scalar matrix if its diagonal elements are equal
๐น General Form = A = [bij]m×m, Order of the matrix is m where
● bij, =0, if I≠j
● bij =k, if i = j for k = constant
๐ท 6. Identity Matrix
๐น A square matrix in which elements in the diagonal are all 1 and rest are all zero
๐น General Form A= [bij]m×m, Order of the matrix is m where
● bij, =0, if i≠j
● bij =1, if i = j
๐ท 7. Zero Matrix
๐น A matrix is said to be zero matrix or null matrix if all its elements are zero
๐น Denoted by 0
๐ท 8. Equal Matrices
๐น Two matrices are said to be equal if
● they are of the same order
● each element of A is equal to the corresponding element of B
๐น Using the concept of Equal matrices, we can find the unknown values of any matrix.
We can equate the corresponding terms from the given matrices:
x + 3 =0 z+4 = 6 2y - 7 = 3y - 2
a -1= - 3 0 = 2c + 2 b- 3 = 2b + 4,
Simplifying, we get
a = - 2, b = - 7, c = 1, x = - 3, y = -5, z = 2
✳️ Operation on Matrices
✳️ Addition of Matrices
๐น Let A and B be two matrices each of order m × n. Then, he sum of matrices A + B is defined only if matrices A and B are of same order.
● If A = [aij]m×n and B = [bij]m×n
Then, A + B = [aij + bij]m×n
๐น General format
๐น Example
๐น When adding two matix A & B, if the order is not same then A + B is not defined
๐ท Properties of Addition of Matrices
๐น If A = [aij], B = [bij] and C = [cij]are three matrices of order m × n, then
✴️ Commutative Law
๐ A + B = B + A
✴️ Associative Law
๐ (A + B) + C = A+ (B + C)
✴️ Existence of Additive Identity
๐ A zero matrix (0) of order m × n (same as of A), is additive identity, if A + 0 = A = 0 + A
✴️ Existence of Additive Inverse
๐ If A is a square matrix, then the matrix (- A) is called additive inverse, if A +(- A) = 0 = (- A) + A
• - A is the additive inverse of A or negative of A.
✴️ Cancellation Law
๐ A+B = A + C = B = C (left cancellation law)
๐ B+A = C + A = B = C (right cancellation law)
✳️ Subtraction of Matrices
๐น Let A and B be two matrices of the same order, then subtraction of matrices, A - B, is defined as A -B = [aij + bij]n×n, where A = [aij]m× n, B = [bij]m×n
๐น Here Order of A is 3 × 2 and Order of B is 3 × 2 therefore, subtraction is possible
✳️ Multiplication of of Matrices
๐ท Multiplication of a Matrix by a Scalar
๐น Let A = [aij]m×n be a matrix and k be any scalar. Then, the matrix obtained by multiplying each element of A by k is called the scalar multiple of A by k and is denoted by kA, given as
kA=[kaij]m×n
๐น Properties of Scalar Multiplication If A and B are matrices of order m×n, then
• k(A + B) = kA + kB
• (kฤฑ + k2)A = k1A + k2A
• kฤฑk2A = k1(k2A) = k2(k1A)
• (- k)A = - (kA) = k( - A) also called as negative of a matrix
๐ท Multiplication of two Matrices
๐น Consider two matries A and B, then for the multiplication to e possible umber of columns in A should be equal to the number of rows in B.
๐น If A = [aij] of order m×n and B = [bij] of order n×p then the product C = [cij] will be a patrix of the oder m × p
✴️ Notes:-
๐น If AB is defined, then BA need not be defined.
๐น If A, B are, respectively m × n, k × I matrices, then both AB and BA are defined if and only if n = k and 1 = m.
๐น If both A and B are square matrices of the same order, then both AB and BA are defined.
๐น If AB and BA are both defined, it is not necessary that AB = BA.
๐น If the product of two matrices is a zero matrix, it is not necessary that one of the matrices is a zero matrix
✳️ Properties of Multiplication of Matrices
If A = [aij], B = [bij]and C= [cij]are three matrices of order m × n, then
๐น Commutative Law
• AB ≠ BA
๐นAssociative Law
• (A B)C = A(BC)
๐นDistributive Law
• A (B+C) = AB + AC
• (A+B) C = AC + BC, whenever both sides of equality are defined.
๐น Existence of Multiplicative Identity
• For every square matrix A, there exist an identity matrix of same order such that IA = AI = A
๐น Cancellation Law
• If A is non-singular matrix, then .
• AB = AC = B = C (Left cancellation law)
• BA = CA =B = C (Right cancellation law)
• AB = 0, does not necessarily imply that A = 0 or B = 0 or both A and B =
✳️ Transpose of a Matrix
๐น Let A = [aij]m×n be a matrix of order m × n. Then, the n×m matrix obtained by interchanging the rows and columns of A is called the transpose of A and is denoted by 'or AT.
๐น A' = AT = [aij]n×m
✳️ Properties of Transpose
๐น (A')' = A
๐น (A + B)' = A' + B'
๐น (AB)' - B'A'
๐น (kA)' - kA'
๐น(AN)' = (A')N
๐น(ABC)' =C' B' A'
✳️ Symmetric & Skew Symmetric Matrices
๐น A square matrix A = [aij] is said to be symmetric if A'= A
✴️ Note :-
๐น If A is Symmetric then, [aij] = [aji]
๐น If A is Skew Symmetric then, [aij] = -[aij]
๐น All the diagonal elements of a skew symmetric matrix are zero.
✳️ Theorem 1
๐น For any square matrix A with real number entries, A + A' is a symmetric matrix and A- A' is a skew symmetric matrix.
๐น Proof
Let B = A + A', then
B' = (A + A')'
= A' + (A')' (as (A + B)' = A' + B')
= A' + A (as (A')' = A)
= A+ A' (as A + B = B + A)
= B
Therefore B = A + A' is a symmetric matrix
Now let C = A - A'
C' = (A - A')' = A' - (A)' (Why?)
= A' - A (Why?)
=- (A - A') = - C
Therefore C = A - A' is a skew symmetric matrix
✳️ Theorem 2
๐น Any square matrix can be expressed as the sum of a symmetric and a skew symmetric matrix.
๐น Proof
Let A be a square matrix, then we can write
✳️ Elementary Operation (Transformation) of a Matrix
๐น The six operations (transformations) on a matrix, three of which are due to rows and three due to columns
✳️ Invertible Matrices
๐น If A is a square matrix of order m, and if there exists another square matrix B of the same order m, such that AB = BA = I, then B is called the inverse matrix of A and it is denoted by A⁻¹. In that case A is said to be invertible
✴️ Note :-
๐น A rectangular matrix does not possess inverse matrix, since for products BA and AB to be defined and to be equal, it is necessary that matrices A and B should be square matrices of the same order.
๐น If B is the inverse of A, then A is also the inverse of B
✳️ Inverse of a Square Matrix
๐น Let A be a square matrix of order n, then a square matrix B, such that AB = BA = I, is called inverse of A, denoted by A⁻¹
๐น AA⁻¹ - A⁻¹A =1
✳️ Theorem 3 (Uniqueness of inverse)
๐น Inverse of a square matrix, if it exists, is unique.
i.e Let A = [aij] be a square matrix of order m and B and C be two inverses of A.
To prove : B- C
✴️ Proof :-
๐น Since B is the inverse of A
๐น AB = BA = I.......(1)
๐น Since C is also the inverse of A
๐น AC = CA = I.......(2)
๐น Thus B = BI = B (AC) = (BA) C = IC = C
✳️ Theorem 4
๐น If A and B are invertible matrices of the same order, then (AB)⁻¹ =B⁻¹A⁻¹.
✴️ Proof :
๐น From the definition of inverse of a matrix, we have
(AB) (AB)⁻¹= 1
A⁻¹ (AB) (AB)⁻¹ = A⁻¹I (Pre multiplying both sides by A⁻¹)
= (A⁻¹ A) B (AB)⁻¹ = A -1 (Since A⁻¹ I = A⁻¹)
= IB (AB)⁻¹ = A⁻¹
= B (AB)⁻¹ = A⁻¹
= B⁻¹ B (AB)⁻¹ = B⁻¹ A⁻¹
= I (AB)⁻¹ = B⁻¹ A⁻¹
Hence, (AB)⁻¹ = B⁻¹ A⁻¹
A= [aij]m×n
Where, 1 ≤ i ≤ m, 1 ≤ j ≤ n and i, j € N
• ith Row Elements are aแตข₁, aแตข₂, aแตข₃,......... aแตขโ
• jth Row Elements are a₁j, a2j, a3j,......... anj
✳️ Order of a Matrix
๐น If a matrix has "m" rows and "n" columns, then order of the matrix is m × n .
๐นThe total numbers of elements in the matrix of m × n will be mn
๐ Eg: Order of the below matrix is 3 × 2
With total number of elements = product of 3 and 2 = 6
๐น Any point (x,y) in a plane can be represented in the matrix format as below:
๐น Suppose if the vertices of a Quadrilateral ABCD are given then it can be represented as matrix format as below
Points: A(1,0), B(3,2), C(1,3) and D(-1,-2)
๐น Suppose if the matrix has 8 elements then all possible order of the matrix can be found as below.
● Find the Factors of 8 → 1, 2, 4, 8
● Pair up them in all possible ways → (1,8), (2, 4), (8,1), (4, 2)
✳️ Types of a Matrix :-
๐ท 1. Column Matrix
๐น A matrix having only one column and any number of rows
๐น General Form : A= [aij]m×1, order of the matrix is m×1
๐ท 2. Row Matrix
๐น A matrix having only one row and any number of columns
๐น General Form = A= [aij]1 x n, Order of the matrix is 1 × n
๐ท 3. Square Matrix
๐น A matrix of order m × n, such that m = n
๐น General Form = A = [aij]m×m, Order of the matrix is m
๐ท 4. Diagonal Matrix
๐น A square matrix is said to be a diagonal matrix if all its non-diagonal elements are zero
๐น General Form = A = [bij]m×m, Order of the matrix is m where bij=0, if i≠j
๐ท 5. Scalar Matrix
๐น A diagonal matrix is said to be a scalar matrix if its diagonal elements are equal
๐น General Form = A = [bij]m×m, Order of the matrix is m where
● bij, =0, if I≠j
● bij =k, if i = j for k = constant
๐ท 6. Identity Matrix
๐น A square matrix in which elements in the diagonal are all 1 and rest are all zero
๐น General Form A= [bij]m×m, Order of the matrix is m where
● bij, =0, if i≠j
● bij =1, if i = j
๐ท 7. Zero Matrix
๐น A matrix is said to be zero matrix or null matrix if all its elements are zero
๐น Denoted by 0
๐ท 8. Equal Matrices
๐น Two matrices are said to be equal if
● they are of the same order
● each element of A is equal to the corresponding element of B
๐น Using the concept of Equal matrices, we can find the unknown values of any matrix.
We can equate the corresponding terms from the given matrices:
x + 3 =0 z+4 = 6 2y - 7 = 3y - 2
a -1= - 3 0 = 2c + 2 b- 3 = 2b + 4,
Simplifying, we get
a = - 2, b = - 7, c = 1, x = - 3, y = -5, z = 2
✳️ Operation on Matrices
✳️ Addition of Matrices
๐น Let A and B be two matrices each of order m × n. Then, he sum of matrices A + B is defined only if matrices A and B are of same order.
● If A = [aij]m×n and B = [bij]m×n
Then, A + B = [aij + bij]m×n
๐น General format
๐น Example
๐น When adding two matix A & B, if the order is not same then A + B is not defined
๐ท Properties of Addition of Matrices
๐น If A = [aij], B = [bij] and C = [cij]are three matrices of order m × n, then
✴️ Commutative Law
๐ A + B = B + A
✴️ Associative Law
๐ (A + B) + C = A+ (B + C)
✴️ Existence of Additive Identity
๐ A zero matrix (0) of order m × n (same as of A), is additive identity, if A + 0 = A = 0 + A
✴️ Existence of Additive Inverse
๐ If A is a square matrix, then the matrix (- A) is called additive inverse, if A +(- A) = 0 = (- A) + A
• - A is the additive inverse of A or negative of A.
✴️ Cancellation Law
๐ A+B = A + C = B = C (left cancellation law)
๐ B+A = C + A = B = C (right cancellation law)
✳️ Subtraction of Matrices
๐น Here Order of A is 3 × 2 and Order of B is 3 × 2 therefore, subtraction is possible
✳️ Multiplication of of Matrices
๐ท Multiplication of a Matrix by a Scalar
๐น Let A = [aij]m×n be a matrix and k be any scalar. Then, the matrix obtained by multiplying each element of A by k is called the scalar multiple of A by k and is denoted by kA, given as
kA=[kaij]m×n
๐น Properties of Scalar Multiplication If A and B are matrices of order m×n, then
• k(A + B) = kA + kB
• (kฤฑ + k2)A = k1A + k2A
• kฤฑk2A = k1(k2A) = k2(k1A)
• (- k)A = - (kA) = k( - A) also called as negative of a matrix
๐ท Multiplication of two Matrices
๐น Consider two matries A and B, then for the multiplication to e possible umber of columns in A should be equal to the number of rows in B.
๐น If A = [aij] of order m×n and B = [bij] of order n×p then the product C = [cij] will be a patrix of the oder m × p
✴️ Notes:-
๐น If AB is defined, then BA need not be defined.
๐น If A, B are, respectively m × n, k × I matrices, then both AB and BA are defined if and only if n = k and 1 = m.
๐น If both A and B are square matrices of the same order, then both AB and BA are defined.
๐น If AB and BA are both defined, it is not necessary that AB = BA.
๐น If the product of two matrices is a zero matrix, it is not necessary that one of the matrices is a zero matrix
✳️ Properties of Multiplication of Matrices
If A = [aij], B = [bij]and C= [cij]are three matrices of order m × n, then
๐น Commutative Law
• AB ≠ BA
๐นAssociative Law
• (A B)C = A(BC)
๐นDistributive Law
• A (B+C) = AB + AC
• (A+B) C = AC + BC, whenever both sides of equality are defined.
๐น Existence of Multiplicative Identity
• For every square matrix A, there exist an identity matrix of same order such that IA = AI = A
๐น Cancellation Law
• If A is non-singular matrix, then .
• AB = AC = B = C (Left cancellation law)
• BA = CA =B = C (Right cancellation law)
• AB = 0, does not necessarily imply that A = 0 or B = 0 or both A and B =
✳️ Transpose of a Matrix
๐น Let A = [aij]m×n be a matrix of order m × n. Then, the n×m matrix obtained by interchanging the rows and columns of A is called the transpose of A and is denoted by 'or AT.
๐น A' = AT = [aij]n×m
✳️ Properties of Transpose
๐น (A')' = A
๐น (A + B)' = A' + B'
๐น (AB)' - B'A'
๐น (kA)' - kA'
๐น(AN)' = (A')N
๐น(ABC)' =C' B' A'
✳️ Symmetric & Skew Symmetric Matrices
๐น A square matrix A = [aij] is said to be symmetric if A'= A
✴️ Note :-
๐น If A is Symmetric then, [aij] = [aji]
๐น If A is Skew Symmetric then, [aij] = -[aij]
๐น All the diagonal elements of a skew symmetric matrix are zero.
✳️ Theorem 1
๐น For any square matrix A with real number entries, A + A' is a symmetric matrix and A- A' is a skew symmetric matrix.
๐น Proof
Let B = A + A', then
B' = (A + A')'
= A' + (A')' (as (A + B)' = A' + B')
= A' + A (as (A')' = A)
= A+ A' (as A + B = B + A)
= B
Therefore B = A + A' is a symmetric matrix
Now let C = A - A'
C' = (A - A')' = A' - (A)' (Why?)
= A' - A (Why?)
=- (A - A') = - C
Therefore C = A - A' is a skew symmetric matrix
✳️ Theorem 2
๐น Any square matrix can be expressed as the sum of a symmetric and a skew symmetric matrix.
๐น Proof
Let A be a square matrix, then we can write
✳️ Elementary Operation (Transformation) of a Matrix
๐น The six operations (transformations) on a matrix, three of which are due to rows and three due to columns
✳️ Invertible Matrices
๐น If A is a square matrix of order m, and if there exists another square matrix B of the same order m, such that AB = BA = I, then B is called the inverse matrix of A and it is denoted by A⁻¹. In that case A is said to be invertible
✴️ Note :-
๐น A rectangular matrix does not possess inverse matrix, since for products BA and AB to be defined and to be equal, it is necessary that matrices A and B should be square matrices of the same order.
๐น If B is the inverse of A, then A is also the inverse of B
✳️ Inverse of a Square Matrix
๐น Let A be a square matrix of order n, then a square matrix B, such that AB = BA = I, is called inverse of A, denoted by A⁻¹
๐น AA⁻¹ - A⁻¹A =1
✳️ Theorem 3 (Uniqueness of inverse)
๐น Inverse of a square matrix, if it exists, is unique.
i.e Let A = [aij] be a square matrix of order m and B and C be two inverses of A.
To prove : B- C
✴️ Proof :-
๐น Since B is the inverse of A
๐น AB = BA = I.......(1)
๐น Since C is also the inverse of A
๐น AC = CA = I.......(2)
๐น Thus B = BI = B (AC) = (BA) C = IC = C
✳️ Theorem 4
๐น If A and B are invertible matrices of the same order, then (AB)⁻¹ =B⁻¹A⁻¹.
✴️ Proof :
๐น From the definition of inverse of a matrix, we have
(AB) (AB)⁻¹= 1
A⁻¹ (AB) (AB)⁻¹ = A⁻¹I (Pre multiplying both sides by A⁻¹)
= (A⁻¹ A) B (AB)⁻¹ = A -1 (Since A⁻¹ I = A⁻¹)
= IB (AB)⁻¹ = A⁻¹
= B (AB)⁻¹ = A⁻¹
= B⁻¹ B (AB)⁻¹ = B⁻¹ A⁻¹
= I (AB)⁻¹ = B⁻¹ A⁻¹
Hence, (AB)⁻¹ = B⁻¹ A⁻¹
No comments
Thank you for your feedback