Chapter2 Algebra
Chapter2 Algebra
n
U
2
Algebra 2.1
Singular/Non-singular
Matrix
Adjoint Matrix
Solving system of
simultaneous linear equation
in two (three) variables
2.3 Matrix
Definition: A rectangular array or table of numbers, symbols, expressions or functions, when
arranged in rows and columns, is known as a matrix (plural matrices). Each member of this
arrangement is called an element of the matrix.
If we want to write an arrangement of numbers, say 1, 3 and -4
3
4
Using matrix, we can write it as [1 3 –4] or
1
A matrix is expressed by using capital English alphabet, say A = [aij] where aij is the element at
the i-th row and j-th column of the matrix and 1 ≤ ≤ ,1 ≤ ≤ ,∀ , . aij is also known as
general element of matrix A.
2+ 5
For example, In matrix A = −1 2
4−2 0
The elements in matrix A are written as:
Algebra 2.3
a11 = 2 + i
a12 = 5
a21 = –1,
a22 = 2k,
a31 = 4 – 2i and a32 = 9
and
11 12 13 …… 1 .
Definition: For a matrix A = 21 22 23 … … . 2 having ‘m’ number of rows and ‘n’
31 32 3 ……
number of columns, the expression m x n is called the order of the given matrix A where
1≤ ≤ ,1 ≤ ≤ ,∀ , and is read as ‘m by n’.
The elements a11, a22, a33, ... where , ∀ = are called elements of the diagonal a diagonal
elements of the matrix
And the elements where ,∀ ≠ are called elements of the non-diagonal a non-diagonal
elements of the matrix
2 5
The order of matrix A = −1 2 is 3×2, having 6 elements in total
4 0
Though the elements of a matrix can take any value, for the scope of this chapter we shall
consider only those matrices whose elements are real numbers or functions taking real values
Example 1
Shalabh has 3 books, 2 pens and 3 notebooks while Rashmi has 1 pen, 4 books and 5 notebooks in
their respective school bags. Express the information as a matrix. What is the order of the matrix
obtained?
Solution: The information can be represented in tabular form as
Books Pens Notebooks
Shalabh 3 2 3
Rashmi 4 1 5
3 2 3
We can represent the given information as A =
4 1 5
Here first column shows the number of books, second column represents the number of pens and
third column shows the number of notebooks the students have in their respective bags.
The order of matrix A is 2×3, having 6 elements.
Is that the only way to express the given information?
3 4
No, another orientation of the same information can be written as matrix B = 2 1
3 5
Example 2
Write the coordinates of triangle ABC with vertices A (4, -1), B (3, 2) and C (2, -4) in a matrix formation
Solution: Vertices of triangle ABC can be written in matrix form in two ways,
4 −1
X = 3 2 of order 3×2 or Y = 4 3 2 of order 2×3
2 −4 −1 2 −4
Example 3
If a matrix has 4 elements, what are the possible orders such a matrix can have?
Solution: In a matrix is of order m × n, we have mn number of elements.
therefore, to find all possible orders of a matrix with 4 elements, we will find all ordered pairs
of natural numbers, whose product is 4.
Hence, this matrix can have possible orders: 1 × 4, 4 ×1, 2 × 2
Example 4
( +2 )
Construct a 3 × 3 matrix whose elements are given by =
5
11 12 13
Solution: In general a 3 × 3 matrix is given by A = 21 22 23
31 32 33
(1 + 2.1) 3
For 11 , =1 =1⇒ 11 = =
5 5
(1 + 2.2)
Similarly, For 12 , =1 =2⇒ 12 = = 1
5
(1 + 2.3) 7
Similarly, 13 = =
5 5
(2 + 2.1) 4
21 = =
5 5
(2 + 2.2) 6
22 = =
5 5
(2 + 2.3) 8
23 = =
5 5
Algebra 2.5
(3 + 2.1)
31 = = 1
5
(3 + 2.2) 7
32 = =
5 5
(3 + 2.3) 9
33 = =
5 5
3 7
⎡5 1 5⎤
⎢4 6 8⎥
Therefore A = ⎢5 5 5⎥
⎢ 7 9⎥
⎣1 5 5⎦
As observed in all matrices discussed till now, we have seen that there can be different orientations
of a matrix. Let us now discuss the different types of matrices.
2. Square Matrix: A matrix in which the number of rows and the number of columns are equal
is called a Square matrix.
matrix of order 3.
3. Row Matrix: A matrix having exactly one row for a given number of columns is called a Row
matrix. For example, Matrix D = is a row matrix of order 1
4. Column Matrix: A matrix having exactly one column for a given number of rows is called
a Column matrix
5. Diagonal Matrix: A square matrix in which all the non-diagonal entries are zero
i.e., is called a Diagonal matrix
respectively
3 × 3 respectively
7. Identity Matrix: A scalar matrix in which all the diagonal entries are equal to 1,
i.e. is called an Identity matrix, denoted by English alphabet I
It is also known as Unit matrix. A unit matrix of order n is written as In.
Note that a
scalar matrix
Identity matrices and are identity matrices of with 1 as each
diag onal
order 1 1, 2 and 3 3 respectively element is an
identity matrix
8. Zero Matrix: A matrix with each of its elements as zero,
i.e. is called as zero matrix
different orders. A zero matrix is denoted by English alphabet O, sometimes also called a null
or void matrix as well.
9. Equal Matrices: Two matrices A = [ ] and B = [ ] having same order m n are called
Equal matrices when each element of A is equal to the corresponding element of B,
i.e.
In such a case we denote equal matrices as A = B
Example 5
Solution:
As A = B ( A = B)
Therefore, 2a = -6 a = -3 and b + 1 = 13 b = 12
Example 6
Find the values of a, b, c, and d from the following equation:
Algebra 2.7
Solution: As the given matrices are equal,
therefore by equating the corresponding elements of both matrices we get:
2a + b = 4
a – 2b = -3
4c + 3d = 24
And 5c – d = 11
Solving these equations, we get a = 1, b = 2, c = 3 and d = 4
EXERCISE - A
1. Identify the type of matrices given below and write the order of each matrix:
i) A = ii) B =
iii) C = iv) D =
v) E = vi) P =
vii) Q = viii) R =
ix) X = x) Z =
5. How many distinct 2X2 matrices can be formed by using numbers 5, 7 and -1? Justify your answer.
A =
= 3
Note that-
New matrix is obtained by multiplying each element of matrix A by 3
Scalar multiplication is irrespective of the order of the given matrix
Negative A = - A = (-1) ×
Table 2.1(i)
G1 + G2 = + Note that-
Both the matrices are of equal
order
The sum of matrices is
= obtained by adding
corresponding elements of the
matrices
Definition: For two matrices A = [ ] and B = [ ], of same order m × n, the sum of two
matrices A and B is defined as a matrix S = A+B = [ ] of order m n such that
iii) Matrix addition is Associative Am×n + (Bm×n + Cm×n) = (Am×n + Bm×n) + Cm×n
iv) Zero matrix is the additive identity Am×n + Om×n = Am×n = Om×n + Am×n
v) Negative of a matrix is the additive inverse of the given matrix.
Am×n + (- Am×n) = Om×n
Algebra 2.11
Example 7
C = , calculate
i) 2A
ii) A + B – C
iii) 3B – A + 2C
Solution:
i) 2A = 2 =
ii) A + B – C = =
iii) 3B-A+2C = 3
Example 8
Solution: As 2X+Y = 5Z
Then order of the matrix on LHS and RHS must be same
Let matrix Z be of order 2 × 2 written as
Then
–7 7 5 a 5b
15 6 5c 5d
7 7
5 5 a b
3 6 c d
5
2.12 Applied Mathematics
Example 9
5
2 2
2X = X =
5 2
2
Also, (X+Y)-(X-Y) =
2Y = Y =
The number of products of each type promoted among men and women in a city is given by
matrix X =
Using matrix algebra, find the total amount spent by the company for their promotion campaign
The total cost of promoting among men = 20000
= 90000 + 50000 = 140000
And, total cost of promoting among women = 15000
= 67500 + 105000 = 172500
In this case of multiplication of two matrices X and C, the number of columns in X should be
equal to the number of rows in C.
Furthermore, for getting the elements of the product matrix, we take rows of A and columns of
B, multiply them element-wise and take the sum as shown below;
Using matrix algebra, we can find XC =
Algebra 2.13
=
Example 10
Solution: Before finding the product of two matrices, it is important to check if the order of
multiplication is well defined.
Since the number of columns in matrix A is equal to the number of rows in matrix B,
also the number of columns in matrix B is equal to the number of rows in matrix A,
products AB and BA are defined and each will be of order 2×2.
Hence AB =
= =
If A, B are matrices of
BA = orders respectively
m × n, k × l , then both
AB and BA are
= defined if and only if
n = k and l = m.
=
Recall that for two real numbers ‘x’ and ‘y’ when xy = o then either x = 0 or y = 0.
Let us see if is true in the case of multiplication of matrices as well
Here AB = =
Whereas neither of the two matrices A or B are zero matrices. Thus, if the product of two
matrices is a zero matrix, then it is not necessary that one of the matrices is a zero matrix
Example 11
Find
Solution: =
Example 12
Solution: For matrix A of order 2× 2, we will take identity matrix of the same order
2 3
Now A2 = A.A =
1 2
A2 - 4A + I = - 4 +
= = O
Algebra 2.15
Example 13
Given that X 2 × n, Y 3 × k, Z 2 × p, W n×3 and P p×k are matrices of specified order. What are the
conditions
i. for n, k and p so that 3PY + 2WY is defined
ii. for the order of the matrix 2X – 3Z
Solution:
i. For defined multiplication of matrices P and Y, number of columns of matrix P must be equal
to number of rows of matrix Y k = 3
Then Order of PY = p × k
Also order of WY = n× k
Then for 3PY + 2WY to be defined the order of PY and WY must be same
p × k = n× k p = n
If A = then =
Transpose of a
matrix A is
B = then = denoted by A’ or
AT .
P = then =
A = is a symmetric matrix as A’ = A?
is a skew-symmetric matrix.
For Q = Q’ = = -Q
Q is a skew-symmetric matrix
Example 15
Solution: P = P’ =
P’P =
Algebra 2.17
Example 16
If A, B are symmetric matrices of same order, then what can be said for matrix AB – BA ?
Solution: As A, B are symmetric matrices
A’ = A and B’ = B —————(i)
Now (AB – BA)’ = (AB)’ – (BA)’
= (B’A’) – (A’B’)
= BA – AB [from (i)]
= –(AB – BA)
AB – BA is a skew-symmetric matrix
Example 17
Solution: A =
A’ =
Let P = (A + A’) =
Also P’ = = P
Let Q = (A–A’) =
Also P + Q = = A
EXERCISE–B
1. Complete the following table.
Order of the matrix
A B A B AB
2×2 2×2
2×3 3×2
3×4 4×1
3×3 3×3
2×3 2×3
3×2 1×2
2×3 2×3
1×3 3×2
i. Commutative property does not hold true for multiplication of matrices A and B i.e. AB BA
ii. Associative property holds true for multiplication of three matrices, i.e. A(BC)=(AB)C
3. Consider A= verify the A.I = I.A=A, where I is the identity matrix of order 3×3
i. =
ii.
Algebra 2.19
5. Do as directed
i) For A = , find A2 - 6A
1 0 1
1 1 0
ii) Evaluate
0 1 1
r and s.
7. Given A= , B= , find:
i. 2A – 3B
ii. AB
iii. BA
iv. AB - BA
O is zero matrix
9. Two booksellers A and B sell the textbook of Mathematics and Applied Mathematics. In the month of
march, bookseller A sold 250 books of Mathematics and 400 books of Applied Mathematics whereas
bookseller B sold 230 books of Mathematics and 425 books of Applied Mathematics. In the month
of April, bookseller A sold 550 books of Mathematics and 300 books of Applied Mathematics and
bookseller B sold 270 books of Mathematics and 450 books of Applied Mathematics.
Represent the given information into matrix form and find the total sale for both the booksellers in
the month of March and April, using matrix algebra.
10. Cost of a pen and a notebook are Rs.12 and Rs. 27 respectively. On a given day, shopkeeper P
sells 5 pens and 7 notebooks, whereas shopkeeper Q sells 6 pens and 4 notebooks on a particular
day. Find the income of both the shopkeepers, using matrix algebra
a1 b2 - a2 b1 = 0
In this chapter we have learnt that. a1 x + b1 y = c 1
and, a2 x + b2 y = c 2 can be represented in matrix form as:
The expression a1 b2 - a2 b1 is associated with the square matrix and is called determinant
of the matrix and denoted as detA or |A| and sometimes by Greek symbol .
Every square matrix is associated with a number C real or complex, known as Determinant of the
matrix A and is denoted by detA or |A|, or A determinant is also expressed using greek symbol .
Definition: For a given square matrix A = [ ], of order m, a number
For matrix A = [a]
(real or complex) is known as determinant of the matrix A of order 1 × 1
Let X be a set of square matrices and R be the set of numbers (real or detA = a
complex) such that a function f is defined as f : M K by f (A) = k, where
A X and k R, then f(A) is called the determinant of A.
Only a square matrix
For example, For A = [2], a matrix of order 1×1
has a determinant
value associated to it det A = |A| = 2
Example 18:
Minor of an element of a
Find the minor of element -11 in A = determinant of order
m(m ? 2) is a determinant
Solution: As -11 is (1, 2)th element of the matrix
of order n – 1
Algebra 2.21
determinant of A = det A = |A| is represented as
= [6×4] – [(–5)×(–7)]
= 24 – 35
= –11.
Example 19
i) |A| ii) |B| iii) 2|A| iv) |2A| v) |A| |B| vi) |AB|
Solution:
iv) A , 2A = 2 =
3 5
v) |A| |B|= =38. 61 =2318
4 6
vi) AB= ,
Example 20
Find x if =
Solution: As =
0 + 24 = -3 -
= -27
We shall eliminate second row and the third column and = = 2×(-2) - 3×1 = - 4 – 3 = -7
let B =
For a matrix B of order 3×3, det B is calculated in terms of determinants of order 2×2. We can
expand and calculate det B in six ways by expanding with respect to any one of the three rows
(R1 , R2 and R3 ) or any one of the three columns (C1 , C2 and C3 ) giving the same determinant value
Here, we shall multiply the elements of any one row or column by their respective cofactors.
For example, if we use R1 to find det B, it will be as follows:
= 2 +1 -3
= 2[ 0 - (-5) ] + 1[ 6 - 5 ] - 3[ 3 - 0 ]
= 10 + 1 – 9 = 0
If the determinant of any matrix is zero then that matrix is called Singular Matrix.
Algebra 2.23
Example 22
Evaluate
and =
and =
and =
and =
and =
and =
Now a11 A31 + a12 A32 + a13 A33 = 2 (-12)– 3×22 + 5×18 = 0
write adj A = =
Example 24
-8 - 3k = 0
k =
Area ABC =
i. Since area is a positive quantity, we always take the absolute value of the determinant
ii. If area is given, use both positive and negative values of the determinant for calculation.
iii. For given vertices with coordinates A(x1,y1), B(x2,y2) and C(x3,y3); if the area of a
triangle is zero the points A, B and C are collinear
Example 25
Find the area of the triangle with vertices A (5, 4), B (2, -6) and C (-2, 4).
= (-70) = - 35
Algebra 2.25
Example 26
For what value of k, points P (3,-2), Q (8, 8) and R (k, 2) are collinear.
Solution: As the points P, Q and R are collinear
= 0
-10k + 50) = 0 k = 5
And, AB =
Therefore, we can say that for square matrices A and B, |A|×|B| = |AB|
(ii) If two square matrices A and B of order n are such that A = kB, then
| A| = kn | B |, where n = 1, 2, 3,…
Clearly A = 4B
And, |A| = 0 – 240 = -240
|B| = 0 – 15 = -15
|A| = 16|B| = 42 |B|, where k = 4 and n = 2
iii) The value of the determinant remains unchanged if its rows and columns are interchanged
Consider = 4
Therefore, we can say that for a square matrix A; det A = det A where A is the transpose of
matrix A
iv) If any two rows (or columns) of a determinant are interchanged, then sign of determinant
changes
Consider |A|
The interchange of two rows, say and is denoted as Ri Rj and similarly interchange
of and columns is denoted as Ci Cj
v) If two rows and and of a determinant are identical, then the value of
determinant is zero.
For example
Here R2 = R3
For example, = 0 as
vii) If all the elements in any one row (or a column of the determinant are zero, then the
determinant value is zero.
viii) If some or all elements of a row or column of a determinant are expressed as sum of two (or
more) terms, then the determinant can be expressed as sum of two or more determinants
Algebra 2.27
We will split as follows:
Let
As in and in
Therefore, Hence
ix) If each element of a row (or a column) of a determinant is multiplied by a non-zero constant
k, then the determinant value gets multiplied by k
|A| = 18 +20 = 38
If we multiple R1 by 2, we get
= 36 +40 = 76 = 2|A|
n
For any non-zero scalar , |A|= |A|, where n is the order of the determinant
If more than one operation like Ri + kRj (or Ci Ci + kCj) is applied in one step, it
should be seen that the row (or column) that is affected in one operation should not
be used in another operation
Example 27
Evaluate
Solution: Applying
Then
as
Example 28
Evaluate
Solution: Applying
Then
as
Example 29
Now Applying
= 0
Algebra 2.29
Example 30
Without expanding prove that
Solution: Taking x common from C1 and y common from C2 and z common from C3 , we get
Taking (x-y) common from C1 and (y-z) common from C2, we get
Applying , we get
Example 31
Applying
Example 32
Evaluate without expanding
Applying , we get
Algebra 2.31
Taking common from C1, we get
Applying , we get
EXERCISE–C
1. Evaluate the following
i) iv)
ii) v)
iii)
2. Find the area of the triangle with vertices (-2,-3), (-1,-8) and (3, 2).
3. For what value of “k” the points (k, 7), (-4, 5) and (1, -5) are collinear.
4. Represent the given matrices as the sum of a symmetric and skew symmetric matrices
i. ii.
iii.
i. ii.
iii. iv.
v.
i. = 4a2b2c2 ii.
iii.
iv.
v.
7. Find adjoint A if
i. A = ii. A =
iii. A =
Consider A = and B =
Here, AB =
Algebra 2.33
Definition: For a given square matrix A of order n, if there exists another square matrix B of the
same order n, such that AB = BA = , then A is said to be invertible and B is called the inverse matrix
of A and denoted by A-1
There are many methods by which we can find inverse of a given square matrix.
i. Elementary operation (transformation) method
ii. Matrix method/ Adjugate or Adjoint method
iii. Row reduction method
ii) A row (or column) can be multiplied by a non-zero scalar and denoted by (or
iii) A row (or column) can be added to the equi-multiples of corresponding elements of any other
row or column and denoted by (or ) for a non-zero scalar k.
For an invertible square matrix A (i.e., A–1 exists)
i) Write A = A to apply a sequence of row operations till we get, = BA, where is identity
matrix of same order.
ii) Similarly, we write A = A and apply a sequence of column operations till we get, = AB,
where is identity matrix of same order.
In both the cases, the matrix B is the inverse of A.
iii) In case, after applying one or more elementary row (column) operations on A = A ( or A
= A ), if we obtain all zeros in one or more rows of the matrix A on L.H.S. of the equation,
then A–1 does not exist, or A is not invertible
applying t
Applying
applying
Applying
Example 34
Algebra 2.35
Applying and , we get
Applying , we get
Applying , we get
Example 35
Find A-1, if A =
On LHS, the elements of second column are all zeroes, therefore, A-1 does not exist
Example 36
Find the inverse of matrix A using inverse of the coefficient matrix method when
A =
Solution: A =
exists
inverse of A= A-1 = A) =
Algebra 2.37
2.8 SOLVING SYSTEM OF SIMULTANEOUS LINEAR EQUATIONS
Let us understand how to find inverse of a given square matrix A = of order 2×2
Then A-1 =
Example 37
Solve the following system of equation finding the inverse of coefficient matrix:
x – y = 5; 2x + 3y = -1
Solution: Let us convert given equation in matrix form AX=B.
Now AX = B X = A-1B
X =
Therefore x = and y =
Example 38
Solve for x, y and z:
2x – 3y = 5; 5x + 3y = 2
Solution: Let us write the given system of equations in matrix form
In this representation, matrix A is called coefficient matrix and B is called constant matrix.
Now pre-multiplying both sides by A-1, we get
A-1(AX) = A-1 B
X = A-1 B
X = A-1 B
For A =
Here adj A =
Therefore A-1 =
As =
= =
Hence x = 1 and y = -1
Example 39
Solve the following system of equation using matrix method
x + y + z = 10, 2x + y = 13, x + y - 4z = 0
Solution: The given equation in matrix form can be written as
where A =
AdjA =
Algebra 2.39
Therefore A-1 =
Therefore x = 5, y = 3 and z = 2
Example 40
Solve the following system of equation using Cramer’s rule
2x – 3y = 5; 5x + 3y = 2
Solution: Let us convert given equation in matrix form AX=B.
Example 41
Solve the following system of equations using Cramer’s rule
x + y + z = 10 , 2x + y = 13 , x + y - 4z = 0
Solution: Convert the given equations in matrix form
Where A = , X = and B =
y = = 15
And, z = = 10
x = = = 5,
y = = = 3
and z = = = 2
Therefore, x = 5, y =3 and z = 2
Example 42
Solve the following system of equations using Cramer’s rule,
2x – 3y = 5; -4x + 6y = -10
Algebra 2.41
Solution: Let us convert given equations in matrix form AX=B.
In Cramer’s rule, when
= 0 and all other delta
=
values x, y and z are
zero; then the system of
Here = = 0 equations
Is dependable consistent.
x = = 0 has infinitely many
solutions.
y = = 0
Example 43
Solve the following system of equations using Cramer’s rule
x - 2y + 3z = 1, 2x + y - z = 3 and 3x - y + 2z = -2
Solution: Convert given equations in matrix form
In this method, we will reduce Row1 by making a11 = 1 and the rest of the elements in Column1
as 0 by using the elementary row transformations
1 −3 9
R2 R2 – 2R1
0 7 −21
Then we shall rewrite the system of equations, using the above row reduced matrix:
R1 x -3y = 9 …..(i)
And R2 0x + 7y = - 21 y = –3
Substituting value of y in equation (i), we get:
x -3(-3) = 9 x = 0
Example 45
Use row reduction method to solve the given system of equations:
3x +2y – z = 1
X + 2y – 2z = 0
And 2x +y -3z = -1
Solution: Let 3x +2y – z = 1 …… (i)
x + 2y - 2z = 0 …...(ii)
And 2x +y -3z = -1 ….. (iii)
Write the given system of equation in the augmented matrix as
We will begin by converting a11 = 1 and the rest of the elements in Column1 as 0 by using the
elementary row transformations
1
−2 0 2
R1 R2 3 −1 1 2
2 −3 −1 1
1 2 −2 0
R2 R2 – 3R1 0 −4 5 1
2 1 −3 −1
1 2 −2 0
R3 R3 – 2R1 0 −4 5 1
0 −3 1 −1
1 2 −2 0
−5 −1
R2 2
0 1
−4 4 4
0 −3 1 −1
Algebra 2.43
1 2
−2 0
⎡ −5 −1⎤
⎢0 1 ⎥
R2 R3 + 3R2 ⎢ 4 4⎥
⎢ −11 −7⎥
⎣0 0
4 4⎦
0
⎡ 1 2 −2 −1⎤
−4 3 ⎢ −5 ⎥
R3 ⎢0 1 4⎥
11 ⎢ 4 7⎥
⎣ 0 0 1 11 ⎦
Now we shall write the above matrix into a system of equations one more time:
x + 2y – 2z = 0
5 −1
y − z =
4 4
7
and z =
11
5 7 −1 6
y − × = y =
4 11 4 11
6 7 2 2 6 7
Also x + 2× – 2× = 0 x = Therefore x = , y = and z =
11 11 11 11 11 11
Example 46
Three shopkeepers A, B and C are using polythene bags, handmade bags and newspaper bags. A
uses 20, 30 and 40 number of bags of respective type. B uses 30, 40 and 20 of each respective kind
while C uses 40, 20 and 30 of each type. Each shopkeeper spent Rs 250, Rs 220 and Rs 200 on the
bags. Find the cost of each carry bag using matrix method.
Solution:
Where A =
Adj A =
As AX = B then X = A-1 B =
= =
Example 47
A school plans to award 6000 in total to its students to reward for certain values - honesty,
regularity and hard work. When three times the award money for hard work is added to the award
money given for honesty amounts to 11000. The award money for honesty and hard work together
is double the award money for regularity. Use matrix method to find the prize money for each
category of award.
Solution: Let the prize money for honesty = x
Prize money for regularity = y
And prize money for hard work = z
As per the question. x + y + z = 6000
x + 3z = 11000
and x + z = 2y x – 2y +z = 0
Where A =
adj A =
Algebra 2.45
A-1 = A) =
As AX = B then X = A-1 B =
= =
EXERCISE – D
1. Find the inverse of the given matrices, by using elementary transformations:
i) ii)
iii) iv)
i. ii.
3. Solve the following system of equations by i) Matrix method ii) Row reduction method:
a) 2x – 3y = –4, 3x + 5y =13
b) x + y = 1, 5x – 7y = 29
c) 5x – 4y = 9 , 3x + 7y = -4
d) x – y + 2z = 1, 2y – 3z =1, 3x – 2y + 4z = 2
e) 2x – 3y + 5z = 1, 3x + 2y - 4z = – 5, x + y – 2z = –3
4. Solve the following system of equation using Cramer’s rule.
i) 2x – 3y = –4, 3x + 5y = 13
ii) x + y = 1, 5x – 7y = 29
iii) 5x – 4y = 9, 3x + 7y = –4
iv) x – 3y = 4, 3x – 9y = 12
v) –2x + y = 3, 4x – 2y = 5
vi) x – y + 2z = 1, 2y – 3z = 1, 3x – 2y + 4z = 2
vii) 2x – 3y + 5z = 1, 3x + 2y – 4z = –5, x + y – 2z = –3
viii) x + y + z = 0, –3x + y – 4z = 0, -2x + 2y - 3z = 0
ix) 2x - y - 3z = 1, 3x + 2y - 5z = 0, 5x + y –8z = 3
Now let us introduce one more additional information that every sector is in demand at a
particular time, which may change with respect to time.
So the demand matrix is always changing accordingly there is impact on coefficient matrix.
Let us consider the demand as follows
AS ES - - — Total Demand
Resources produced by AS 20 15 - - - 60 70
Resources produced by ES 12 30 - - — 45 50
Algebra 2.47
Now we shall convert problem into matrix form
AX + D = X ……….(1)
where A is an input-output unit matrix(technology matrix).
D is the total demand
X is the new requirement output.
From equation (1) D = I.X – A.X
D = (I – A) X
Therefore, the requirement output X = (I-A)-1D
Hawkins-Simon Conditions to check for viability of an economy are defined as:
i) | I – A | must be positive
ii) Diagonal element of I - A must be positive.
Let us take an example to test the above stated conditions
Here, A =
then I – A = – =
X = .D
Hawkins-Simon Condition
In the above example, |I-A| must be positive
Diagonal element of I-A
X = must be positive.
X =
Example 48
Prepare an input-output table for Transport industry (TI) and Food industry (FI). Food industry
produces 50 units. Out of these 20 units consumed by FI and 25 units by TI. Whereas Transport
industry produces 40 units and out of these 10 units used by FI and 25 units by TI.
Get I- A =
Now |I-A|=
So X = (I-A)-1D
X = .D
X =
X =
Hence, to fulfil the demand FI must share 70/8 units and TI must share 34/5 units.
Algebra 2.49
If the system is viable then discuss the situation for new demand 80 and 120 from FI and AI
respectively.
3. Solve the following problems using Leontief input-output model.
Sector 1 Sector 2 Total
Sector 1 12 20 40
Sector 2 15 20 30
If the system is viable then discuss the situation for new demand 8 and 8 from sector 1 and sector
2 respectively.
4. Solve the following problems using Leontief input-output model.
Sector 1 Sector 2 Total
Sector 1 5 7 30
Sector 2 6 14 21
If the system is viable then discuss the situation for new demand 8 and 12 from sector 1 and sector
2 respectively.
of columns, the expression m x n is called the order of the given matrix A where
1
12. Two matrices A = [ ] and B = [ ] having same order m n are called Equal matrices when
each element of A is equal to the corresponding element of B,
i.e.
13. For a matrix A = [ ] of order m × n and k is a scalar quantity, then kA is another matrix
obtained by multiplying each element of A by the scalar quantity k,
i.e. kA = k [ ] = [ ],
14. If A = [ ] and B = [ ] are two matrices of the same order, say m × n, and k and p are
scalars, then
(i) k (A +B) = k A + k B
(ii) (k + p) A = k A + p A
(iii) k (A + B) = kA + kB
15. For a non-zero matrix A, of order m×n, a matrix B of same order is called Negative matrix
of matrix A such that A + B = O, where O is the zero matrix of the same order. We denote
negative matrix A as – A
16. For two matrices A = [ ] and B = [ ], of same order m × n, the sum of two matrices A
and B is defined as a matrix S = A+B = [ ] of order m n such that
17. Addition of two or more matrices is possible only when the given matrices are of same order.
The order of resultant matrix is also same
Am×n + Bm×n = Cm×n
Matrix addition is commutative Am×n + Bm×n = Bm×n + Am×n
Matrix addition is associative Am×n + (Bm×n + Cm×n) = (Am×n + Bm×n) + Cm×n
Zero matrix is the additive identity Am×n + Om×n = Am×n = Om×n + Am×n
Negative of a matrix is the additive inverse in matrix addition Am×n + (-Am×n) = Om×n
18. For two matrices A = [ ] and B = [ ], of same order m × n, the difference of two matrices
A and B is defined as a matrix D = A - B = [ ] of order m n such that
Algebra 2.51
20. i. The multiplication of matrices is associative i.e. for any three matrices A, B and C, (AB)
C = A (BC), whenever order of multiplication is defined on both sides
ii. Distributive property of multiplication holds true for multiplication of matrices. i.e. for three
matrices A, B and C, A (B+C) = AB + AC
iii. A (B - C) = AB - AC, whenever order of multiplication is defined on both sides.
21. For a given square matrix A of order m m, there exists a multiplicative identity matrix of
same order such that IA = AI = A.
22. For a matrix A = [ ] of order m n, the matrix obtained by interchanging the rows and
columns of the matrix is called the transpose of matrix A
23. For a matrix A of order m n, the order of transpose matrix A is n m
24. For given matrices A and B:
i. (A’)’ = A
ii. (kA)’ = kA’ (where k is any constant)
iii. (A + B)’ = A’ + B’
iv. (AB)’ = B’A’
24. For a given square matrix A = [ ], if A’ = A, , then the matrix
A is called a symmetric matrix
25. For a given square matrix A = [ ], if A’ = - A, , then the matrix
A is called a skew-symmetric matrix
26. For a square matrix A having real values as elements,
i. A + A’ is a symmetric matrix
ii. A – A’ is a skew symmetric matrix
27. Let X be a set of square matrices and R be the set of numbers (real or complex) such that a
function f is defined as f : M K by f (A) = k, where A X and k R, then f(A) is called
the determinant of A
28. In a given determinant, minor of an element is the determinant obtained by deleting its
th row and th column in which element lies, and is denoted by .
30. The transpose of cofactors matrix of a square matrix A = [ is called Adjoint matrix and
is denoted by adj A.
31. For a given square matrix A, of order n,
i. A(adj A) = (adj A) A = |A| , where is the identity matrix of order n
ii. |adj(A)| = |A|n-1
32. If the determinant of any matrix is zero then that matrix is called Singular Matrix and if
|A| 0 then A is called Non-singular matrix.
33. Let A(x1,y1), B(x2,y2) and C(x3,y3) be the vertices of the triangle ABC, then
34. For a given square matrix A of order n, if there exists another square matrix B of the same
order n, such that AB = BA = , then A is said to be invertible and B is called the inverse
matrix of A and denoted by A-1
i. Inverse of a matrix, if it exists, is unique
ii. For two invertible matrices of same order, say A and B, then (AB)-1 = B-1 A-1
iii. For an invertible matrix A, (A-1)-1 = A
iv. For an invertible matrix A, (AT) -1
= (A-1) T
35. A system of equations can be solved by using any of the following methods:
i. inverse of coefficient method
ii. Cramer’s method
iii. Row reduction method
36. Hawkins-Simon Conditions to check for viability of an economy are defined as:
i. | I – A | must be positive
ii. Diagonal elements of (I – A) must be positive
EXERCISE – A
1. i) Row, 1×2 ii) Column, 3×1
iii) Rectangle, 3×2 iv) Row 1×3
v) Square 2×2 vi) Square 3×3
vii) Zero 2×2 viii) Zero 2×3
ix) Identity 3×3 x) Scalar 3×3
i) Scalar 3×3
2. i) – 4
ii) 0 + 2
iii) 4
3.
4.
5. 81
6. 4
7. a = 14, b = -7, c = 7, d = 1
Algebra 2.53
EXERCISE – B
1. Order of the matrix
A B A B AB
2 2 2 2 2 2 2 2
2 3 3 2 Not possible 2 2
3 4 4 1 Not possible
3 3 3 3 3 3 3 3
2 3 2 3 2 3 Not possible
3 3 2 Not possible 1 2
5. i) ii)
v)
6.
7. i.
iii. iv.
v.
S =
Cost Matrix
C =
Amount Matrix A= S C
A=
Bookseller P generates the amount Rs 249/- and Q generates the amount Rs 180/-
EXERCISE – C
1. i) 0, ii) -53, iii)25, iv) 0, v) 18
2. 15 sq. units
3. -5
7. i.
ii.
iii.
EXERCISE – D
1. i) ii)
iii) iv) :
2. i) ii)
3. a) x =1, y =2 b) x = 3, y = -2
c) x = 1, y = -1 d) x = 0, y = 5, z = 3
e) x = 1, y = 2, z = 3
Algebra 2.55
4. i) x = 1, y = 2 ii) x = 3, y = -2
iii) x = 1, y = -1) iv) Infinite many solution
v) No solution vi) x = 0, y = 5, z = 3
vii) x = 1 , y = 2, z = 3 viii) Infinite many solution
ix) No solution
EXERCISE – E
Get I-A = ,
Check conditions det (I-A) = 16/25 – 3/40 = 109/200 > 0, main diagonal entries positive
So X = (I-A)-1D =
Get I-A = ,
Get I-A = ,
Get I-A = ,
Check conditions det (I-A) = 5/18 - 1/15 = (25-6)/90 = 19/90 > 0, main diagonal entries positive
So X = (I-A)-1D =