26-Matrices and Determinants - 01-Theory
26-Matrices and Determinants - 01-Theory
DEFINITION OF MATRIX
A system of m × n numbers arranged in the form of an ordered set of m rows and n columns is
called an m × n matrix. It can be read as m by n matrix. It is represents as A = [aij]m × n and can be
2 1 0
1 1 3
e.g., is a 3by 3 matrix.
6 5 1
2 3 4 5
e.g. 8 9 7 2 is a horizontal matrix.
2 2 3 4
(ii) Row Matrix: A matrix which has only one row and n columns is called a row
matrix of length n
e.g., [2 –1 3 0]1×4 is a row matrix of length 4.
(iii) Vertical Matrix : Any matrix in which the number of rows is more than the number
of columns is called column matrix.
2 3
4 5
e.g. 6 7 is a column matrix.
8 9
1
3
e.g. x is a column matrix of length 4.
2
1
(v) Null or Zero Matrix : The matrix whose all elements are zero is called null matrix or zero
matrix. It is usually denoted by O.
0 0 0
e.g. O 33 0 0 0
0 0 0
(vi) Square Matrix: A matrix for which the number of rows is equal to the number of
columns (each equal to n) is called a square matrix of order n.
1 0 2 3
2 1 4 5
e.g. A = is a square matrix of order 4.
3 2 4 1
1 0 0 2
(vii) Diagonal Matrix: A square matrix of any order with zero elements every where,
except on the main diagonal, is called a diagonal matrix.
3 0 0
0 5 0
e.g. is a diagonal matrix of order 3.
0 0 1
(viii) Scalar matrix : A matrix whose diagonal elements are all equal and other entries
k 0 0
are zero, is called a scalar matrix e.g. A 0 k 0
0 0 k
(ix) Identity or Unit Matrix : A square matrix in which all the elements along the
main diagonal (elements of the from aii) are unity is called
an identity matrix or a unit matrix. An identity matrix of
order n is denoted by In.
1 0 0
e.g. I3 = 0 1 0
0 0 1
(x) Triangular Matrix: A square matrix whose elements above the main diagonal or below
the main diagonal are all zero is called a triangular matrix.
(xi) Sub Matrix : A matrix obtained by omitting some rows or some columns or
both of a given matrix A is called a sub matrix of A.
2 0 4
2 0
e.g., If A 5 6 8 , then is a submatrix ofA which
5 6
3 2 29
is obtained by omitting third row and third column of A.
4. ADDITION OF MATRICES
If A and B are two matrices of the same order m × n, then their sum is defined to be the matrix of
order m × n obtained by adding the corresponding elements of A and B.
1 2 2 1 2 1
2 1 2 1 1 2
is a null matrix.
2 1 1 2 2 1
Solution:
1 2 2 1 2 1
2 1 2 1 1 2
2 1 1 2 2 1
1 2 1 2 1 2 0 0 0
1 2 1 2 1 2 0 0 0
, which is a null matrix.
1 2 1 2 1 2 0 0 0
DRILL EXERCISE - 1
x y z 1 4
2. If . Find x, y, z, w..
2x y w 0 5
1 4 1 3 2 6
3. If A = and B = 2 0 7 , find A + B and A – B.
2 6 5
1 1 1
4. For A = , show that A B is a diagonal matrix for any value of if B = 2 5 .
2 3
2 3 2 1
5 2 5 2
5. If A = , B= and A + B – 2D = 0, then find the D.
8 9 8 9
A and B. We have
a11 a12 ... a 1n b11 b12 ... b1p c11 c12 ... c1p
a b c ... c 2p
a 22 ... a 2n 21 b 22 ... b 2p c 22
12
21
... ... ... ... ... ... ... ... ... ... ... ... ,
a m1 am2 ... a mn mn b n1 bn2 ... b np
n p c m1 cm 2 ... c mp
m p
0 1 1 0 0 0
e.g., If A = and B then AB , while neither A nor B is a
0 0 0 0 0 0
null matrix.
(vi) In the case of matrix multiplication of AB = 0, then it doesn’t necessarily imply that A = 0
or B = 0 or BA = 0.
Illustration 2:
Show that product of two upper (lower) triangular matrices is an upper (lower) triangular matrix.
Solution:
Let A = [aij]m× n and B = [bjk]n×p be two upper triangular matrices.
we know that aij = 0, when i > j and bjk = 0 when j > k.
n
For i > k, cik = ai1 b1k + ai2 b2k + . . . + aik bkk + aik + 1 bk + 1k + . . . + bnk = 0.
Hence AB is an upper triangular matrix.
DRILL EXERCISE - 2
is the zero matrix, when and differ by an odd multiple of .
2
L
1 3
M O
L
2 1
P
M O
2. Find x such that [1 x 1] M
0 5 1P
M1P
P
0.
M
N
0 3 2P
M
Q
NxP
Q
1 1
3. For A =
2 3 , show that A2 4A + 5I2 = 0.
4. If ‘A’ is a diagonal matrix then prove that AB = BA is possible only when B is a diagonal matrix.
L0 1 0O L
0 0
M
0O
M P
, FM 0P
P
5.
M
If E 0 0 1P 1 0 2
calculate the matrices EF and FE, and show that E F + FE 2
M
N0 0 Q M
0P N
0 1 0P
Q
= E.
7. TRACE OF A MATRIX
Let A be a square matrix of order n. The sum of the diagonal elements of A is called the trace of A.
n
Trace (A) = a
i 1
ii a11 a 22 ... a nn .
8. TRANSPOSE OF A MATRIX
The matrix obtained from any given matrix A, by interchanging rows and columns, is called the
transpose of A and is denoted by A or AT .
1 2
1 4 7
e.g., If A 4 5 , then A
7 8 32 2 5 823
1. If a, b, and c are the roots of an equation of the form x 3 x 2 p 0 , prove that the matrix
a b c
A = c a b satisfy AAT = I .
b c a
L
cos x
M
1 0 0 O
P
Let A = M P. If trace A = - 1 , find x .
0 cos 2 x 1 0
2. M
M0 0 cos 3x 1 P
P 2
N1 0 0 cos 4 x Q
4. If A is 3 × 4 matrix and B is a matrix such that AB and BA are both defined, then find the
type of B.
8 1 4
1
5. If A = 4 4 7 , then prove that AAT = I.
9
1 8 4
9. SPECIAL MATRICES
Symmetric Matrix
A matrix which is unchanged by transposition is called a symmetric matrix. Such a matrix is necessarily
square
2 1 3
1 4 1
e.g.,
3 1 5
Thus if A = [aij]m × n is a symmetric matrix then m = n, aij = aji i.e., A A .
Skew Symmetric Matrix
A square matrix A = [aij] is said to be skew symmetric, if aij = – aji for all i and j
0 2 3 1
2 0 4 3
e.g.
3 4 0 1
1 3 1 0
Thus if A = [aij]m × n is a skew symmetric matrix, then m = n, aij = – aji i.e., A A .
Obviously diagonal elements of a square matrix are zero.
Note: Every square matrix can be uniquely expressed as the sum of symmetric and skew symmetric
1 1 1 1
(A A) (A A) , where (A A) and (A A) are symmetric and
matrix. i.e., A =
2 2 2 2
skew symmetric parts of A.
Illustration 3:
4 2 3
1 3 6
Express A as the sum of a symmetric and a skew symmetric matrix, where A = .
5 0 7
Solution: We have
4 2 3
1 3 6
A=
5 0 7
4 1 5
A 2 3 0
3 6 7
4 2 3 4 1 5
0
Then A A 1 3 6 + 2 3
5 0 7 3 6 7
8 3 8
3 6 6
= ................(i)
8 6 0
4 2 3 4 1 5
1 3 6 2 3 0
and A A –
5 0 7 3 6 7
0 1 2
= 1 0 6 ................(ii)
2 6 14
8 3 8 0 1 2
3 6 6 1 0 6
2A =
8 6 0 2 6 14
4 3 / 2 4 0 1/ 2 1
3 / 2 3 3 1 / 2 0 3
A=
4 3 0 1 3 7
Symmetric matrix Skew symmetric matrix
Orthogonal Matrix
A square matrix A is said to be orthogonal, if AA = AA I , where I is a unit matrix.
(ii) If A and B are orthogonal matrices then AB and BA are also orthogonal matrices.
Illustration 4:
l1 m1
n1
If A = l2 m 2 n 2 , where < l1, m1, n1 > , < l2 , m2, n2 > and < l3, m3, n3 > are the direction of
l3m 3 n 3
cosines of three mutually perpendicular straight lines, then prove that AA = I.
Solution:
Since < l1, m1, n1 > , < l2 , m2, n2 > and < l3, m3, n3 > are the direction cosines of three mutually
perpendicular straight lines
l12 m12 n12 1, l22 m 22 n 22 1and l32 n 32 m 32 1
and l1l2 + m1m2 + n1n2 = l2l3 + m2m3 + n2n3 = l3l1 + m3m1 + n3n1 = 0
l1 m1 n1 l1 l2 l3
A m1 m2 m3
We have A = l2 m2 n 2 .
l3 n1 n2 n 3
m3 n 3
1 0 0
0 1 0 I
0 0 1
Hence proved.
Idempotent Matrix: A square matrix A is called idempotent provided it satisfies the relation A2 = A.
2 2 4
e.g. The matrix A 1 3 4 is idempotent as
1 2 3
2 2 4 2 2 4 2 2 4
2
A 1 3 4 1 3 4 1 3 4
1 2 3 1 2 3 1 2 3
Involuntary Matrix
A matrix A such that A2 = I, is called involuntary matrix.
Illustration 5:
0 1
Show that the matrix A = satisfies A2 = –I. Hence or otherwise find the 16th power of the
1 0
1 1
matrix .
1 1
Solution:
0 1 0 1 1 0
A2 I
1 0 1 0 0 1
1 1 0 1 1 0
Let B = 1 1 1 0 0 1 = A + I
B2 = (A + I) (A + I) = A2 + 2A + I
Since A2 = –I, B2 = 2A
1 0 256 0
B16 = (B2)8 = (2A)8 = 28 (A2)4 = 28 (–I)4 = 28 0 1 0 256 .
Periodic Matrix
A square matrix A is called periodic, if Ak + 1 = A, where k is a positive integer. If k is the least
positive integer for which Ak + 1 = A, then k is said to be period of A. For k = 1, we get A2 = A and
we called it to be idempotent matrix.
Nilopotent Matrix
A square matrix A is called a nilpotent matrix, if there exists a positive integer m such that Am =O.
If m is the least positive integer such that Am = O, then m is called the index of the nilpotent
matrix A.
Illustration 6:
1 1 3
Show that the matrix 5 2 6 is a nilpotent matrix of index 3.
2 1 3
1 1 3 0 0 0
2
Solution: Let A 5 2 6 A 3 3 9
2 1 3 1 1 3
0 0 0 1 1 3 0 0 0
A A .A 3 3 9 5 2 6 0 0 0
3 2
DRILL EXERCISE - 4
1 3 4
4 is a nilpotent matrix, then find the index of given matrix.
1. The matrix 1 5
1 3 4
L
1 2 4 O
A= M
6 8 P
1 .
4. Find symmetric & skew symmetric parts of
M
N
3 5 7 P
Q
10. DETERMINANT
Equations a1x + b1y = 0 and a2x + b2y = 0 in x and y have a unique solution if and only if
a1 b1
a1b2 –a2b1 0. We write a1b2 – a2b1 as and call it a determinant of order 2.
a2 b2
Similarly the equations a1x + b1y + c1z = 0, a2x + b2y + c2z = 0 and a3x + b3y + c3z = 0 have a
unique solution if a1(b2 c3 – b3c2) + b1 (a3c2 – a2c3) + c1 (a2 b3 – a3 b2) 0
a1 b1 c1
i.e., a 2 b2 c2 0
a3 b3 c3
The number ai, bi, ci (i = 1, 2, 3) are called the elements of the determinant.
The determinant obtained by deleting the ith row and jth column is called the minor of the element
at the ith row and jth column. We shall denote it by Mij. The cofactor of this element is (–1)i+j Mij,
denoted by Cij.
Let A = [aij]3×3 be a matrix, then the corresponding determinant (denoted by det A or | A |) is
a11 a12 a13
a 21 a 22 a 23 .
a 31 a 32 a 33
It is easy to see that | A | = a11C11+ a12 C12 + a13C13 (we say that we have expanded the determinant
| A | along first row). Infect value of | A | can be obtained by expanding it along any row or along any
column. Further note that if elements of a row (column) are multiplied to the cofactors of other row
(column) and then added, then the result is zero : a11C 21 a12C 22 a13C 23 0 .
(ii) If all the elements of a row (or column) of a determinant are zero, then the value of the
determinant is zero.
0 b1 c1 a1 b1 c1
e.g., 0 b2 c 2 0, 0 0 0 0
0 b3 c3 a3 b3 c3
(iii) If any two rows (columns) of a determinant are identical, then the value of the determinant
is zero.
a1 a1 c1
a 2 a 2 c2 0
e.g.,
a 3 a 3 c3
(iv) The interchange of any two rows (columns) of a determinant results in change of it’s sign
a1 b1 c1 b1 a1 c1
i.e, a2 b2 c2 b2 a2 c2
a3 b3 c3 b3 a3 c3
(v) If all the elements of a row (column) of a determinant are multiplies by a non-zero constant,
then the determinant gets multiplied by that constant.
(vi) If each element of a row (column) of a determinant is a sum of two terms, then determinant
can be written as sum of two determinant in the following way:
a1 b1 c1 d1 a1 b1 c1 a1 b1 d1
a2 b2 c2 d 2 a 2 b2 c2 a 2 b2 d2
a3 b3 c3 d 3 a 3 b3 c3 a 3 b3 d3
n n n
(vii) The value of a determinant remains unaltered under a column operation of the form
R i R i R j R k ( j, k i).
a1 b1 c1 a1 b1 2a1 3c1 c1
e.g., a2 b2 c2 a 2 b 2 2a 2 3c 2 c 2 obtained after C2 C2 + 2C1 + 3C3.
a3 b3 c3 a 3 b3 2a 3 3c3 c3
a1 b1 c1 l1 l2 l3
a2 b2 c 2 m1 m 2 m3
a3 b3 c3 n1 n 2 n3
DRILL EXERCISE - 5
1. If a, b and c are positive and are the pth, qth and rth terms respectively of a G.P., then show without
log a p 1
expanding that log b q 1 0 .
log c r 1
cos( ) cos( ) cos( )
2. Prove that sin( ) sin( ) sin( ) is independent of .
sin( ) sin( ) sin( )
a 2 2 ab c ca b c b
2 2
3. Prove that ab c b bc a c a = 3 ( 2 a 2 b 2 c 2 ) 3 .
ac b bc a c 2 2 b a
3 13 2 5 5
4. Find the value of determinant 15 26 5 10 .
3 65 15 5
7 6 x
2 x 2
5. If one of the root of the equation is x = –9, then find the other two roots.
x 3 7
Let (x) l (x) m(x) n(x) , then lim (x) lim l(x) lim m(x) lim n(x) ,
x a xa x a xa
u(x) v(x) w(x) lim u(x) lim v(x) lim w(x)
xa x a x a
f (x)dx
a
g(x)dx
a
h(x) dx
a
b
then (x) dx
a
a b c
l m n
Note that if more than one row (column) of (x) are variable, then in order to find (x) dx first
a
we evaluate the determinant (x) by using the properties of determinants and then we integrate it.
DRILL EXERCISE - 6
c h
cos x x 2 sin( x x 2 ) cos( x x 2 )
2
1. If f(x) = sin( x x ) cos( x x 2 ) sin( x x 2 ) then find f (0) .
sin(2 x) 0 sin(2 x 2 )
cos x x 1
2 sin x x 2
2x f ' ( 0)
2. Let f(x) = , then find lim .
x 0 x
tan x x 1
x a x2 1 1
2
3. If a, b, c are in A.P. and f(x) = x b 2x 1 1 then f(x) is
x c 3x 2 2 1
2
u v 0
u 3 d y
5. If y , where u and v are functions of x, show that v u v v .
v dx 2
u v 2v
0 b c
b 0 a 0
A determinant of a skew symmetric matrix of odd order is zero. e.g.,
c a 0
(iii) Circulant Determinant
A determinant is called circulant if its rows (columns) are cyclic shifts of the first row (columns).
a b c
b c a
e.g., . It can be show that its value is – (a3 + b3 + c3 – 3abc) .
c a b
1 1 1
(iv) a b c (a b) (b c) (c a)
a2 b2 c2
1 1 1
a b c (a b) (b c) (c a) (a b c)
(v)
a3 b3 c3
1 1 1
2 2
a b c2
(iv) = (a – b) (b – c) (c – a) (ab + bc + ca)
a3 b3 c3
Illustration 7:
If A, B and C are the angles of a triangle and
1 1 1
1 sin A 1 sin B 1 sin C 0 , prove that the ABC is isosceles.
sin A sin A sin B sin B sin C sin 2 C
2 2
Solution :
1 1 1
Let 1 sin A 1 sin B 1 sin C
sin A sin 2 A sin B sin 2 B sin C sin 2 C
Applying C 2 C 2 C1 and C3 C3 C1 , we get
1 0 0
1 sin A sin B sin A sin C sin A
2
sin A sin A (sin B sin A) (sin B sin A 1) (sin C sin A) (sin C sin A 1)
Expanding along R1
1 2 2
If A = 2 1 2 , then show that A2 – 4A – 5I = 0, where I and 0 are the unit matrix and the null
2 2 1
1 2 2 1 2 2 1 2 2 9 8 8
Given A = 2 1 2 A = 2 1 2 2 1 2 = 8 9 8
2
2 2 1 2 2 1 2 2 1 8 8 9
9 8 8 1 2 2 1 0 0
2
A 4A 5I 8 9 8 4 2 1 2 5 0 1 0
8 8 9 2 2 1 0 0 1
9 8 8 4 8 8 5 0 0 0 0 0
8 9 8 8 4 8 0 5 0 0 0 0
=
8 8 9 8 8 4 0 0 5 0 0 0
A2 – 4A – 5I = 0
or 5I = A2 – 4A
on multiplying by A–1 , we get
3 2 2
1 2 2 4 0 0
2 3 2
5A–1 = A – 4I 2 1 2 0 4 0
2 2 1 0 0 4 2 2 3
3 2 2 3/ 5 2 / 5 2 / 5
1
A 1 2 3 2 2 / 5 3/ 5 2 / 5 .
5
2 2 3 2 / 5 2 / 5 3/ 5
DRILL EXERCISE - 7
2
1. Prove that Adj (Adj (A)) = |A| n–2 A. Deduce that |Adj (Adj (A))| = | A |( n 1) .
1 2
2. If A = 3 4 , show that A satisfies the equation A2 – 5A – 2I = 0. Using this result determine A5.
a b (a b)
4. Find the condition for the matrix b c (b c) to be non invertible.
2 1 0
5. If a matrices A satisfies a relation A2 + A – I = 0, prove that A–1 exists and A–1 = I + A, I being
identity matrix.
a1 b1 c1 x d1
Let A a 2 c 2 , X y , B d 2 ,
b2
a 3 b3 c3 z d 3
a1 b1 c1 d1 b1 c1
Let | A | = a 2 b2 c2 , x d 2 b2 c 2 , obtained on replacing first column of by B.
a3 b3 c3 d3 b3 c3
a1 d1 c1 a1 b1 d1
Similarly let y a 2 d2 c 2 and z a 2 b2 d2 .
a3 d3 c3 a3 b3 d3
Case II
If 0, then two sub cases arise:
(a) at least one of x , y and z is non-zero, say x 0. Now in x. x , L.H.S. is zero
and R.H.S. is not equal to zero. Thus we have no value of x satisfying x. x . Hence
given system of equations has no solution.
(b) x y z 0. In the case the given equations are dependent. Delete one or two
equation from the given system (as the case may be) to obtain independent equation(s).
The remaining equation(s) may have no solution or infinitely many solution(s).
For example in x + y + z = 3, 2x + 2y + 2z = 9, 3x + 3y + 3z = 12, x y z 0
and hence equations are dependent (infact third equation is the sum of first two equations).
Now after deleting the third equation we obtain independent equations x + y + z = 3,
2x + 2y + 2z = 9, which obviously have no solution (infact these are parallel planes) where
as in x + y + z = 3, 2x – y + 3z = 4, 3x + 4z = 7, x = y z 0 and hence
equations are dependent (infact third equation is the sum of first two equations). Now after
deleting any equation (say third) we obtain independent equations x + y + z = 3,
2x – y + 3z = 4, which have infinitely many solutions (infact these are non parallel planes)
7 4 2
For let z = R, then x and y . Hence we get infinitely many solutions.
3 3
14.2 Matrix Method of Solution
(a) 0, then A–1 exists and hence AX = B A–1 (AX) = A–1 B x = A–1 B and therefore
unique values of x, y and z are obtained.
(b) : We have AX = B ((adj A)A)X = (adj A)B X = (adj A)B.
If = 0, then X = 03 × 1, zero matrix of order 3 × 1. Now if (adj A)B = 0, then the system
AX = B has infinitely many solution, else no solution.
Note : A system of equation is called consistent if it has a least one solution. If the system has no solution,
then it is called inconsistent.
Illustration 9:
Solve the system of equations, x + 2y + 3z = 1 ; 2x + 3y + 2z = 2 ; 3x + 3y + 4z = 1
with the help of matrix inversion.
Solution :
The given system of equations in the matrix form can be written as
1 2 3 x 1
2 3 2 y 2
AX = B
3 3 4 z 1
1 2 3 x 1
where A 2 3 2 , X y and B 2 .
3 3 4 z 1
3 2 1 2
Here C11 6 ; C 23 3
3 4 3 3
2 2 2 3
C12 2 ; C31 5
3 4 3 2
2 3 1 3
C13 3 ; C32 4
3 3 2 2
2 3 1 2
C 21 1 ; C33 1
3 4 2 3
1 3
C 22 5
3 4
6 2 3 6 1 5
C 1 5 3 Adj A = C 2 5 4
5 4 1 3 3 1
6 1 5 6 / 7 1/ 7 5 / 7
AdjA 1
A 1 2 5 4 2 / 7 5 / 7 4 / 7
|A| 7
3 3 1 3/ 7 3/ 7 1/ 7
6 / 7 1/ 7 5 / 7 1
A B 2 / 7 5 / 7 4 / 7
1 2
3/ 7 3 / 7 1/ 7 1
x 3 / 7
y 8 / 7
( A–1 B = X )
z 2 / 7
DRILL EXERCISE - 8
(i) x + y + z = 6, x + 2y + 3z = 14, x + 4y + 7z = 30
(ii) x + y + z = 6, x – y + z = 2, 2x + y – z = 1
(iii) x + y + z = 3, x + 2y + 3z = 4, 2x + 3y + 4z = 8.
2. If x = cy + bz, y = az + cx, z = bx + ay where x, y, z are not all zeros, prove by using consistency
of equations that a2 + b2 + c2 + 2 abc = 1.
(i) 5x + 2y = 4; 7x + 3y = 5
3
(ii) 2x + y + z = 1 ;x – 2y – z = ; 3y – 5z = 9
2
(ii) x – y + 2z = 7; 3x + 4y – 5z = –5; 2x – y + 3z = 12
Illustration 10:
Solve : 2x + 3ky + (3k + 4) z = 0
x + (k + 4) y + (4k + 2) z = 0
x + 2(k + 1)y + (3k + 4) z = 0.
2 3k 3k 4 x
1 k 4 4k 2
Solution : The given system of equations is AX = 0, where A = and X = y .
1 2k 2 3k 4 z
Now | A | = 0 k = 2
Hence if k 2, then | A | 0 the given system has only trivial solution
i.e., x = y = z = 0.
However if k = – 2 or 2, then | A | = 0 and we consider the cases separately
Case I k = 2,
the given equations become
2x + 6y + 10z = 0 x + 3y + 5z = 0 . . . (i)
x + 6y + 10z = 0 . . . (ii)
x + 6y + 10z = 0 . . . (iii)
Hence independent equation are (i) and (ii). Solving we get,
3
x = 0, 3y + 5z = 0 x = 0, y = , z = , R .
5
Case II k = – 2
The given equations becomes
2x – 6y – 2z = 0 x – 3y – z = 0 . . . (iv)
x + 2y – 6z = 0 . . . (v)
x – 2y – 2z = 0 . . . (vi)
4 1
We observe that (iv) + (v) = (vi). Thus equations are dependent. Consider independent
5 5
equations x – 3y – z = 0 and x – 2y – 2z = 0. Let z = R, then x – 3y = and x – 2y = 2
y = , x = 4 . Hence x = 4 , y = and z = , R.
DRILL EXERCISE - 9
1 1 1
2 1 3
1. If A = , Find A–1. Using A–1, solve the following system of linear equation.
1 1 1
x + 2y + z = 4 ; –x + y + z = 0 ; x – 3y + z = 2.
5 1 3 1 1 2
7 1 5 3 2 1
A= and B = and use it to solve the following system of linear
1 1 1 2 1 3
equations.
x + y + 2z = 1 ; 3x + 2y + z = 7; 2x + y + 3z = 2
2 2
4 2 7 2 6 5 5 2
3. 4 6 2 and 0 6 12 5.
8 8
Drill Exercise -3
2 k
2. x= , k I , k 9 n , n I 4. 3 × 4, 3 × 3
9
Drill Exercise -4
L
M
1 1 1 O
3P
x , y , z
1. 2
N 2
3. (i)
6 Q
L
1
M
4
4
8
7 / 2O L 0 2
3 P & M2 0
1 / 2O
2P
4.
M
N
7/2 3 7 P QNM
1 / 2 2 0 P
Q
Drill Exercise -5
4. 15 2 25 3 5. 2, 7
Drill Exercise -6
1. 2 2. –2 3. 0
Drill Exercise -7
1069 1558 1
2. 2337 3046 4. =
2
Drill Exercise -8
1. (i) x = k – 2, y = 8 – k, z = k, k R. (ii) x =1, y = 2, z = 3
(iii) no solution
1 3
3. (i) x = 2, y = –3 (ii) x = 1, y = ,z=–
2 2
4. (i) x = 1, y = 2, z = –1 (ii) x = 2, y = 1, z = 3
5. (i) 3, 10 (ii) 3, R (iii) 3, 10
Drill Exercise -9
9 2 7
1. x= , y= ,z = 3. x= y= z= 0
5 5 5
4. x = 2, y = 1, z = –1