Highlighted Maths Unit 4
Highlighted Maths Unit 4
Highlighted Maths Unit 4
5
Matrices
5.1. Introduction
Matrices provide a means of storing large quantities of information in such a way that
each piece can be identified and manipulated, if necessary. A large systems of
linear equations can be expressed in matrix form which can be analysed and solved by
computer. The co-ordinate transfor- mations like translation, rotation, and magnification using
matrix algebra can be used in analysing the movement of robots. It is, therefore, necessary for the
computer engineers to learn the matrix algebra in order to apply them in many areas. It is with this
aim, that the present chapter is written. 5.2 Notation and Definition
A set of mn numbers, real or complex, arranged in a rectangular array of m rows and n
col- umns like
i1
912
ain
a21
a22
a2n
*****
aml am2
.....
ати
is called a matrix of order m × n (read as m by n). The numbers a11, 412, mxn matrix
are called elements or constituents.
mx
Here a¡j
a constituting
amn
An mxn matrix is shortly denoted by [a¡¡]m x n or (a1)m x n° ith row and jth
column. A matrix is usually denoted by capital letters A, B, C,............. Thus an mxn matrix may be
expressed as
i = 1, 2,.........., m
A = [ay]mxn
j = 1, 2,............,n
A matrix in which the number of rows is equal to the number of columns, say n, is
called a square matrix of order n. The elements a,, (i =j) of a square matrix A are called diagonal elements
and their sum as trace of A denoted by tr. A =
|=|
a,.
147
148
DISCRETE
MATHEMATICS
A matrix having only one row is called a row matrix (or a row vector). [2, 4, 6] is a 1 × matrix
and [411, 912 ........] is a 1 x n row matrix.
A matrix having only one column is called a column matrix (or column vector). 4
3
ΤΟΥ
IS a
6
a12
a21
3 x 1 column matrix and
is an n 1 column matrix.
anl
A matrix of any order (rectangular or square) whose all elements are zero is called a null
matrix (or a zero matrix) and is denoted by O. For example,
[00] and
[0
8]
00
000
0
are null ma
A square matrix whose elements except those in the leading diagonal are zero is called a di- agonal matrix i.e., a =
0 for all i #j. For example,
ij
100
[2 07
05
g]
and 0 3 0
005
are diagonal matrices of orders 2 and 3 respectively.
Scalar Matrix
A square matrix A = [aj]m is called a scalar matrix if (i) a¡¡ = 0 for all i ‡ j and
(ii) a1 = C
хи
respectively.
300
20
02
and 0 3 0
00 3
are scalar matrices of order 2 and 3
=
n
ij
1 for all i. The identity matrix of order n is denoted by I. For example. I2
100
I3 0 10
are unit matrices of order 2 and 3 respectively.
10
=
and
01
001
Upper and Lower Triangular Matrix
i.e.
If A=
1
3
0
05-3 and B =
00 4
Matrices can be added, subtracted, and multiplied. They also possess many of the
algebraic properties of numbers. Matrix arithmetic is the study of these properties.
Addition of Matrices
203
3]
A=
-
4 16
then A+B
=
20
3 -4
and B =
13
-4 -5
2+1 0+2
c¡¡ ij ij
3+0] [3 2 3
-4+3 1-4 6-5
(i) Commutativity: For any two matrices A and B of the same order,
=
A+ B B+ A
(ii) Associativity: If A, B and C are three matrices of the same order, then
(A + B) + C = A + (B+C)
(iii) Existence of additive Identity: The null matrix is the identity element for matrix addition
A+0=A= 0 + A
mx n
(iv) Existence of additive inverse: For every matrix A = [a]m there exists a matrix
-A=[-am such that
Subtraction of Matrices
A+ (-A) = 0 = (-A) + A
For two matrices A and B of the same order, the difference A - B is defined to be the
sum A+(-B) of the two matrices A and (B) where (B) is the matrix obtained by multiplying every
element of B by - 1. Thus
A-B A+ (- B) then
ij
A-B = [Cmx where cab for all i and j. For example, if
4 0 3700
n
ij
2 5-37
A:
=
and B =
then
1 67
-5 0 2
2-4 5-0-3-3
-2 5 -6
A-B=
=
1-(-5) 6-0
7-2
66
5
Thus, kA = [k a¡¡]m × n
For example, if
453
A=
and k = 2, then
24 6
4 53
8 10 6
kA
=
2
=
246 4 8 12
DISCRETE MATHEMATICS
n
If A = [a¡¡]m × ‚ B = [bij]mx n, are two matrices and k, I are
scalar, then the scalar multiplication has the following properties:
(i) k (A + B) = kA + kB
(ii) (k+1) A = kA + lA
(iii) (kl) A = k (IA) = 1 (kA)
(v) IA = A
(iv) (−k) A = - (kA) = k (− A) (vi) (-1) A = - A
Multiplication of Matrices
Two matrices A and B are conformable for multiplication if and only if the number of
columns in A is equal to the number of rows in B. The product of the two matrices denoted by AB is
then defined as the matrix whose elements in the ith row and jth column is the algebraic sum of the
products of the elements in the ith row of A by the corresponding elements in the jth column of B. If A
is of order m×n and B is of order n × p, then the product AB is of order m × p.
Thus, if A = [a¡¡]m × „ and B = [bij]n × p3
n
then
AB =
[ij]m × p where
=
Сij
Σaik bkj
k=1
For example,
10
123
1x1+2×2+3x3
x21
=
012
0x1+1x2+2x3
3 2
1x0+2x1+3x2]
14 8
=
0x0+1x1+2×2
85
A (B+C) = A B+AC
holds good for the matrices A, B and C, provided that they are
conformable for the product
and the sum.
For example, if
A=
B
4 4
1x1+1x(-1)
then AB:
1x(-1)+1×1
4x1+4x(-1) 4×(-1)+4×1
Here AB is a null matrix but A and B are not null
matrices.
=
0
MATRICES
161
Solved Examples
A = IA = AI
Solution. Given
x
2
+3
[ ][ ]-·[ ]
2
2x 2z
=3
3
9 15
2]+[3-3]-[2
2y 2t 06
2x+3 2z-3
=
12 18
9 15
=
2y+0 21+6 12 18
2x+3=9
x= 3
2z-3=15
z=9
2y=12 y=6
21+6=18
t=6
1 -2
37
102
Example 2. If A =
=
2
3
-1 and B =
012
"
Solution.
1 -2 3
10 2
AB =
2
3 -1
012
-3
1
2
1
20
=
1(1)-2(0)+3(1)
2(1)+3(0) -1(1)
1(0)-2(1)+3(2) 1(2)-2(2)+3(0)
2(0)+3(1)-1(2) 2(2)+3(2)-1(0)
-3(1)+1(0)+2(1) -3(0)+1(1)+2(2) -3(2)+1(2)+2(0)
4 4 -2
1 1 10
5
1
102
1 -2 3
and
BA
012 2 3 -1
120
-3 1 2
152
DISCRETE MATHEMATICS
1(1)+0(2)+2(-3) 1(-2)+0(3)+2(1)
1(3)+0(−1)+2(2)] |0(1)+1(2)+2(-3)
0(-2)+1(3)+2(1) 0(3)+1(−1)+2(2)| 1(1)+2(2)+0(−3)
1(−2)+2(3)+0(1) 1(3)+2(-1)+0(2)
-5 0 7
-
54 1
25 2
X
}
25
Example 3. If A =
3 1
Solution. A2 = A× A =
23
[3 ;] ×
1
[3 ;] -
=
3A 3x
[3
25
[2x2+5x3 2x5+5×1
3x2+1x3 3x5+1x1
15
19
] = [ 15 ]
13x
9 16
13 07
19 15 6 15
0
=
ဒ
1
0 13
13 0
Now,
A2-3A-131 =
9
93
0 13
19-6-13 15-15-0
=
9-9-0 16-3-13]=[0]
=
[29
00
70
and A-B =
[3]
5
Example 4. Find A and B if A + B =
Solution. Given
A+B =
[129]
7 0
[3 0
and
A-B = =
03
7 0
30
Adding (1) and (2)
2A =
25
03
10 0
28
110
5
A=
=
2
28
0
Subtracting (2) from (1), we get
2B
B
70
4
[ ]-69-6239-69
2 5 03
14 0
2
49-69
22 2
7-3 0-0
2-05-3
2
0
1
Solution.
Given
f(x) = x2 - 5x + 6
-
+
... (1)
(2)
MATRICES
So,
f(A) = A2-5A + 61
2
0
2
0
1
Now, A2 =
2
1
3
2
1
3
1
-1
01
-1
0
[2x2+0x2+1x1
2x0+0x1+1x (−1)
2x1+0x3+1x0
2x2+1x2+3x1
2x0+1x1+3x(-1)
2x1+1x3+3x0
1x 2 + (−1)×2+0×1 1×0+(-1)×1+0×(−1)
1×1+(−1)× 3 + 0 × 0_
5 -1
=
9 -2
5
.. f(A):
=
0 -1
5 -1
9-2
0
1
2
2
0 1 [1 0 0
5-52
-1 2
-
-
5 -1 2 10
=
9 -2
0
5-10
1
1 3+6010
5 15+060
-
-1 0
001
0
5
600
0 006
2-5+0
1
-
5-15+0=
-1
-2-0+6
-5
-1 -2] 5 -5
5-10+6 -1-0+0
=9-10+0 -2-5+6
0-5+01+5-0
A
12
· - ['} _2] · 3 -
[2
=
B
=
Solution.
1
-
-1-10
4 4
B+C =
A (B+ C)
=
0
3
[2]+[
1
3
3
] · © - [(' ')
]-[ ]
212
2 4
24
Again
and
=
AB =
1x1+2×2 1x2+2×4
10
3
1
69
2
2 3
1x1+2×3
[1×0+2×2
- [ix
AC =
[3x0+(-1)x2 3x1+(-1)x3]
3
-
[1x1+2×0 1x1+2×1
1
(3x1+(-1)x0 3x1 +
(-1)x1]-[32]
153
154
AB+ AC
=
· [27+63
-
4+1
7+3
[−2+ 3 0 + 2) =
[510]
= A (B+C).
0+2
2
DISCRETE MATHEMATICS
if A =
01
34
—
27
then A' =
=
4
6
16 7
-
2
7
Properties of Transpose
Let A and B be two matrices, then
(i) (A')' = A
(ii) (A + B)'= A' + B', A and B being of the same order.
(iii) (kA)' = kA', k be any scalar (real or complex).
(iv) (AB)'= B'A', A and B being conformable for the product AB. Symmetric and
Skew symmetric Matrix
A square matrix A is said to be symmetric if its transpose coincides with itself, i.e., A' = A. In other
words, a square matrix A = [a] is said to be symmetric if a = a,, for all integral
aji values of
i and j, e.g., if
Га
A= h
h g bf then A' = h
a h g hb f
g f f c
gfc
i.e., A' = A and hence A is the symmetric matrix.
Again, a square matrix A such that A' - A is said to be skew-symmetric. In other words, a
square matrix A is skew-symmetric if a=-a, for all integral values of i and j. It follows that 4 =-a,
for i=j, so that 2 a = 0, i.e., a = 0 which shows that all the diagonal elements of a skew- symmetric
matrix are zero.
The matrix A =
-
b
ii
ab
ii
C0
— (A + A') + (A - A)
A = P+Q
Now,
P' --
{(A+A)}
1
= //
2
-
112
{A' + (A')'}
{A' + A}
{A + A'}
=P
Also
Q'
=
{글(A-A)}'
{A' – (A')'}
-
-
{A' - A}
{A-A'}
-Q
155
((A')'=A)
=
4
4 05
5
0
Solution. We have:
A
=
[
3
4
-
-1 2
05
,
AB
verify that (AB)'= B' A', where A' and
3
4
5
0
1
2
3-12
==
3
4
4 05
5
0
3-3+10
6+4+0
4 10
-4+0+25 8-0+0
21
8
... (1)
and
4 21
(AB)'
=
10
8
156
34
Now
A' =
-1 0
9
B'
=
1
2
3 57
-4 0
-
DISCRETE MATHEMATICS
2
5
3 4
-1
35
Also
B'A' =
-1 0
2
-
4 0
25
-3-3+10 -4+0+25
=
-
6+4+0 8-0+0
25 ] = [
4 21
10 8
.. (2)
From (1) and (2), (AB)'= B'A', which verifies the result.
Example 9. Express the following matrix as a sum of a symmetric and skew-symmetric
matrix.
1 71
2 3 4
50 5
A' :
=
-1 2 5
730
145
1/2
1/2
(A + A'). Therefore,
17 1
2 3 4+
505
125
730
14 5
296
96
-
1 9/2 3
*
49/2 3
6410
3 2
12
-
-1 7 17
0
234-
505
2
125
730
14 5
5
4
0 -5/2
2
1 7 17
234
505
2
-
-5
4=
5/2
0
2
4
4 0
2
-
-2
0
1
9/2 3
0
512
-
2
=
9/2
3
2+-5/2
0
2
3
2
5
2
-2
0
158
5.7. Determinants
The symbol
a b a, b,
DISCRETE MATHEMATICS
a
bc
Similarly, the symbol a2 b2 C2 consisting of three rows and three columns is
called a
аз az bz cz
C3
determinant of order three or a determinant of third order.
The determinant of a square matrix A is the determinant which has got its elements of all
the elements of the matrix A in the same places. Let A =
a
b
be a square matrix of order 2.
a2
The minor of a1 = b2, the minor of a2 = b,, the minor of b1 = a, and the minor of b2
= a1.
Thus, in the determinant D
abc
=
a, b, c,
b2
the minor of
a
=
b3
C2
C3
az b2
az bz cz
43
55
=
аzcz - сzaz
the minor of c
=
=
-
az bz
In a similar manner, we can find the minor of each of the remaining elements.
B1
C1
= the cofactor of b1 = (-1) +2 (minor of b1) = − (minor of b1)
= the cofactor of c1 = (-1) + 3 (minor of c,) = minor of c
In a similar manner, we can find the cofactor of each of the remaining
elements.
Method of Evaluating a
Determinant
159
= a1b2-a2b1
a, b,
3. Determinant of order 3
The value of a determinant is the sum of the product of elements of a row (or column)
with their corresponding cofactors. Thus, expanding D in terms of the first row.
abc
D= a2 b2 az bz аз вз
c2
=
b2 C2
= a1
bz
C3
이어
a2 c2
a2 b2
+ G1
5
az cz
аз вз
=
-
-
-
-
(a) 1 5 1
371
0 1 -1
(b) 20
5
24
6
Solution. Minors and cofactors of the elements of 2nd row of determinant given in (a) are
2.0
Minor of 1 =
= 2, coffactor of 1 = (-1)2+1 (minor of 1) = -2
7
1
10
Minor of 5 =
= 1, cofactor of 5 = (-1)2+2 (minor of 5) 1
=
3 1
12
Minor of 1=
3 7
引
= 1, cofactor of 1 = (- 1)2 + 3 (minor of 1)=-1
Minors and cofactors of each element of 3rd column of determinant given in (b) are
2 4
20
Minor of -1=
0
Minor of 5 =
24
-
0
Minor of 6 =
20
DISCRETE
MATHEMATICS
Solution.
(ii)
1 z -y
--
1
x
y Z1
N
(i) Let
D1
=
1 23
234
3 45
D. = 1×|2 3|-2×|3
3|+3×|3 2|
=
4 5
5
4
(3 × 5-4 × 4) - 2 (2 × 53 × 4) + 3 (2 × 43 × 3)
-
1+4-3=0
(ii) Let
D2
=
1
Z
-
Z
1x
1
-
yχ
Properties
D2
=
1x
=
-
x1
(1 − x (− x)) − z
= (1 + x2) − z (− z
-
= 1 + x2 + z2 + xyz
= 1 + x2 + y2 + z2
-
Z x
Z
1
y 1
"
y
r
1. If the rows and columns of a determinant are interchanged, the value of the
determinant
remains unchanged.
a a2
02 a3
ab
For example,
a, b,
c,
=
b1 b2 bz
az bz
cz
C1 C2 C3
2. The interchange of any two rows (or columns) changes the sign of a
determinant without
altering its absolute value.
a b c1
a
b
c
For example,
az bz cz
a, b, c,
C2
az bz cz
az bz cz
3. If two rows (or two columns) in a determinant are identical, the value is equal to zero.
MATRICES
a1 b1 c1
i.e.,
a b c1
=
0
a2 b2 c2
161,
4. If the elements of a row (or column) of a determinant are multiplied by a scalar, then the value
of the new determinant is equal to same scalar times the value of the original deter- minant.
a
bc
ka1
kb1
kc1
i.e., if D=
a2 b2 c2; D' =
a2
b2
C2 then D' kD.
=
аз az bz cz
аз вз
C3
5. If each element of any row (or column) of a determinant is the sum of two or more num- bers, then the
determinant is expressible as the sum of two or more determinants of the same order.
a1 + x1 b1 c1
D= a2+x2 b2 c2
az + xz bz cz
=
a b c x1 by c1
x1
a2 b2 c2+ x2 b2 c2
c2
az bz cz X3
xz bz cz
6. If each element of a row (or column) of a determinant be added the equi-multiplies of the corresponding
elements of one or more rows (or columns), then the value of the determi- nant is not changed.
abc
a1 + pb1 + qc1 b1 c
i.e., if Da2 b2 c2
and D'a2+pb2 + qc2 b2 c2
a, b, c,
a3 + pbz + qc3 bz cz
where D' be the determinant obtained from D by adding p times the elements of the second column and
q times the elements of the third column to the corresponding elements of the first column. Then
Solved Examples
D' = D
(17 34
945
0 333 444
1 374 1893
(ii)-330 0 666
(iii) 1 372 1892
-444-660
0
1 371 1891
D= 7 3 4
=0
945
223
334
44 5
applying C,→C, -C3
DISCRETE
MATHEMATICS
0
333
444
(ii) Let
D:
-333
0 666
-444
666 0
0
-333 - 444
333
0
-666
Changing rows into columns
444 666
0
0
333
444
=(-1)3-333
444-666
0 666
Taking out (-1) common from each row.
0
=-
D= 0
-D
1 374 1893
(iii) Let
D=
1 372 1892
1 371 1891
143
122
111
1 4 3
0-2 -1
0-3-2
Applying C2 →C2 - 370 C1 and
C3 → C3-1890 C1
-
-
Applying R2 → R2 - R, and R ̧ → R2 − R1
0.
B Y
= (α-B) (B - y) (ya)
βγ για αβ
Solution. The given determinant
1 1 1
αBY
βγ για αβ
0
0
1
α-γ β(γ-α)
B-Y
Y
and
α(γ-β) αβ
Applying C→ C1 − C3 C2
→C2-Cj
0
0
= (α − y) (B − y) · 1 ·
1
1
-B
α
= (ay) (By) (a + B)
=1
35
21
is a non-singular matrix since
=7#0
35
whereas
23
46
23
is a singular matrix since
=
= 0.
4 6
Adjoint of a Matrix
If A = [a] be a square matrix of order n and A,, represents the cofactor of the element
a, in the determinant | A |, then the transpose of [A] is called the adjoint of A and is denoted by adj A.
Thus, if A =
a11 912
421 422
......
ain
a2n
anl
All A12
A21 A22
an2
*****
in A is
An An2
then the matrix formed by the cofactors of the elements
,
....
..... ann
A11 A21
Anl
Ain A2n
A12 A22
An2
The transpose of this matrix is adj A =
An A2n
Ann
Ann
Note: If A and B are nonsingular matrices of the same
order, then
=
an
921 422
a2n
A1 A12 A21 A22
......
An2
A (adj A)=
ani an2
ann An A2,
Ann
The element in the ith row and the jth column of A (adj. A) is
the scalar product of the elements
of the ith row of A and the
corresponding elements of the jth column of adj. A and is,
.......+ain Ajn | A | or 0 according as i = j or ij.
therefore, equal to a A+ aAp+.
164
|A|
0
0
0
|A|
0
Therefore,
A · (adj. A)
=
00
......
IAL
1
0
0
0
1
0
=
|A|
|A|I.
00
1
......
DISCRETE MATHEMATICS
(adj A) A = | A | I.
Note: If A is a non singular square matrix of order n, then
(i) adj A| = |A|"-1
(ii) adj (adj A) = |A|" - 2 A.
Inverse of a Matrix
If A be a square matrix of order n and there exists another square matrix B of the same order
such that A B=BA=I where I is the unit matrix of order n, then B is called the inverse of A and is denoted
by A-1. Thus by definition,
AA-1
=
A-1 A = I
A (adj A)
=
1
or
A
ad adj A
=
-(
(adj A) A = |A| I
)
adj A A
A=I
AA = A -1
From (1) and (2) it is obvious that
adj A and AA =
A
(adj A)
either of which lead to
1
A-1
adj A
|A|
.. (1)
(2)
(AT, adj )
A
A
Then,
AB
=
от
|AB| | I | |A||B|
=
I
165
which is only possible if neither of | A | and | B | is zero, i.e., if the matrices A and
B are non-singular or if | A
0.
To prove that the condition is sufficient, let us assume that | A | 0 and there exists a
matrix B such that
Then
B
AB
=
|A|
A
1
adj A
1
adj A
|A|
1
|A|
(A adj A)
and similarly,
i.e..
1
AI
|A|
=
BA =
I
AB = BA= I
Also,
so that,
AB
=
BA = I
AC
=
CAI
CAB = C (AB) = CI = C
CAB
=
(CA) BIB = B
CAB B = C
Hence, the inverse of a matrix is unique, i.e., there exists only one inverse matrix to a given
matrix.
[ii] The inverse of the product of two matrices is the product of their
inverses in the reverse order, i.e., (AB) B'A'.
=
DISCRETE
MATHEMATICS
Cor. 1. Since the inverse of AB exists, therefore, AB is non-singular. Cor. 2.
The above result may be generalised and we may have
[ABC ...... K]-' = K ...... C1 B-1 A-1.
A1 A=I
Taking transpose,
(AA-1)'
=
(A-1 A)' = I
999
or
(A-1)' A'
=
A' (A-1)' = I
or
or
inverse of A'
=
(A-1)'
(A')-1
=
(A-1)'
Solved Examples
Example 16. Find the adjoint of
0
12
4 2
(i)
13
(ii) 1
2
3
3
1
1
[13]
4 2
4 2
then |A|=
-1 3
-
13
= 12
The cofactors of the elements of | A | are
—
A12
[0 1 2
01
012
(ii) Let A = 1
3 11
›
1
2-3
=
3
1
1
A22
911 912
a21 922
-2, A22
A22 = 4
911 912
3
-2
4
913
All
=-
1,
1
1
A12
=
8,
3 1
[since (AB)'= B'A
2
A13 -13
31-
5
21
0
– 6,
A23
3
3
1
02
0
2,
1
3
A33
1
12
A21
=
12
2
1
A31
1231
=
=
1,
A22
A32
=
113 -
02
= 8 -6
-
-5
3
MATRICES
Example 17. If A =
4
[2]
8
2
3
9
23
911 412
Solution. Clearly
|A|=
=
4 8
All
A12
11
All A21
Now, adj A = transpose of
A21
A (adj A)
=
23
4 8
A12 A22
입사
8 -37
4 2
||
-3
4
2
[2x8+3x(-4) 2x(-3)+3×2]
4x8+8x(-4) 4x(-3)+8x2
4 0
10
=
= 4
= |A│I
04
01
8
323
Again,
(adj A) A =
X
4
248
Hence,
=
[8x2+(-3)×4 8x3+(-3)x8]
and (-4)x2+2x4
4
=4
1
(-4)×3+2×8] 2+1 2
[9-09-
[]
4
0
(i)
041
= |A|I
123
(ii) 1 3
3
124
totuler
Solution. (i)
a11
912
21
|A|
=
=
921
422
01
20
2
=
2
2
0
1
167
168
1223
DISCRETE
MATHEMATIC
(ii)
a11
912 a13
a22 423
=
1333
а31
932 933
|A|= a21
=1
124
All
11
A21
A31
=1
==
33
24
23
24
23
3
33
3
6,
A12
=-
==
2,
A22
=
==
- 3,
1
A-1 =
(adj A)
|A|
A32
=
=
|A|
13
13
1 4
4
31
13
==
- 1,
A13
=
1
2
= 1,
A23
=
= 0,
A33
=
13
33
13
A21 A31
A11 A21
A12 A22
A22 A32
A13 A23 A33
-
1
2
12
12
- || 3 | -
1
1
1
0
Example 19. If A =
Solution.
and
6 -2 3
-
6
-2
-3
1
-1 1 0
-11
0
1
0
1
-
1
0
1
[33]
and B =
·[3]
67
9
911 912
32
|A|
=
=1#0
a21 922
7 5
b:
b12
67
|B|
=
=
=−2 0
2*0
b21
b22
89
and
B.
11
1
= 9,
1
So, A and B are non-singular and hence A-1 and B-1 exist.
Now, the cofactors of elements of | A | and | B | are
All
=
5,
A12
A12 = -7,
1,
8,
=
B12
A-1
All A21
A21 B21
1-
2,
A22 = 3
1=
-
2
7,
B22 = 6
(adj A)
=
|A|
A12 A22
7
3
1
1 B
9
7
and
B-1
(adj B)
B21
1
9
3=3
B
-2 B12 B22
2
2
2
-8
4
-3
-9/2 7/2
Now,
B-1 A-1
52
-
4
-3
-
7
3
45
49
21
39
9+
47
2
2
2
=
2
20+21
-8-9
41
-17
MATRICES
Again
3
67
AB =
75
89
- [42
18+16
21+18
34 39
42+40
49+ 45
82 94
]
= C say)
34 39
|C|=
=
82 94
= 34 × 94 - 82 × 39 31963198 - 20
C-1 = (adj C)
ICI
=
-
2 C12
94
==
-
C21
C22
G
=
39, C22
C22 = 34
[-33-33]
[1
34
39
47
=
41
-17
Hence,
(AB)-1
=
39
-47
2
=
B-1 A-1.
41
-17
169
1
2 27
Example 20. Show that A= 2 1 2 satisfies the equation A2-4A-51 = 0 and hence find A-'.
221
122
1 2.2
A2
Solution. A2 = AXA = 2
2
1
12 x 2 1 2
22 1 2 2 1
[1x1+2×2+2x2 1x2+2x1+2×2.1x2+2×2+2×1
=
2x1+1x2+2x2
=
2x2+1x1+2×2 2x2+1x2+1x2
988
898
88 9
988
122
0
Now,
A2 - 4A - 51 =
8 9 8-4 2 1 2-50 10
22 1
889
000
000 = 0
000
8-8-0 9-4-5 8-8-0 3=
8-8-0 8-8-0 9-4-5
Again
A2 - 4A - 51 = 0
Multiplying both sides of (1) by A', we get
A-1 (A2) - 4 (A- A) - 5 (A1 1) = 0
A (AA)-41 - SA1 = 0
(AA) A-41 - 5A-1 = 0
DISCRETE
MATHEMATICS
A-41-SA-1 = 0
or
SA-1 = A-41
1
A-1 =
(A - 41)
5
i.e..
A-1
115
1 22
21 2
221
3
1
115
10 0
1
—
-4 0 1
0
1-4 2-0 2-07 -2-0 1-4 2-0
5
00
1
2-0 2-0 1-4
22
2
2
2
=
3
2
-
-3
22
2/
5
2/
5
3/
5
1
2/
5
3/
5
2/
T
5
3/
5
2/
5
2/
5
Example 21. Find a 2 x 2 matrix B such that
B
1 2
1
—
4
60
=
[68]
06
Solution. Given B
C
60
=
4
06
C
(PA)
... (1)
and C =
4
c=[%]
6
06
or
BA
where A =
or
99
or
or
Here
(BA) A-1 B (AA)
=
C.A
=
CA
BI
=
CA-I
B = CA-I
|A|
all 912
-
2
=4+2=6
921 922
4
Now, the cofactors of the elements of | A | are
Hence,
A1 = 4, A12=-1,
A21
A21 = 2, A22
1
A-1
1 [A1
adj A =
A21
42
|A|
6 A12 A22.
6
60
4
B = CA
06
-
1
X
1
42
1
-
1
42
MATRICES
123
A2 3 4
=
345
1(15-16) - 2 (10-12) + 3 (8-9)=0
Hence, A-1 does not exist and the system has non-trivial solution. Assuming
z = k, the first two equations reduce to
x 2y
2x + 3x
=
=
-
3k
- 4k
get
-
3k
4k
.. C-1 exists.
CX =
D
X = CID
C-1
2
x
where
C=
X=
D
23
y
12
19 =
=3-41
23
1
:.
C-1
(adj C)
ICI
= 1
-
2,
=
2, C21
C11 C21
[92 922 =
C22
2
=
-2
From relation (1),
3
2
X=
2
-
-
-
3k
4k
3
2
1
2
9k-8k
-8kes
6k + 4k
]-[-2]
k
2k
... (1)
x=k, y = -2k, z=k. Putting these values of x, y and z in L.H.S. of the third equation, we
DISCRETE MATHEMATICS
(iii) If there is a non-zero minor of order r, then rank is > r.
(iv) The rank of a null matrix is zero and the rank of a non-zero matrix is ≥ 1.
(v) The rank of I, = n.
In practice, while determining the rank of a matrix, we may start
with the largest order minor or minors. If they are all zero we go to the minors of
next lower order and so on till we get a non- zero minor. The order of that minor is the rank of the
given matrix.
Example 35. Determine the rank of the matrices
(i)
123
4 05
112
(ii) 2 0 1 011
1010 (iii) 2111
1 101
023
(iv) 0 4 6
069
Since
-
12
40
= 80, the rank is 2.
21
0 1 1 01
00010
00000
is not.
000
110
001
MATRICES
1 2 -3 0
3 6-4 3
A1 2 -3 0
=
36
-
-4 3
~
1 2 -3 0
340
-2.2
by R12
24
36
1
4 3
1 2 -3 0
00 4 2
21
12
3 0
1
00
1
by R2
2
(
00
53
12
-
30
1
00
1
2
by R32 (-5)
000
1 2 -3 0
00 1
by R, (2)
2
00 0 1
0
called the normal form of A.
... (1)
DISCRETE MATHEMATICS
respectively.
If A be a m × n matrix, then P and Q are square matrices of orders m and n
Example 37. Reduce to the normal form and hence determine the rank of the
matrix
021
242
121
A=
242
by R11
13
021
121
?
242
by C13
021
121
24
2
by R21 (-2) and R3, (− 1)
31
12
0
12
1
00
0
10 0
~
00
0
1
1
2
=
1
2.3
0
-
-1
100
100
0 -1
-
1
10 07 1 -1
2
010A0
A0 1 0
001
0
0
1
applying R, R, -R
MATRICES
185
10
0
1 10
1
-
1
-
011
-1 0 0 A 0
1
0
applying C, → C, - C2
0
-
1 -1
00 1
0
01
1
00
100
1
-1
0
10
=
-1
10A0
1
applying R,→ R3 + R2
0 -1 0
-
100
010
000
-
100
1
1
—
-1
10A0
1 -1
1
11
0
0
1
100
11
-
Hence, P =
1 0 and Q
=
05
1
111
0
0
1
911+1+912+2+
A 21 +1 + A22+2
400
+ a1x = b1
n
+
+
a2nxn = b2
R1
amit; + am2x 2 + ... + a mm2 n = bm
mn
A
X=
B=
639-0-0
[am] am2
amn
The matrix A is called the coefficient matrix, X is the matrix of unknowns and B is the
matrix
of the constants.
If B = 0, a zero matrix, the system is called a system of homogeneous
linear equations; oth- erwise, the system is called a system of linear non-homogeneous
equations.
If the constants B's are appended to the coefficient matrix as a last column,
the resulting matrix is known as the augmented matrix as shown below. The
augmented matrix is denoted by [A, B]
of [A B]
i.e.,
...
amil am2
...
amn b
The necessary and sufficient condition for the consistency of a system
of linear non-homogeneous equations
is provided by a theorem, called
Rouches's theorem, which we state below without proof.
Rouche's Theorem
The system of equations AX = B is consistent, if and only if
the coefficient matrix A and the augmented matrix [A, B] are of
the same rank.
Thus, to discuss the consistency of the equations AX =
B (m equations in n unknowns), the
following procedure is
adopted:
5
200
DISCRETE
MATHEMATICS
10 07
3
(i) [20]
(ii)
2
(iii)
4 2 3 657
(iv) [2]
(v)
023
(i + j)2
(i) a1 =
2
400
2. If a matrix has 12 elements, what are the possible orders it can have? What, if it
has 13 elements? 3. Construct a 2 × 2 matrix A = [a] whose elements a,, is given by
(i − j)2
(ii) aij
=
(i −2 j)2
(iii) a ij
=
(iv) ajj
=
1-31+ j\
2
4. Construct a 3 x 4 matrix whose elements are
i
(i) a1 = i + j
(ii) a = i.j
(iii) 2i
(iv) aj
=
13 4
1
72
5. Are the following matrices equal? A =
B
230
4 97
0
-
(i)
=
2-1
41-6
3
7
26
Xy
(iii) 3
=
x 6
+
4
x+x]
Z
-1 2t
z+1
3
6. Find x, y, z and which satisfy the matrix equation.
x+3 2y+z
y+z
9-t 8-t
[3 + = x+; ] - [9 -
; : - ;]
7-1 6-z
=
x+y x+y
[+]-[10]
(ii)
(iv)
2x-y 2z+1
X x-2 3 2z
Z 6
(v) [2 3 -4] + [x y z]=[6 -8 2]
7. Find A + B
(vi)
=
бу
x 2y
18z y+2 6z
2 16
60
(1) A =
B:
=
023
2
1
60
12
(ii) A7 2
B=
=
0i
83
1
5
1
2 -3
(iii) A= 5
8. If A =
02
0 -1 1
2 5
1
3 -1 2
B
=
4 25
203
00
[2 2]. B - [6 -2]. C
- [-9; 2]
0 7
(i) 2A + 3B + 4C
[23] - [20]
9. If A =
(1) A-2B
B
(ii) A-B
-1
find
(iii) 3A-2B
and C =
5 4
23
find
(ii) B-4C
(iii) A-2B + 3C
10. Use the matrices below to find the indicated expression
[2 2 3 4
A=
0
2
(i) 2A-3C
1 -2 0
B
305
C
5
12
2
13
(ii) (A+B) - 2C
(iii) 3A + 4 (B+ C)
(iv) 2 (A-B)-C
MATRICES
11. Find the matrix X
(i) X +
(ii) X +
[
-
4 6
-3 8
3 5
=
3
6
5
7
81 [6 2 3
-1 4 7
101
(iii) X+0 10
(iv) 2X-3
(v)
12
12
24
(vi) Find
100
-
=
4 88
213
=
323
4 34
2
=2
-X
2
10
1 -1 2
[1-3] =
-
0
= X-3
4 2
2
A=
B
=
3
3 2
1
05
(i) X+Y=
X-Y=
20
06
10 5
10 1
(ii) X+Y=012
X-Y= 2 10
9
001
505
1 0 21
1
4 4
(iii) X+Y= 2
"
2 2 X-Y= 4 2
0
12
-1 -1 2
1
20
2
-
15
(iv) X+2Y =
6-3 3
"
5
3 1
12
201
13. If A=
(i)
B=
2X Y 2 -1 6
C
[]-
A+0=0+A=A
=
0
and O=
00
[ ].
prove
(i) A= [6]
-
1 5 61
(ii) B=
0
12
(iii) C=
c-[-2 1-3]
2
-3
23
Problem Set 5.2
B
=
C
4
D
0
1 2 and E
-1 4
-2
4
2
0
2
0-1 1
(i) AB
(v) El2
(ii) BC
(vi) (2E) B
(iii) (D+13) C (vii) - SE+A
(iv) (DC) B
(viii) 3CB+ 4D
202
2. Compute A2 and A3 if A =
[ J
¡2
-1
1
3. If A =
2
-
に
3
4. If A=
-
-1
1
and B
then AB
=1
DISCRETE MATHEMATICS
BA and hence (A + B)2 = A2 + B2.
1
a
5. If A=
B
and (A + B)2 = A2 + B2, find a and b.
2
-
Го
1
6. If A=0
3
4, show that A2 = I
3 -3
4
[1-2 2 3]
0
2 4-[2-5
5 71
-7
-5 0
cos 20 sin 20
8. If A=
find A2.
37
(i) A =
-3 -2
5
(ii) A =
67
9. Compute AB and BA and show that AB BA
=
2
14
(1
17
34
and B
and B
=
2 -17
(iii) A=
and B
=
<-1 2
1
(iv) A =
23 4
123
-1 1 2
13 0
and B =
-1 2 1
001
[1 2 3
1
11
(V) A=4
5 6 and B-
789
=
2
13
1
2 3
1 0
10 2
13. Find x if [1 1 x] 0 2 1
210
23
= [6 10].
4 2
15. If A=
21
-
2
31
TO -1
0
1
16. If A= 2
-1 1
and B =
0
1
2 -1 1
0
12
21
17. If A =
B=
and C =
-
23
23
18. If A=
3
-
3
prove that AB = 0.
121
· [ ]. B-[3]. C-[¦ 9]
В=
02
12
J
20
verify that
Verify that
0
2 -1
-3
x
8
+
3 -2
12
51
20. If A=
=
and B= 0
-1
4
-1 3
—
-4
51
-
-1
0
find, where possible A + B, AB and BA. State with reasons where the
operations are not possible. 21. Show that AB = BA in each of the following cases
cos α- sin a
cos B-sin B
(i) A =
B
sin a
cos a
sin B cos B
-
23
13
(ii) A=-1 2 -1
-6 9 4
2 1 07
-
(iii) A=0 -2 1
B=
2
2 -1
30
2
1
B:
=
1
2 -2
"
1
01
2 -1
-
409
7 2
B
=
06
203
204
DISCRETE MATHEMATIC
10
24. If A =
7
and 12
=
01
ງ.
10
find k so thatA2 = 8A + kl2.
23
25. Show that the matrix A =
satisfies the equation A3 - 4A2 + A = 0.
2
cos
sin 0
0
26. If F (0)=sin e
sin
cos 0 0
cos 0, show that F (0) F (4) = F (0 + 6).
0
0
1
hg
X
8f c
S
S
Z
13
-1 0
-
1 -1 -31
-5 4 4
31. If A=
12
-2
find A2 and determine scalars a, b, such that I aA + bA2 = 0.
10
(ii) A=
1
-
7
and B[157]
67
-2
4
37
0-1
5
(iii) A =
1
and B
23
1
0
6
3
-
4
(iv) A
=
3
2
31
and B =
=
1 2
20
7
1
127
10
12
2 3 0
(v) A= 2 3
and B
12 2
(vi) B
210
and A=
=
34
0
1 3
30
2
4 5
0
2
3
2. If A=
5
7
3. If A =
[
4. IFA- [2
If A=
4
9
2
, then verify that (A2)'= (A')2.
-3 1
B
=
− 2 3] and B = {};
verify that (A + B)' = A' + B'.
3 -2 4
1
3
, verify that (A+B)'= A' + B'.
-
MATRICES
5. Given A
=
2
1
30
-1 5
97
0-2 37
and B
=
1
02
COS O
0
sin 0
6. If A =
01
9
sin 0 0
cos 0
find AB' and BA'.
-3
(i)
234
(ii)
11
1
505
4 5
9
1 20
8. If A =
find AA' and A' A.
3 -1 4
1. If A =
C
1
and B
=
10
[
0
be two Boolean matrices, find (i) A v B (ii) AB.
0
1
10
10
100
2. Compute
X
01
in both regular and Boolean arithmetic.
011
1
1
010
110
10 0
and B =
3. Let A=101
000
001
A=
1
00
110
Now compute A" for successively higher values of n until one can predict the entries
for A".
Problem Set 5.5
-3
(i)
49
1 53
(ii)
43
69
(iii)
COS X
sin x
- sin x
COS X
2 -1 3
43 1 6
(v)
ર
6 4 16
(vi)
35 7 4
85
8
17 3 2
(iv) 2 6 2
37 1
(ii)
40
7
8
2
-2 3
(iii)
1
45
2
1
-
3
4 31
(iv) 3 2
215
206
DISCRETE MATHEMATICS
3. Write the cofactors of the second column of the following determinants and
hence evaluate:
(i)
3 2
56
2
3
(ii)
6
8
521
2 -2
-
(iii)
14 5
2
1 -3
(iv) 3 0 2 813
(i) 0 1 0
(ii)
34 1
121
4 20
x+y y +z
z+x
9
9
12
(iv)
Σ
x
y
(v)
3 -4
1
1
1
1
9 12
1
@
w2
43
1
6
(iii) 35 7 4 17 3 2
(vii) @ w2 1
(1, w, w2 are the cube roots of unity).
1
ய
a
b 0
(i) boa
12 22 32 (ii) 22 32 42 32 42 52
1
x yz
(iii) 1 y
ZX
1Z
xy
1ab
0
ab2 ac2
(iv)
-a
1
(vi) a
५
a
-b
-c 1
a2c b2c
0
a
a
x
46
r
X y
=
P 9r
a
b
P 9r
123
(ii) 2 3 4
12
345
1a
bc
10
111
10 -1
(iii) 1 b
ca
1=
1
с
ab
(i)
123
(iv) 3-2 1
42 1
1 a a2
1 b b2
1
с
c2
COS X
sin x
(ii)
- sin x
(iii)
COS X
[63]
2
do
0
1
0
(v)
0 d2
0
(vi)
34
5
0
0 dz
0 -6
7
In each case, verify the theorem A (adj A) = (adj A) A = | A | I.
MATRICES
2. (1) If A =
-[23]
1
and B =
21
2
COS α - sin a 0
1
prove that adj (AB) = (adj B) (adj A).
[3]
2
5
and verify that A adj A = | A | I.
(iii) If A= sin a
cos a 0
·
(i)
[33]
(ii)
[
2
2
3
5
4
(iii)
7
(iv)
1 -1
-1
2
2
3
-
(v) 4
3
0
1
3
-
-3 4
123
10k
0
-1
2
-1 4
4
(vi) 0 1
010
(vii) 0
0 -1
(viii)
-3
01
001
1
0
0
-1
12
2 -1 1
1
2
5
(ix) 2 1 3
(x) 3
0 -1
(xi)
1 -1 -1
3 21
2
6
0
2
3 -1
41
23
4. Find A if A
=
3 2
91
0
1
X=
2
6. If A =
4
-]
6
3
0
and B =
verify that (AB)-1 = B-1 A-1.
1
4
7. If A =
2
2 1
3 4
9. Obtain a square matrix X of order 2, which satisfies the matrix equation CX
- AB = 0, given that
21
03
A
^- [ ])]. B- [ 2
C=
]). c-[-¦ ¦
0
10. If AB
22 6
11 3
4
and A =
find B.
7 2
II. If A
2
3
=
3
5
12. If A=
13. If A=
=
2
1
14. If A =
13
2
3 4
DISCRETE MATHEMATICS
find A. Find the values of the constants a and b such that A+ aA-1 = bl.
pose = inverse)?
[
αβ
βα
has the property AT A (i.e., trans
4 2
1
2
=
and P:
=
-1
-
1 -1 11
17. If A= 2 -1 0
find A2 and A-1 and show thatA2 = A-1.
9
100
11 2
1
2
01
18. If A193
19 3 and B =
=2
3
-1
-1, verify that (AB)-1 = B-1 A-1.
14 2
1
-
1
3
32
19. If A=
and B =
75
67
89
verify that (AB)-' = B−1 A-1.
Compute the inverse of the following matrices by using elementary row transformation :
25
3
7
23
1.
2.
3 4
3.
1
2
1
6
36
31
4.
52
0
To 1 21
2 34
1
-1 2
20
-
5.
123
4 31
7.
0
2 -3
8.
5
1
0
3 11
124
3 -2
4
01
3
123
01
23 2
10
10
334
1
10
(vii) x + y + z = 3
x + 2y + 3z = 4 x + 4y + 9z = 6 (x) x+y-2z =
3 2x y + z=0 3x + y z = 8
(xiii) 2x-y-z=7
3x+y-z = 7 x+y=z=3
(ii) 5x + 2y = 3 3x + 2y = 5 (v) x + 2y =
| 3x + y = 4
(viii) x+4y+ 3z = 1
2x+5y + 4z = 4 x-3y-2z=5
(xi) 2x + 3y+3z = 5
x-2y + z = -4 3x-y-2z=
3
(iii) 3x+4y-5=0 x-y+3=0 (vi) x+y+z = 6
x-y+2z=5 3x + y + z = 8 (ix) 2xy + 3z = 8
−x + 2y + z = 4 3x + y 4z = 0 (xii)
3x-4y+2x=-1 2x + 3y+5z = 7
= 2
x + z
MATRICES
2 2. If
A3
5
3
12
1
x + 2y − z = 6.
3. IfA 2-1
—
209
1
1
17
3
find A-1 and hence solve the system of equations x + y + z = 4, 2x - y + 3z = 1, 3x
32
-
+2y-z = 1.
Show that each one of the following system of equations is inconsistent :
(i) x-2y= 5.
- 2x + 4y = 6
(iii) 2x-3y+7z = 5
-
3x + y 3z=13
2r+ 19y47z = 32
(ii) 2x-5y = 4
6x-15y = 10
(iv) 5x + 2y - 7z = 7
3x +
y- 3z=5 2x+y-4z 10
=
5. Show that each of the following system of equations is consistent and have infinite solutions, solve them.
(i) 5x-5y=4
4x-10y=8
(iii)
x-2y + z =
- 2x + y + z =
1
x + y −2z=-2
(ii) x+5y = 3
2x + 10y=6
(iv) x-3y-8z+ 10 = 0
3x + y-4z 2x+5y+6z-13=0
6. Solve the following system of homogenous equations:
(i) 3x-5y+4z = 0
2xy + 3z= 0 2x + y + 2z = 0
(iv) x + y + z = 0 x-y-5z=0
x + 2y +4z = 0
(ii) x+y-2z= 0
2x + y-3z= 0 5x+4y-9z0
iv) x + 3y-2z = 0
2x - y+ 4z = 0
x-lly + 14z = 0
7. For what value of k the system has non-trivial solution.
2 -1 3
8. If A= 1
3 2
3 -4 -1
x + 2y + 3z = 0
2x + 3y+ kz = 0
7x+13y+19z = 0
=
=0
find A-1. Using A-1, solve the following system of linear equations
41
9. If A = 3
5
Problem Set 5.9
-
6
2xy + 3z= 13, x + 3y+2z = 1, 3x-4y-z = 8.
2, find A-'. Using A-, solve the following system of linear equations
2
1
0
4x-y-6z=2,
3x+2y+2z = 2,
5x - y = 6.
(b)
0
3
2 2
6
-5 -1 4
210
23
-1 0
(c)
1 -1
1
20
2-10
(d)
-
1212
010
1
1203
2. Reduce the following matrices into normal form and find their ranks.
•
DISCRETE
MATHEMATICS
1 0 27
1
4
32
(a) 0 1 0
201
(b) 2 1
2
1
1
(c)
2102
1010
2
-
2
-
1
1
22
(b) Find the values of the parameters 2 and u for which the system of equation
=
x+y+ z 6
x + 2y + 3z = 10
x + 2y + λz = μ
has (i) unique solution (ii) no solution (iii) infinite solution.
4. Investigate for consistency of the following equations and if possible find the solutions:
(a) 2x-3y+7z = 5,
(b) 4x-2y+6z= 8, (c) 5x + 3y+7z = 4, (d) x +
2y + 3z = 14, (e) 2x + 3y + z = 11,
(1)x−5y + 3z = −1, (g) 4x-2y+6z= 8,
1,
3x+y-3z = 13,
x+y-3z = 3x+26y+2z = 9, 2x − y + 5z
= 15, x + y + z = 6, 2x-y-z = 5,
x + y −3z = − 1,
5x-7y+z = 2 15x-3y+9z = 21
3. Show that the two matrices A and P-1 AP have the same characteristic root.
4. Find the characteristic equation and the eigenvalues for each matrix.
(a)
04
0
(b)
[
Го з
3 8
5
(c)
4
[1 2 4
30
(e) 0 1 0
の 02
cos sin
0
(g)
021
sin
5 0
cos
(a)
3 14
(e) 0 20
005
(d)
521
5 4 (b)
2
5
01
(c) 2 5 5 1
(d) 0-2 0
2 15
1 05
2
0
6
2
21
S
-1
2 -1 (g)
0
G
-1 2
22
2
3
2
-1
3
MATRICES
1
2
1
(a)
12
14
(b)
23
[33]
(c) 0
1
-1
3 -1
1
1 1
0
01
(e)
3 10
3
-
214
(d) 1
2 -3
2 -1
9. Show that A
=
31
satisfies the equation A2-2A-51 = 0. Hence, evaluate A-1 and solve equations
=
3
x + 2y 3x + y = 4
(ii) 3 × 1
-1 3
=
24
ANSWERS 5.1
(iii) 2×3
(iv) 3x3
(v) 1X1
2. 12 × 1, 1 × 12, 2 × 6, 6x 2, 3 x 4 and 3 x 4; 13 x 1 and 1 x 13.
1. (i) 1 x 2
9
2
0
2
3. (i)
(ii)
212
8
19
(iii)
22
02
1
(iv)
112
2
5/2
113
2/3
112
1
23 4 5
4. (i) 3 4 5 6
(ii)
4567
1234
2468 36912
2222
44 4 4 (iii)
(iv)
21
6666
3
3/2
ANSWERS 5.2
1
32
4
1/2
314
6 10
6 42
9
1. (i)
-1 10 -1
11
5
(ii)
(iii)
82
(iv)
1 20
6
-416 -8
13 -9
45
7
4 -18
10 30 37
2.
(v)
4
8 4 22
(vi)
(vii)
-
2
4 32 16
0
-
[
]
5. a=1, b = 4
7. [-21 15 -10]
2
1
8.
cos 40 sin 40
125 100
11.
-sin 40 cos 40
10.
100 125
2
14
7
(viii)
15 16
50
- 20
-
-6 20
-8
212
12. x = 4
13. x=-2
4
33
26
15.
19.
04
5'
5
28
1
20. A+B is not defined, AB =
BA not defined.
-23
-5 15
4 2
23.
DISCRETE MATHEMATICS
14. x=3, y= 1
24. K=-7
1
22.
3
-
13
52
28.. 1 + us = c, u + u2s + u = − s
29. f(A)=
,g (A) = 0
104 -117
31. a=-
5
ANSWERS 5.3
1
9/2 3
0
6
5. AB' =
17
[1-3]
5/2-1
2
6 17
BA':
=
9
7. (i) 9/2
3
2
+-5/2
0
2
-2
9
32
5
2
-2
0
0
3 1/2
0
2 -7/2
3
-3/2
(ii)
-5/2
3 1
3
+
-2
0
-2
(iii)
+
-3/2
5/2
1/2 3
0
9
7/2
2
0
10
-
1
12
8. AA' =
A-[126].
5
A'A= -1
12
1
5 -4
-4
16
1. (4)
10
3. (10
ANSWERS 5.4
(ii)
1
0
0
2. (i)
1
2
(ii)
1
0
1
00
01
10
(ii) 1
1 00
11
(iii)
010
(iv)
1
1
10
1
010
1
1
1 10
0
4. A 2
=
00 1
10
A3
1
0
"
1
I
AS
=
ANSWERS 5.5
1. (1) 30
(if) 18
(iii)
1
2. (i) 5, 3, 2, 4 (ii) 8, 7, 0, 4
(iii)
3. (i)-5, 3; 8
5. (i) a3 +b3
(iv) 1 + a2 + b2 + c2
(ii) - 6, 2; 34 (ii) -8
(v) 2a3b3c3
(iii) 13, 12, -7; -81 (iii) (x-y) (y-z) (z - x) (vi) (x - a)2 (x + 2a)
ANSWERS 5.6
(iv) 7, 7, -7; 7
213
COS X
- sin x
5
-
1. (i)
(ii)
(iii)
sin x
COS X
-
[d2d3
0
0
(v)
0
d3d1
0
(vi)
21 7
-
00
djdz
- 18
268
-8
64
-
4
4
8
2
(iv)
1
11
8
14
6
—
-8
5 -2
2. (ii) adj A =
-
7
-3
5
3. (i)
(ii) 2 2
3/2
4
17
3
1
2
1
(iii)
(iv)
-1
-11
6
23
7
-
-1 3
27
2
1
5
1
-3
0
1
-
1
0
-k
0
01
1
-
6
1
1
(v) 4-3
4
(vi) 0
01
0
(vii)
-1
00
(viii)
5
-
8 14
19
3 -3 4
001
0
-1
0
3
1
3
54 3
6
6
1
4
17
3
1
1
1
(ix)
7
-
-8
3
(x)
2
-
-2 5
(xi)
-1
-11
6
12
32
27
1
4
-
3
18
14 3
5
1
-
3
-1
2
5.
3
G
[1]
6
33
9
9.
10.
0
3
-
- 110
-30
5
3
12
12
11.
12.
13.
3 2
42
1
31 2
14.
23/2
1/3
1.
1; a=-2, b = 5
2
0
01
15. a2+ B2 =
=
1
17.
0 -1 2
1
-1 1
ANSWERS 5.7
1-4
-5
2
7
2.
3.
23-1
1
-2
1
1
2/3
110
3
2
4.
2
3
5.
2
112
3
-12
3
MI
N
11
24
5/
2
-10
-
4
20
1
6.
15
15
4 -14
7.
92
-3
-5
1
6
61
-
3 -1
6
1-5
8.
-15
6 -5
9.
2
54
10.
5 22
-3
3
11
21
2-
12
12
12
-1
2
1
2
214
DISCRETE MATHEMATICS
1. (i) x = − 6, y = -5
(iv) x = 2, y = − 1
(vii) x = 2, y = 1, z=0
8
(x) x = 5, y = 5
916
5,
5
ANSWERS 5.8
(ii) x=-1,y=4
(v) x =
7
15
(viii) x=3, y=-2, z=2
(xi) x=1,y= 2, z = ~ 1
(iii) x=-1, y = 2
(vi) x = 1, y = 2, z = 3
(ix) x = 2, y = 2, z=2
-4 and x=-1, y = 3, z = 2.
5
3
1
3. A=
11
4
13
7
1
-3
5. (1) x=
4+5k
2
,y=k
(iii) x=k-1, y = k − 1, z= k
6. (i) x=1lk, y=k, z=-7k
(iii) Trivial solution, x = y = z=0
8k
10
(v) x = -
7
k, y=
7,2 = k
(ii) x = 3-5k, y = k
7. k=4
5 13
11
1
8. A-I =
7 -11
− 1]; x =
36
=1,y=-2, z=3
-13
5
7
2 6
-10
10 30 -26; x=1,y=-1, z=
9. A
36
-13 -1
11
12
1. (a) 2
2. 3,2,3
(b) 3
3. (a) λ #5
ANSWERS 5.9
(c) 2
(d) 3
4. (a) inconsistent
(b) x=1,y=3k-2, z=k
7
16
3
k
(c) x
k,
11
11
11 11
(d) x = 1, y = 2, z=3
(e) x = 3, y=1, z=2
(g) x = 1, y = 3k-2, z=k
inconsistent
MATRICES
215
(e) (1 − 2)3 = 0; λ = 1, 1, 1
-
-
ANSWERS 5.10
3
(c) 3, 4, 8;
kk k
2
(d)-2, 4, 6; [0 k
(e) 2, 3, 5; [k -k
(†1) 2, 2 + √2, 2 − √2 ;
0], [k
O], [k
0
9
[k k -3k], [k_k_k]TM.
0 k]T, [k 0 k]T
-
0], [2k 0 kJT
[−k
0
k]1, [k
√1⁄2k
k]T, [O O O]TM
(g) 2, 2, 8; [k 0 -2k], [k
2k
0], [2k
-k
- k]T.
6. 8, 9, 13; [-3k 2k 2k], [k
k
−3k], [3k k
k]T.
1 -3 4
8. (a)
0
3
3
16
3
1
4
1
9. A-1
=
15
-1
2
3
-
5 2
3
-
(d) -9 1
11
-5 3 1
; x = 1,y=1 10.
(b)
36
(c)
3
2
-1
-
-2
7
9
3 -7 -1
5
4 1
17
4
(e)
15
-12 2
3
50
0
19 57
38 76