JEE Exam  >  JEE Notes  >  Mathematics (Maths) Class 12  >  Overview: Matrices

Overview: Matrices | Mathematics (Maths) Class 12 - JEE PDF Download

Definition

  • A set of numbers or objects or symbols represented in the form of a rectangular array is called a matrix. 
  • The order of the matrix is defined by the number of rows and number of columns present in the rectangular array of representation. 
  • Unlike determinants, it has no value.
  • A matrix of order m × n, i.e. m rows and n columns, is represented below:
    Overview: Matrices | Mathematics (Maths) Class 12 - JEEAbbreviated as: A =  [aij]m × n, where 1 ≤ i ≤ m; 1 ≤ j ≤ n, i denotes the row and j denotes the column.
  •  The number a11, a12, ….. etc., are known as the elements of matrix A, where aij belongs to the ith row and jth column and is called the (i, j)th element of the matrix A = [aij].

Type of Matrices

  1. Row Matrix: Matrix having one row i.e. matrix of order 1 × n. They are also known as row vectors.
    Example: A =  [a11 , a12, ...... a1n
  2. Column Matrix: Matrix having one column i.e. matrix of order m × 1. They are also known as column vectors.
    Example:
     Overview: Matrices | Mathematics (Maths) Class 12 - JEE
  3. Zero or Null Matrix: An m × n  matrix all whose entries are zero. It is denoted as Om×n.
    Example: Overview: Matrices | Mathematics (Maths) Class 12 - JEE
  4. Horizontal MatrixA matrix of order m × n is a horizontal matrix if n > m.
    Example: Overview: Matrices | Mathematics (Maths) Class 12 - JEE
  5. Verical Matrix: A matrix of order m × n is a vertical matrix if m > n.
    Example: Overview: Matrices | Mathematics (Maths) Class 12 - JEE
  6. Square Matrix: If number of rows is equal to number of column, then the matrix is a square matrix.
    Example: Overview: Matrices | Mathematics (Maths) Class 12 - JEE

    Note:

    In a square matrix, Overview: Matrices | Mathematics (Maths) Class 12 - JEE

    (a) The pair of elements aij & aji are called Conjugate Elements.
    Example: a12 and a21

    (b) The elements  a11, a22, a33, ...... ann are called Diagonal Elements. The line along which the diagonal elements lie is called the "Principal or Leading" diagonal.

    (c) Sum of all the diagonal elements, i.e. Σ aii is known as trace of the matrix. It is denoted as tr(A).

  7. Diagonal Matrix: A square matrix in which all the elements are zero except the diagonal element. It is denoted as dia(d1, d2, ....., dn).
    Example: Overview: Matrices | Mathematics (Maths) Class 12 - JEE

    Note:

    Min. number of zeros in a diagonal matrix of order n = n(n – 1)

  8. Scalar Matrix: A square matrix in which every non-diagonal element is zero and all diagonal elements are equal, is called a scalar matrix.
    i.e. in scalar matrix, aij = 0, for i ≠ j and aij = k, for i = j
    Example:Overview: Matrices | Mathematics (Maths) Class 12 - JEE
  9. Unit/Identity Matrix: A square matrix, in which every non-diagonal element is zero and every diagonal element is 1, is called, unit matrix or an identity matrix.
    i.e. in scalar matrix, aij = 0, for i ≠ j and aij = 1, for i = j
    Example:Overview: Matrices | Mathematics (Maths) Class 12 - JEE
Equality of Matrices 

A = [aij] & B = [bij] will be equal, only if

  • Both have the same order
  • ai j = bi j  for each pair of i & j

Question for Overview: Matrices
Try yourself:
Which type of matrix has every non-diagonal element as zero and all diagonal elements as equal?
View Solution

Operations on Matrices 

For the Matrices,Overview: Matrices | Mathematics (Maths) Class 12 - JEE

  • Addition of Matrices: A +  B = [ aij + bij], where  A & B are of the same order.
    i.e.Overview: Matrices | Mathematics (Maths) Class 12 - JEE
    Properties:
    (a) Addition of matrices is commutative i.e. A + B  =  B + A.
    (b) Matrix addition is associative i.e. (A + B) + C =  A + (B + C)
    (c) Additive inverse. If A + B = O = B + A , then A and B are additive inverse of each other.
  • Multiplication of a Matrix by a Scalar: If a matrix is multiplied by a scalar quantity, then each element is multiplied by that quantity for the resulting matrix.
    i.e.Overview: Matrices | Mathematics (Maths) Class 12 - JEE, where k is a scalar quantity.
  • Multiplication of Matrices: Two matrices A, B can be multiplied to give resulting matrix AB, only if, no. of a column of A(prefactor) is equal to the no. of rows of B (post factor)
    i.e. A is a matrix of order n x m and B is a matrix of order p x q, then AB exists only if m = p.
    If m=p, order of AB = n x q
    Overview: Matrices | Mathematics (Maths) Class 12 - JEE
    i.e.Overview: Matrices | Mathematics (Maths) Class 12 - JEE
    Properties:
    (a) Matrix multiplication may or maynot be commutative i.e. AB may or may not be equal to BA.
    (b) Matrix multiplication is Associative i.e. (A . B) . C  =  A . (B . C)
    (c) Matrix multiplication is Distributive over Matrix Addition i.e. A(B+C) = AB + AC
    (d) Cancellation Laws not necessary hold in case of matrix multiplication i.e. if AB = AC ⇒ B = C even if A ≠ 0.
    (e) AB = 0 i.e., Null Matrix, does not necessarily imply that either A or B is a null matrix.
    (f) Positive Integral Powers of a Square Matrix i.e. For a square matrix A , A2A = (AA) A  = A (AA) = A3

Note: 

  • If A and B are two non-zero matrices such that AB = O then A and B are called the divisors of zero.
  •  If A and B are two matrices such that:
    (i) AB = BA ⇒ A and B commute each other
    (ii) AB = – BA ⇒ A and B anti commute each other
  • For a unit matrix I of any order , Im  =  I  for  all  m ∈ N.

Illustration 1. Find the value of x and y, if Overview: Matrices | Mathematics (Maths) Class 12 - JEE
Ans. Overview: Matrices | Mathematics (Maths) Class 12 - JEE
Overview: Matrices | Mathematics (Maths) Class 12 - JEE
Overview: Matrices | Mathematics (Maths) Class 12 - JEE
On equating the corresponding elements of L.H.S. and R.H.S.

A2 + y = 5 ⇒ y = 3
2x + 2 = 8 ⇒ 2x = 6 ⇒ x = 3

Thus, x = 3 and y = 3.


Illustration 2. If Overview: Matrices | Mathematics (Maths) Class 12 - JEE, find AB and BA if possible.
Ans. A is a 3 × 3 matrix and B is a 3 × 2 matrix, therefore, A and B are conformable for the product AB and it is of the order 3 × 2.

Overview: Matrices | Mathematics (Maths) Class 12 - JEE 
Overview: Matrices | Mathematics (Maths) Class 12 - JEE
BA is not possible since the number of columns of B ≠ number of rows of A.

Question for Overview: Matrices
Try yourself:
Which of the following properties hold true for matrix multiplication?
View Solution
 

Matrix Polynomial

  • If f(x) = a0xn + a1xn – 1 + a2xn – 2 + ......... + anx0, then we define a matrix polynomial f(A) = a0An + a1An– 1 + a2An–2 + ..... + anIn where A is the given square matrix.
  • If f (A) is the null matrix then A is called the zero or root of the polynomial f (x).

Special Matrices

(a) Idempotent Matrix: A square matrix is idempotent provided  A2 = A

(b) Nilpotent Matrix: A square matrix is said to be nilpotent matrix of order m, m ∈ N , if Am = O, Am–1 ≠ O

(c) Periodic Matrix: A square matrix is periodic when it satisfies the relation AK+1 = A, for some positive integer K. The period of the matrix is the least value of K for which this holds true.

(d) Involutary Matrix: If A2 = I , the matrix is said to be an involutary matrix.

Note:

  • For an idempotent matrix, An = A ∀ n > 2, n ∈ N.
  • Period of an idempotent matrix is 1.
  • For an involuntary Matrix, A = A–1.

Question for Overview: Matrices
Try yourself:Which of the following properties is true for the transpose of a matrix?
View Solution

Transpose of a Matrix  

  • The transpose of a matrix is obtained by changing its rows & columns.
  • It is denoted as AT or  A′.
  • If a matrix be A =  [ aij ] of order m x n, then  AT or  A′ =  [ aji ]  for 1 ≤ i ≤ n & 1 ≤ j ≤ m of order n × m
    i.e. Overview: Matrices | Mathematics (Maths) Class 12 - JEE
  • Exxample: Overview: Matrices | Mathematics (Maths) Class 12 - JEE
  • Reversal law for transpose: (A1, A2, ...... An)T =Overview: Matrices | Mathematics (Maths) Class 12 - JEE

Properties of Transpose:
If AT &  Bdenote the transpose of A and B.
(a) (A ± B)T =  AT  ± BT ;  note that  A & B  have the same order.
(b) (A B)T  =  BT  AT A & B  are conformable for matrix product AB.
(c) (AT)T = A
(d) (kA)T = k AT k is a scalar.

Symmetric & Skew-Symmetric Matrix 

  • A square matrix A = [ aij]  is said to be, symmetric if , aij = aji ∀ i & j (conjugate  elements are equal) 
  • A square matrix A = [ aij]  is said to be, Skew-symmetric if , aij = -aji ∀ i & j  (the pair of conjugate elements are additive inverse of each other)

Note: 

(i) For symmetric matrix, A = AT

(ii) Max. number of distinct entries in a symmetric matrix of order n is Overview: Matrices | Mathematics (Maths) Class 12 - JEE

(iii) The digaonal elements of a skew symmetric matrix are all zero, but not the converse i.e. if digaonal elements are 0 doesn't mean matrix is skew symmetric.

Properties Of Symmetric & Skew Matrix

(a) A is symmetric, if AT = A and A is skew-symmetric, if AT = − A.
(b) A + AT is a symmetric matrix and A − AT is a skew symmetric matrix.
Consider  (A + AT)T =  AT  + (AT)T =  AT + A   =  A + AT. Thus, A + AT is symmetric.
Similarly, we can prove that A − Ais skew-symmetric.
(c) The sum of two symmetric matrices is a symmetric matrix and the sum of two skew-symmetric matrices is a skew-symmetric matrix.
(d) If  A & B  are symmetric matrices then,
(AB + BA)  is a symmetric matrix and (AB − BA) is a skew-symmetric matrix.
(e) Every square matrix can be uniquely expressed as a sum of a symmetric and a skew-symmetric matrix.
i.e.Overview: Matrices | Mathematics (Maths) Class 12 - JEE

Question for Overview: Matrices
Try yourself:
If matrix A is given as , what is the adjoint of matrix A?
View Solution
 

Adjoint of A Square Matrix

Let Overview: Matrices | Mathematics (Maths) Class 12 - JEE be a square matrix and let the matrix formed by the cofactors of [ai j ] in determinant A is = Overview: Matrices | Mathematics (Maths) Class 12 - JEE Then (adj A) = Overview: Matrices | Mathematics (Maths) Class 12 - JEE

Note: Co-factors of the elements of any matrix are obtained by eliminating all the elements of the same row and column and calculating the determinant of the remaining elements.

Theorem :  A (adj. A) = (adj. A).A = |A| In, if A be a square matrix of order n. 

Properties:

(i) | adj A | = | A |n – 1 

(ii) adj (AB) = (adj B) (adj A) 

(iii) adj(KA) = Kn–1 (adj A), K is a scalar

Illustration 3. If Overview: Matrices | Mathematics (Maths) Class 12 - JEE, find adj A.
Ans. Each element of cofactor matrix
Overview: Matrices | Mathematics (Maths) Class 12 - JEE
Cofactor matrix = Overview: Matrices | Mathematics (Maths) Class 12 - JEE
adj A = transpose of codaftor matrix = Overview: Matrices | Mathematics (Maths) Class 12 - JEE

[Intext Question]

Elementary Transformation

Any one of the following operations on a matrix is called an elementary transformation.

  • Interchanging any two rows (or columns), denoted by Ri↔Rj or Ci↔Cj
    Overview: Matrices | Mathematics (Maths) Class 12 - JEE
  • Multiplication of the element of any row (or column) by a non-zero quantity and denoted by Ri → kRi or Ci → kCj
    Overview: Matrices | Mathematics (Maths) Class 12 - JEE
  • Addition of constant multiple of the elements of any row to the corresponding element of any other row, denoted by Ri → Ri + kRj or Ci → Ci + kCj
    Overview: Matrices | Mathematics (Maths) Class 12 - JEE

Inverse Of A Matrix (Reciprocal Matrix) 

  • A square matrix A said to be invertible (non singular) if there exists a matrix B such that, AB = I = BA. B is called the inverse (reciprocal) of A and is denoted by A−1
  • Thus A−1 =  B  ⇔  AB = I = BA. 
  • We have, A.(adj A)  =  |A|  In
    A−1 A (adj A) =  A−1 In |Α|
    In (adj A)  =  A−1 |A|  In 
    ∴ A−1  = Overview: Matrices | Mathematics (Maths) Class 12 - JEE

Imp. Theorem:  If A & B are invertible matrices of the same order , then  (AB)−1  = B−1A−1. This is reversal law for inverse

Note: 

  • The necessary and sufficient condition for a square matrix A to be invertible is that |A| ≠ 0.
  • If A be an invertible matrix, then AT is also invertible & (AT)−1 = (A−1)T.
  • If A is invertible,
    (a) (A−1)−1 = A  ;  
    (b) (Ak)−1 =  (A−1)k = A–k, k ∈ N 
  • If A is an Orthogonal Matrix. AAT = I = ATA
  • A square matrix is said to be orthogonal if ,  A−1 = AT.
  • Overview: Matrices | Mathematics (Maths) Class 12 - JEE

System of Equation & Criterian for Consistency Gauss - Jordan Method

a1x + b1y + c1z = d1
a2x + b2y + c2z = d2
a3x + b3y + c3z = d3

We can write it in the form of matrix: Overview: Matrices | Mathematics (Maths) Class 12 - JEE

i.e. Overview: Matrices | Mathematics (Maths) Class 12 - JEE

Let Overview: Matrices | Mathematics (Maths) Class 12 - JEE
⇒ AX = B 
⇒ A−1 A X  =  A−1 B   
⇒ X  =  A−1 B = Overview: Matrices | Mathematics (Maths) Class 12 - JEE

Note:

  • If |A| ≠ 0, system is consistent having unique solution
  • If  |A| ≠ 0 & (adj A). B  ≠ O (Null matrix), system is consistent having unique non − trivial solution.
  • If |A| ≠ 0 & (adj A) . B = O (Null matrix) , system is consistent having trivial solution
  •  If |A| = 0, matrix method fails
    Overview: Matrices | Mathematics (Maths) Class 12 - JEE 

Illustration 4. Solve the following equation,
2x+y+2z=0, 2x-y+z=10, x+3y-z=5.

Ans. The given equation can be written in matrix form:Overview: Matrices | Mathematics (Maths) Class 12 - JEE
Overview: Matrices | Mathematics (Maths) Class 12 - JEE
Overview: Matrices | Mathematics (Maths) Class 12 - JEE
X  =  A−1 B = Overview: Matrices | Mathematics (Maths) Class 12 - JEE
Therefore,
Overview: Matrices | Mathematics (Maths) Class 12 - JEE
Overview: Matrices | Mathematics (Maths) Class 12 - JEE
Overview: Matrices | Mathematics (Maths) Class 12 - JEE
Overview: Matrices | Mathematics (Maths) Class 12 - JEE

The document Overview: Matrices | Mathematics (Maths) Class 12 - JEE is a part of the JEE Course Mathematics (Maths) Class 12.
All you need of JEE at this link: JEE
204 videos|290 docs|139 tests

Top Courses for JEE

FAQs on Overview: Matrices - Mathematics (Maths) Class 12 - JEE

1. What are the different types of matrices?
Ans.The different types of matrices include row matrices, column matrices, square matrices, zero matrices, identity matrices, diagonal matrices, scalar matrices, symmetric matrices, skew-symmetric matrices, and orthogonal matrices. Each type has unique properties and applications in various mathematical contexts.
2. How do we perform basic operations on matrices?
Ans.Basic operations on matrices include addition, subtraction, and multiplication. To add or subtract matrices, they must have the same dimensions, and corresponding elements are combined. For multiplication, the number of columns in the first matrix must equal the number of rows in the second matrix, and the resulting matrix's dimensions depend on the outer dimensions of the multiplied matrices.
3. What is a matrix polynomial, and how is it different from a regular polynomial?
Ans.A matrix polynomial is a polynomial where the variables are matrices instead of real or complex numbers. It consists of terms formed by the multiplication of matrices and scalars. Unlike regular polynomials, matrix polynomials can exhibit more complex behaviors due to the non-commutative property of matrix multiplication.
4. What is the significance of the transpose of a matrix?
Ans.The transpose of a matrix is significant because it reflects the matrix over its diagonal, switching rows with columns. This operation is essential in various applications, such as solving systems of linear equations, determining orthogonality, and finding eigenvalues and eigenvectors.
5. How can we find the inverse of a matrix, and what is its importance?
Ans.The inverse of a matrix can be found using methods such as the adjoint method, Gaussian elimination, or by using the formula involving the determinant for 2x2 matrices. The importance of the inverse lies in its ability to solve matrix equations of the form Ax = b, where A is a square matrix. If the inverse exists, we can write the solution as x = A⁻¹b.
204 videos|290 docs|139 tests
Download as PDF
Explore Courses for JEE exam

Top Courses for JEE

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Semester Notes

,

Viva Questions

,

Exam

,

ppt

,

Overview: Matrices | Mathematics (Maths) Class 12 - JEE

,

Extra Questions

,

Summary

,

past year papers

,

Important questions

,

Previous Year Questions with Solutions

,

Objective type Questions

,

video lectures

,

Overview: Matrices | Mathematics (Maths) Class 12 - JEE

,

practice quizzes

,

pdf

,

shortcuts and tricks

,

MCQs

,

Sample Paper

,

mock tests for examination

,

Free

,

Overview: Matrices | Mathematics (Maths) Class 12 - JEE

,

study material

;