0% found this document useful (0 votes)
160 views

Topic 3 Matrices & Determinants Schematic Diagram

The document summarizes key concepts regarding matrices and determinants: 1) It defines different types of matrices such as row matrices, column matrices, square matrices, diagonal matrices, and identity matrices. 2) It covers matrix operations like addition, multiplication, transpose, and properties such as the transpose of a product of two matrices. 3) It discusses determinants, including their properties and uses determinants to determine whether a system of linear equations has a unique solution, infinitely many solutions, or no solution. 4) It provides examples of assignments involving matrix operations, finding adjoints and inverses, and using matrices to solve systems of linear equations.

Uploaded by

anon_240018791
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
160 views

Topic 3 Matrices & Determinants Schematic Diagram

The document summarizes key concepts regarding matrices and determinants: 1) It defines different types of matrices such as row matrices, column matrices, square matrices, diagonal matrices, and identity matrices. 2) It covers matrix operations like addition, multiplication, transpose, and properties such as the transpose of a product of two matrices. 3) It discusses determinants, including their properties and uses determinants to determine whether a system of linear equations has a unique solution, infinitely many solutions, or no solution. 4) It provides examples of assignments involving matrix operations, finding adjoints and inverses, and using matrices to solve systems of linear equations.

Uploaded by

anon_240018791
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

TOPIC 3

MATRICES & DETERMINANTS


SCHEMATIC DIAGRAM

Topic Concepts Degree of References


importance NCERT Text Book XI Ed. 2007
Matrices & (i) Order, Addition, *** Ex 3.1 –Q.No 4,6
Determinants Multiplication and transpose Ex 3.2 –Q.No 7,9,13,17,18
of matrices Ex 3.3 –Q.No 10
(ii) Cofactors &Adjoint of a ** Ex 4.4 –Q.No 5
matrix Ex 4.5 –Q.No 12,13,17,18
(iii)Inverse of a matrix & *** Ex 4.6 –Q.No 15,16
applications Example –29,30,32 ,33
MiscEx 4–Q.No 4,5,8,12,15
(iv)To find difference between * Ex 4.1 –Q.No 3,4,7,8
│A│, │adj A │,
│ kA│, │A.adjA│
(v) Properties of ** Ex 4.2–Q.No 11,12,13
Determinants Example –16,18

SOME IMPORTANT RESULTS/CONCEPTS

A matrix is a rectangular array of m n numbers arranged in m rows and n columns.


a11 a12 …………a1n
a 21 a 22 …………a 2n
A OR A = [a ij ]m n , where i = 1, 2,…., m ; j = 1, 2,….,n.

a m1 a m2 …………a mn m n
* Row Matrix : A matrix which has one row is called row matrix. A [a ij ]1 n
* Column Matrix : A matrix which has one column is called column matrix. A [a ij ]m 1 .
* Square Matrix: A matrix in which number of rows are equal to number of columns, is called a
square matrix A [a ij ]m m
* Diagonal Matrix : A square matrix is called a Diagonal Matrix if all the elements, except the diagonal
elements are zero. A [a ij ]n n , where a ij = 0 , i j.
a ij 0 , i = j.
* Scalar Matrix: A square matrix is called scalar matrix it all the elements, except diagonal elements
are zero and diagonal elements are same non-zero quantity.
A [a ij ]n n , where a ij = 0 , i j.
a ij , i = j.
* Identity or Unit Matrix : A square matrix in which all the non diagonal elements are zero and diagonal
elements are unity is called identity or unit matrix.
19
* Null Matrices : A matrices in which all element are zero.
* Equal Matrices : Two matrices are said to be equal if they have same order and all their
corresponding elements are equal.
* Transpose of matrix : If A is the given matrix, then the matrix obtained by interchanging the rows
and columns is called the transpose of a matrix.\
* Properties of Transpose :
If A & B are matrices such that their sum & product are defined, then
T T
(i). A T A (ii). A B AT BT (iii). KAT K.AT where K is a scalar.
T T
(iv). AB BT AT (v). ABC CT BT AT .
* Symmetric Matrix : A square matrix is said to be symmetric if A = AT i.e. If A [a ij ]m m , then
a ij a ji for all i, j. Also elements of the symmetric matrix are symmetric about the main diagonal
* Skew symmetric Matrix : A square matrix is said to be skew symmetric if AT = -A.
If A [a ij ]m m , then a ij a ji for all i, j.
*Singular matrix:A square matrix ‗A‘ of order ‗n‘ is said to be singular, if | A| = 0.
* Non -Singular matrix : A square matrix ‗A‘ of order ‗n‘ is said to be non-singular, if | A| 0.
*Product of matrices:
(i) If A & B are two matrices, then product AB is defined, if
Number of column of A = number of rows of B.
i.e. A [a ij ]m n , B [b jk ]n p then AB = AB [Cik ]m p .

(ii) Product of matrices is not commutative. i.e. AB BA.


(iii) Product of matrices is associative. i.e A(BC) = (AB)C
(iv) Product of matrices is distributive over addition.
*Adjoint of matrix :
If A [a ij ] be a n-square matrix then transpose of a matrix [A ij ] ,
where A ij is the cofactor of A ij element of matrix A, is called the adjoint of A.
Adjoint of A = Adj. A = [A ij ]T .
A(Adj.A) = (Adj. A)A = | A| I.
*Inverse of a matrix :Inverse of a square matrix A exists, if A is non-singular or square matrix
A is said to be invertible and A-1= 1 Adj.A
A
*System of Linear Equations :
a1x + b1y + c1z = d1.
a2x + b2y + c2z = d2.
a3x + b3y + c3z = d3.

20
a1 b2 c1 x d1
a2 b2 c2 y d2 AX=B X = A-1B ; { | A | 0}.
a3 b3 c3 z d3
*Criteria of Consistency.
(i) If |A| 0, then the system of equations is said to be consistent & has a unique solution.
(ii) If |A| = 0 and (adj. A)B = 0, then the system of equations is consistent and has infinitely
many solutions.
(iii) If |A| = 0 and (adj. A)B 0, then the system of equations is inconsistent and has no solution.
* Determinant :
To every square matrix we can assign a number called determinant
If A = [a11], det. A = | A | = a11.
a a
If A = 11 12 , |A| = a11a22 – a21a12.
a 21 a 22
* Properties :
(i) The determinant of the square matrix A is unchanged when its rows and columns are interchanged.
(ii) The determinant of a square matrix obtained by interchanging two rows(or two columns) is negative
of given determinant.
(iii) If two rows or two columns of a determinant are identical, value of the determinant is zero.
(iv) If all the elements of a row or column of a square matrix A are multiplied by a non-zero number k,
then determinant of the new matrix is k times the determinant of A.
If elements of any one column(or row) are expressed as sum of two elements each, then determinant
can be written as sum of two determinants.
Any two or more rows(or column) can be added or subtracted proportionally.
If A & B are square matrices of same order, then |AB| = |A| |B|

ASSIGNMENTS
(i). Order, Addition, Multiplication and transpose of matrices:
LEVEL I
1. If a matrix has 5 elements, what are the possible orders it can have? [CBSE 2011]
2. Construct a 3 × 2 matrix whose elements are given by aij = |i – 3j |

3. If A = 0 1 , B= 0 1, then find A –2 B.

4. If A = 0 1and B = [ ] , write the order of AB and BA.

LEVEL II

1. For the following matrices A and B, verify (AB)T = BTAT,

where A= [ ], B=, -

2. Give example of matrices A & B such that AB = O, but BA ≠ O, where O is a zero matrix and
21
A, B are both non zero matrices.
3. If B is skew symmetric matrix, write whether the matrix (ABAT) is
Symmetric or skew symmetric.
4. If A = 0 1 and I = 0 1, find a and b so that A2 + aI = bA

LEVEL III

1. If A =[ ], then find the value of A2–3A + 2I

2. Express the matrix A as the sum of a symmetric and a skew symmetric matrix, where:

A= [ ]

( )
3. If A = 0 1, prove that An = [ ] , n N

(ii) Cofactors &Adjoint of a matrix


LEVEL I

1. Find the co-factor of a12 in A = | |

2. Find the adjoint of the matrix A = 0 1


LEVEL II
Verify A(adjA) = (adjA) A = | |I if
1. 1. A = 0 1
2.

1. 2. A = [ ]

2. (iii)Inverse of a Matrix & Applications


LEVEL I
1. If A = 0 1, write A-1 in terms of A CBSE 2011
2
2. If A is square matrix satisfying A = I, then what is the inverse of A ?
3. For what value of k , the matrix A = 0 1 is not invertible ?

LEVEL II
1. If A = 0 1, show that A2 –5A – 14I = 0. Hence find A-1

2. If A, B, C are three non zero square matrices of same order, find the condition

on A such that AB = AC B = C.
22
3. Find the number of all possible matrices A of order 3 × 3 with each entry 0 or 1 and for

which A [ ] = [ ] has exactly two distinct solutions.

LEVEL III

1 If A = [ ], find A-1 and hence solve the following system of equations:

2x – 3y + 5z = 11, 3x + 2y – 4z = - 5, x + y – 2z = - 3
2. Using matrices, solve the following system of equations:
a. x + 2y - 3z = - 4
2x + 3y + 2z = 2
3x - 3y – 4z = 11 [CBSE 2011]

b. 4x + 3y + 2z = 60
x + 2y + 3z = 45
6x + 2y + 3z = 70 [CBSE 2011]

3. Find the product AB, where A = [ ], B = [ ] and use it to

solve the equations x – y = 3, 2x + 3y + 4z = 17, y + 2z = 7


4. Using matrices, solve the following system of equations:
- + =4
+ - = 0
+ + = 2
5. Using elementary transformations, find the inverse of the matrix

[ ]

(iv)To Find The Difference Between | | | || |


LEVEL I
1. Evaluate | |[CBSE 2011]
2. What is the value of | | , where I is identity matrix of order 3?

3. If A is non singular matrix of order 3 and | | = 3, then find | |

4. For what valve of a, 0 1 is a singular matrix?


LEVEL II

1. If A is a square matrix of order 3 such that | | = 64, find | |


2. If A is a non singular matrix of order 3 and | | = 7, then find | |

23
LEVEL III
1. If A =0 1 and | |3 = 125, then find a.
2. A square matrix A, of order 3, has | | = 5, find | |
(v).Properties of Determinants
LEVEL I
1. 1. Find positive valve of x if | | = | |

2. 2. Evaluate | |
LEVEL II
1. Using properties of determinants, prove the following :
b c a a
b c a b 4abc
c c a b [CBSE 2012]
2 2
1 a b 2ab 2b
2 2 3
2. 2ab 1 a b 2a 1 a 2 b2
2b 2a 1 a 2 b2

3. | | = (1 + pxyz)(x - y)(y - z) (z - x)

1 1 1
4. a b c (a b)(b c)(c a )(a b c) [CBSE 2012]
3 3 3
a b c
LEVEL III

1. Using properties of determinants, solve the following for x :

a. | | = 0 [CBSE 2011]

b. | | = 0 [CBSE 2011]

c. | | = 0 [CBSE 2011]

2. If a, b, c, are positive and unequal, show that the following determinant is negative:

=| |

24
a2 1 ab ac
2
3. ab b 1 bc 1 a2 b2 c2
ca cb c2 1

a b c
4. a b b c c a a3 b 3 c 3 3abc [CBSE 2012]
b c c a a b

b 2c 2 bc b c
2 2
5. c a ca c a 0
a 2b2 ab a b

bc b 2 bc c 2 bc
6. a2 ac ac c 2 ac (ab bc ca ) 3
a2 ab b 2 ab ab

(b+c)2 ab ca
7. | ab (a+c)2 bc | = 2abc( a + b + c)3
ac bc (a+b)2

q q
1
p p
8. If p, q, r are not in G.P and r r 2
1 0, show that p 2p r 0.
q q
p q q r 0

b c c a a b
9. If a, b, c are real numbers, and c a a b b c 0
a b b c c a
Show that either a + b +c = 0 or a = b = c.

QUESTIONS FOR SELF EVALUTION

b c q r y z a p x
1. Using properties of determinants, prove that : c a r p z x 2 b q y
a b p q x y c r z

25
1 a 2 b2 2ab 2b
2 2 3
2. Using properties of determinants, prove that : 2ab 1 a b 2a 1 a 2 b2
2b 2a 1 a 2 b2

a2 1 ab ac
2
3. Using properties of determinants, prove that : ab b 1 bc 1 a2 b2 c2
ca cb c2 1

3 2 3
4. .Express A = 4 5 3 as the sum of a symmetric and a skew-symmetric matrix.
2 4 5

1 4 1 2n 4n
5. Let A = , prove by mathematical induction that : A n .
1 3 n 1 2n

3 1
6. If A = , find x and y such that A2 + xI = yA. Hence find A 1 .
7 5

0 tan 1 0 cos sin


7. Let A= 2 and I . Prove that I A ( I A) .
tan 0
0 1 sin cos
2

8. Solve the following system of equations : x + 2y + z = 7, x + 3z = 11, 2x – 3y = 1.

4 4 4 1 1 1
9. Find the product AB, where A = 7 1 3 and B 1 2 2 and use it to solve
5 3 1 2 1 3

the equations x – y + z = 4, x – 2y – 2z = 9, 2x + y + 3z = 1.

2 1 3 2 1 2
10. Find the matrix P satisfying the matrix equation P .
3 2 5 3 2 1

26

You might also like