Matrix Concepts and Operations Guide
Matrix Concepts and Operations Guide
Concept, notation, order, equality, types of matrices, zero and identity matrix,
transpose of a matrix, symmetric and skew symmetric matrices. Operations on
matrices: Addition and multiplication and multiplication with a scalar. Simple
properties of addition, multiplication and scalar multiplication. Non-
commutativity of multiplication of matrices and existence of non-zero matrices
whose product is the zero matrix (restrict to square matrices of order 2).
Invertible matrices and proof of the uniqueness of inverse, if it exists; (Here all
matrices will have real entries).
Matrix
A set of m×n numbers (weather real or complex) or functions arranged in the form of a rectangular array
of m horizontal lines (called rows) and n vertical lines (called columns ) is called a m × n matrix. A
matrix is generally denoted by capital letter of English alphabet and an element of a matrix is denoted by
a small letter. A matrix with m rows and n columns is called a matrix of order m by n.
Types of matrices:
1. Row matrix: A matrix having only one row is called a row matrix.
3. Zero or Null matrix : A matrix is said to be a zero matrix if all its elements are zero.
29
0 0
Example: O= [0 0 0 ], O=[ ]
0 0
4. Square matrix: A matrix A = [𝑎𝑖𝑗 ]mxn is said to be a square matrix if the no. of rows and columns in
the matrix are same.
2 0 5
8 7
Example: A = [ ], A = [0 5 6]
6 2
4 0 8
5. Diagonal elements of a square matrix : The elements 𝑎𝑖𝑗 are called diagonal elements of a square
matrix A = [𝑎𝑖𝑗 ]mxn if i = j. i.e. a11, a22, a33, .............,ann are called the diagonal elements of a square
matrix. The line containing the elements a11, a22, a33, .............,ann is called the principal diagonal.
6. Diagonal matrix: A square matrix is said to be a diagonal matrix if its non- diagonal elements are
zeros.
2 0 0
e.g. A = [0 5 0] is a diagonal matrix.
0 0 8
7. Scalar Matrix:
A square matrix is said to be a scalar matrix if its non- diagonal elements are zeros and all diagonal
elements are equal.
2 0 0
As for example : A = [0 2 0]
0 0 2
8.Unit matrix : A diagonal matrix is called a unit matrix if all the diagonal elements are unity.
1 0 0
1 0
As for example : I2 = [ ], I3 = [0 1 0]
0 1
0 0 1
9.Equal Matrices: Two matrices A = [𝑎𝑖𝑗 ]mx n and B = [𝑏𝑖𝑗 ]mx n of the same order are equal if 𝑎𝑖𝑗 = 𝑏𝑖𝑗 for
all i, j
10. Upper Triangular matrix: A square matrix A = [𝑎𝑖𝑗 ]nxn is called an upper triangular matrix iff 𝑎𝑖𝑗 =
0 for all i > j i.e. all elements below the principal diagonal are zero.
2 3 6
As for example : A = [0 2 7]
0 0 2
11.Lower Triangular matrix: A square matrix A = [𝑎𝑖𝑗 ]nxn is called an lower triangular matrix iff 𝑎𝑖𝑗 =
0 for all i < j i.e. all elements above the principal diagonal are zero.
2 0 0
As for example : A = [4 2 0]
1 3 2
12.Triangular matrix: A square matrix A = [𝑎𝑖𝑗 ]nxn is called a triangular matrix if it is either upper
triangular or lower triangular.
30
Addition of matrices
Let A and B be two matrices of the same order m × 𝑛. Then their sum denoted by A + B is also a matrix
of the same order m × 𝑛 and is obtained by adding the corresponding elements of A and B.
As for example :
8 7 5 1 13 8
If A =[ ], B = [ ], then A + B = [ ],
6 2 9 0 15 2
Properties of matrix addition
If A = [𝑎𝑖𝑗 ]mx n and B = [𝑏𝑖𝑗 ]mx n are of the same order then
If A and B are two matrices of the same order and k, l are scalars then
(i) k(A + B) = kA + k B
(ii) (-k)A = -(k A) = k (-A)
(iii) IA=A
(iv) (-1) A = - A
Let A = [𝑎𝑖𝑗 ]mx n and B = [𝑏𝑖𝑗 ]mx n be two matrices of the same order m × 𝑛. Then their difference
denoted by A − B is also a matrix of the same order m × 𝑛 and is defined as
Multiplication of Matrices
Two matrices A and B are said to be conformal for the product if the no. of columns in A is equal to the
no. of rows in B.
Let A = [𝑎𝑖𝑗 ]mx n and B = [𝑏𝑗𝑘 ]mx n be two matrices then the product of A and B is a matrix C = [𝑐𝑖𝑘 ]mx p
where
Symmetric matrix A square matrix A = [𝑎𝑖𝑗 ]nxn is said to be a symmetric matrix if transpose of A is
equal to matrix A. i.e. if 𝐴𝑇 = A.
2 5 2 5𝑇 2 5
For example: Let A= [ ], then [ ] = [ ]
5 3 5 3 5 3
∴ A is said is symmetric matrix.
Skew-symmetric matrix A square matrix A = [𝑎𝑖𝑗 ]nxn is said to be a skew symmetric matrix if 𝐴𝑇 = −A.
For example:
0 3 0 3𝑇 0 −3 0 3
Let A = [ ], then 𝐴𝑇 = [ ] =[ ] =-[ ] = -A
−3 0 −3 0 3 0 −3 0
∴ A is skew-symmetric matrix.
Note:
(1) All main diagonal elements of a skew symmetric matrix are zero.
(2) Every square matrix can be uniquely expressed as a sum of a symmetric and a skew-
symmetric matrix.
(3) All positive integral powers of a symmetric matrix are symmetric.
(4) odd positive integral powers of a skew-symmetric matrix are skew-symmetric.
Invertible matrices
Let A be a square matrix of order n, If then there exist a square matrix B such that AB = In = BA, then B
is called the inverse of A and is denoted by A−1 .
∴ AA−1 = I = A−1A
If A and B are invertible square matrices of the same order then AB is also invertible and (AB)−1 =
B−1 A−1
32
1 1
2. If A = [ ] and nϵN, then An is equal to
1 1
a. n A b. 2n A c. 2n-1 A d. 2n A
3. The number of all possible matrices of order 3x3 with each entery 0 or 1 is:
a. 27 b. 18 c. 81 d. 512
a. A b. A + I c. I – A d. A – I
1 0 𝑥 0
5. If A = [ ],B=[ ] and A = B2 , then x equals
2 1 1 1
a. -1 b. 1 c. 2 d. -2
𝑥 5 3 4 7 14
6. 2[ ]+[ ]=[ ] what is the value of x & y
7 𝑦−3 1 2 15 14
a. 2, 9 b. -2, 9 c. 2, -9 d. -2, -9
a. I b. A c. 2A d. 3I
a. 8I b. 2I c. I d. A
9. The numbers of all possible matrices of order 2x2 with each entry 1,2 or 3 is
a. 12 b. 64 c. 81 d. 7
10. The numbers of all possible matrices of order 2x3 with each enter 1 or 2 is
a. 12 b. 64 c. 36 d. 8
11. If A and B are square matrices of same order , then AB' - BA' is a
12. If the matrix A is both symmetric and skew symmetric matrix, then
33
ASSERTION-REASON BASED QUESTIONS (1 MARK EACH)
In the following questions, a statement of assertion (A) is followed by a statement of Reason (R). choose
the correct answer out of the following choices.
0 ℎ −𝑔
14. ASSERTION: [−ℎ 0 𝑓 ] is skew- symmetric matrix.
𝑔 −𝑓 0
REASON: Every square matrix A can be expressed as sum of a symmetric and skew-
1 1 1 𝑛
16. ASSERTION: If A = [ ] , then An = [ ] , for all n ϵ N.
0 1 0 1
0 1
REASON: If B = [ ] , then (I + B)n = I + n B, for all n ϵ N.
0 0
17. ASSERTION: An identity matrix is a non- singular matrix.
3 −2 1 0
18. Find k if A = [ ], and I = [ ] satisfy the relation A2 = k A – 2I.
4 −2 0 1
𝑠𝑖𝑛𝛼 𝑐𝑜𝑠𝛼
19. If A = [ ] , then verify that A'A = I.
−𝑐𝑜𝑠𝛼 𝑠𝑖𝑛𝛼
−2 3 −1 0
20. If A' = [ ] and B = [ ] , then find (A + 2B)'.
1 2 1 2
3𝑥 − 2𝑦 5 3 5
21. If [ ]= [ ] , find the value of y .
𝑥 −2 −3 −2
1 0 0 𝑥 1
22. If [0 −1 0] [𝑦] = [0] , find x,y,z.
0 0 1 𝑧 1
34
SHORT ANSWER TYPE QUESTIONS (3 MARKS EACH)
2 0 1
23. Find A2 -5A + 6I, if A = [2 1 3]
1 −1 0
𝑐𝑜𝑠𝑥 −𝑠𝑖𝑛𝑥 0
24. If f(x) = [ 𝑠𝑖𝑛𝑥 𝑐𝑜𝑠𝑥 0], show that f(x) f(y) = f(x + y).
0 0 1
−2 3 −1 0
25. If AT = [ ] and B = [ ], find (A + 2B)T.
1 2 1 2
−3 0
26. If A = [ ], find A4.
0 −3
2 4 −2 5
27. Let A =[ ] and C = [ ], find 3A – C.
3 2 3 4
LONG ANSWER TYPE QUESTIONS ( 5 MARKS EACH)
28. A trust fund has Rs. 30,000 that must be invested in two different types of bonds. the first bond
pays 5% interest per year, and the second bond pays 7% interest per year. Using matrix
multiplication, determine how to divides Rs. 30,000 among the two types of bonds. If the trust
fund must obtain an annual total interest of.
a. Rs. 1800 b. Rs. 2000
0 −𝑡𝑎𝑛𝛼/2
29. If A = [ ] and I is the identity matrix of order 2, show that
𝑡𝑎𝑛𝛼/2 0
𝑐𝑜𝑠𝛼 −𝑠𝑖𝑛𝛼
I + A = (I – A) [ ]
𝑠𝑖𝑛𝛼 𝑐𝑜𝑠𝛼
30. Express the following matrix as the sum of a symmetric and a skew symmetric matrix
3 −2 −4
[ 3 −2 −5]
−1 1 2
1 0
31. If A = [ ], find k such that A2 = 8A + KI
−1 7
3 4
32. If A = [ ], find f(A), where f(x) = x2 -5x + 7
−4 −3
CASE STUDY BASED QUESTIONS (4 – MARKS EACH)
33. Ram purchases 3 pens, 2 bags, and 1 instrument box and pays ₹ 41. From the same shop, Dheeraj
purchases 2 pens, 1 bag, and 2 instrument boxes and pays ₹29, while Ankur purchases 2 pens, 2
bags, and 2 instrument boxes and pays ₹44.
35
Read the above information and answer the following questions:
Answer Key/Hints
Q.1 –C Q.2-D Q.3-D Q.4-C Q.5-B Q.6-A Q.7-C Q.8-A Q.9-C Q.10-C
Q.11-A Q.12-B
−𝟒 𝟓
Q.18- K = 1 Q.20 - [ ]
𝟏 𝟔
∴ x= -3 and 3x - 2 y = 3 ⇒ y = - 6
1 0 0 𝑥 1 𝑥+0+0 1
Q.22 [0 −1 0] [𝑦] = [0] ⇒ [0 − 𝑦 + 0] = [0]
0 0 1 𝑧 1 0+0+𝑧 1
⇒ x = 1, y = 0, z = 1.
𝟏 −𝟏 −𝟑
Q.23 - [−𝟏 −𝟏 −𝟏𝟎]
−𝟓 𝟒 𝟒
−2 1 −1 0 −4 1
Q.25 A + 2B = [ ] + 2[ ] = [ ]
3 2 1 2 5 6
−4 5
∴ ( A + 2B )T = [ ].
1 6
−3 0 −3 0 9 0
Q.26 A2 = [ ][ ] = [ ]
0 −3 0 −3 0 9
9 0 9 0 81 0
A4 = A2 . A2 = [ ][ ]=[ ]
0 9 0 9 0 81
2 4 −2 5 8 7
Q.27 3A-C = 3[ ] - [ ] = [ ]
3 2 3 4 6 2
LONG ANSWER TYPE QUESTIONS ( 5 MARKS EACH)
1 0 1 0 1 0
Q.31 A2 = A.A = [ ][ ] =[ ]
−1 7 −1 7 −8 49
1 0 8 0
8A=8[ ]=[ ]
−1 7 −8 56
1 0 𝐾 0
KI=K[ ]=[ ]
0 1 0 𝐾
1 0 8 0 𝐾 0
Now A2 = 8A + KI ⇒ [ ]=[ ]+[ ]
−8 49 −8 56 0 𝐾
1 0 8+𝑘 0+0
⇒[ ]=[ ]
−8 49 −8 + 0 56 + 𝑘
⇒K=-7
Q.32 ∵ f(x) = x 2 − 5x + 7
37
∴ f(A) = A2 − 5A + 7 I
3 4 3 4 9 − 16 12 − 12 −7 0
A2 = [ ][ ]=[ ]=[ ]
−4 −3 −4 −3 −12 + 12 −16 + 9 0 −7
3 4 15 20
5 A = 5[ ]=[ ]
−4 −3 −20 −15
1 0 7 0
7I =7[ ]=[ ]
0 1 0 7
−7 0 15 20 7 0
∴ f(A) = A2 − 5A + 7 =[ ]−[ ]+[ ]
0 −7 −20 −15 0 7
−15 −20
= [ ]
20 15
CASE STUDY BASED QUESTIONS (4 – MARKS EACH)
Q.33 –
(i) ₹ 2 (ii) ₹17 (iii) ₹7
Q.34 -
38
Ch – 4 Determinants
Determinants of a square matrix (up to 3x3 matrices), minors, co-factors, and applications
of determinants in finding the area of a triangle. Adjoint and inverse of a square matrix.
Consistency, inconsistency, and number of solutions of system of linear equations by
example, solving system of linear equations in two or three variables (having unique
solution) using inverse of matrix.
Determinants
Every square matrix can be associated to an expression or a number which is known as its determinant. If
A is a square matrix then its determinant is donated by det A or |A|.
Note:
(i) Only square matrices have determinants. The determinant of non-square matrices is not defined.
(ii) A matrix is an arrangement of numbers and hence it has no fixed value while each determinant has a
fixed value.
(iii) A determinant having n rows and having n columns is known as a determinant of order n.
Value of a determinant
Let A = [a11] be a square matrix of order 1 then |A| = |𝑎11 | and the value of determinant is the number
itself. i.e. |𝑎11 | = 𝑎11
Remark: A determinant of order 1 should not be confused with the absolute value of the number 𝑎11 .
𝑎11 𝑎12
then det A = |𝑎 𝑎22 |and its value is 𝑎11 . 𝑎22 − 𝑎21 . 𝑎12
21
Note: The numbers 𝑎11, 𝑎12, 𝑎21, 𝑎22 are called the elements of the determinant.
3 2
As for example: (i) If A = [ ], then |A| = 3 × 6 − 4 × 2 =10
4 6
𝑐𝑜𝑠𝜃 −𝑠𝑖𝑛𝜃
(ii) | | = cos 𝜃 . cos 𝜃 − sin 𝜃 . (− sin 𝜃) = cos 2 𝜃 + sin2 𝜃 = 1
𝑠𝑖𝑛𝜃 𝑐𝑜𝑠𝜃
Determinant of a matrix of order 3
𝑎11 𝑎12 𝑎13
𝑎
Let A = [ 21 𝑎22 𝑎23 ] be a square matrix of order 3,
𝑎31 𝑎32 𝑎33
𝑎11 𝑎12 𝑎13
then det A = |𝑎21 𝑎22 𝑎23 |
𝑎31 𝑎32 𝑎33
= 𝑎11 (𝑎22 . 𝑎33 − 𝑎23 . 𝑎32 ) − 𝑎12 (𝑎21 . 𝑎33 − 𝑎23 . 𝑎31 ) + 𝑎13 (𝑎21 . 𝑎32 − 𝑎22 . 𝑎31 )
39
3 −2 5
2 −1 1 −1 1 2
As for example: (i) |1 2 −1|= 3| | − (−2) | | + 5| | = 3.18+27+5.4 = 88
4 7 0 7 0 4
0 4 7
3 −1 −2
(ii) |0 0 −1| = 3(0-5) –(- 1)(0+3) +(-2)(0-0) = - 15 + 3 +0 = - 12
3 −5 0
IMPORTANT POINTS TO REMEMBER
As for example:
If A = [𝑎𝑖𝑗 ]3 x3, then | 𝑘𝐴 | = k3 |𝐴|
Illustrations
1. If A is square matrix of order 3 with value of its determinant 4,
then |3𝐴| = 33 |𝐴| = 27 × 4 = 108
2. If A is a square matrix order 3 such that |𝐴| = 4, and |𝐾𝐴|= 500, find K.
Solution: ∵ |𝐾𝐴|= 500
⇒ 𝑘 3 |𝐴| = 500
⇒ k3.4 = 500
⇒ k3 = 500/4 = 125
⇒k=5
3. Let A be a square matrix of order 3x 3, write the value of |2𝐴| where |𝐴| = 4
40
Solution: ∵ |2𝐴| = 23 . |𝐴|= 8× 4 = 32
4. Given matrix A of order 3x3, find the value of k such that |2𝐴| =K|𝐴|
Solution: ∵ |2𝐴| = 23 . |𝐴|= K|𝐴|
⇒K=8
Area of a triangle
Area of a triangle with vertices (x1, y1) , (x2,y2) ,(x3 ,y3) is given by
𝑥1 𝑦1 1
1
∆ = 2 | 2 𝑦2 1|
𝑥
𝑥3 𝑦3 1
Q. Find the value of K, if area of a triangle is 4 square unit when its vertices are (k,0) ,(4,0), (0,2).
(Ans: k=0 or 8)
Adjoint of a matrix
Let A = = [𝑎𝑖𝑗 ]nxn be a square matrix of order n and let Aij denote the cofactor of aij in |𝐴|. Then the
adjoint of A denoted by adj A and is defined by adj A = [𝐴𝑗𝑖 ]nxn. Thus, adj A is the transpose of the
matrix of the corresponding cofactors of elements of |𝐴|.
2 −3
As for example: Let A =[ ], then
4 7
M11= |7| = 7; M12 = |4| = 4; M21=|−3| = −3; M22=|2| = 2
4 −1
∴ adj A = [ ]
5 3
MULTIPLE COICE QUESTIONS (1 MARK EACH)
(a) Scalar matrix (b) Null matrix (c) Identity matrix (d) None of these
2. The sum of the products of elements of any row with the co-factors of corresponding elements is equal
(a) Adjoint of the matrix (b) 0 (c)1 (d) Value of the determinant
3. If P is a square matrix of order 3,such that P( adjoint P) =10 I , then the determinant of adjoint P is
equal to
(a) 0 (b) 1 (c) 10 (d) None of these
41
4. If A is an invertible square matrix, then
5. The area of a triangle with vertices (-3,2), (5,4), (k,-6) is 42 sq units . What is the value of k?
(a) exists (b) is unique (c) does not exist (d) None of these
8. If A is a non- singular matrix of order 3 and determinant value of A is 3 then determinant value of (2A)
is
9. If A is a square matrix of order 3 and det A=7 what is the value of det (adjoint A) ?
Directions: In the following questions, A statement of Assertion (A) is followed by a statement of Reason
(R). Mark the correct choice as
Reason (R ) : For a matrix A of order n and a scalar k det (k A) = k raised to the power n . (det A)
Reason ( R ) : det A = 0
42
Reason ( R) : Determinant of skew symmetric matrix is O
15. Assertion (A) :The value of k for which area of the triangle with vertices(1,1 ), (0,2), (k,0) is 3
square units
Reason (R) : We can use the determinant formula for finding area of triangle
2 5
16. What is the inverse of the matrix [ ]?
1 3
17. If we find positive integral power of a symmetric matrix then we get which type of matrix-
Symmetric or Skew symmetric?
𝑎 𝑏
18. Write the adjoint of matrix [ ]?
𝑐 𝑑
1 2 3
19. Find the corresponding value of determinant for given matrix [2 3 2]
3 3 4
20. A is an invertible matrix of order 3 then the statement -The determinant of adjoint A is equal to
square of the determinant of matrix A is True or False?
SHORT ANSWER TYPE QUESTIONS (3 MARKS EACH)
2 4 2𝑦 4
21. Find the value of y if | | =| |
5 1 6 𝑦
22. A is an invertible matrix of order 3x3 and det A =7, then find det (inverse of A).
𝑥2 0 3
23. Solve for x: | 𝑥 1 −4| = 11
1 2 0
24.Find the equation of the line joining (1,2) and (3,6) using determinants.
2 3
25. Verify A(adj. A) =(adj. A)A = (det A). I for A= [ ]
−4 −6
26. Solve using matrix method 2x-y = 1, 3x+2y=5
3 2 1
27. If A = [4 −1 2 ] then find inverse of A. Hence solve the system of equations
7 3 −3
3x+4y+7z=14, 2x-y+3z=4, x+2y-3z=0
29. Show that the points (a, 0) , (0, b ) and (1,1) are collinear if a + b = ab
6 5
30. If A =[ ] show that A2 -12A+I = O
7 6
43
2 −3 5
31.If A=[3 2 −4] find A−1 . Hence solve the given equations
1 1 −2
2x − 3y + 5z = 11; 3x + 2y − 4z = −5; x + y − 2z = −3.
−4 4 4 1 −1 1
32. Given that A = [−7 1 3 ] and B = [1 −2 −2] , find AB and use it to solve the system of
5 −3 −1 2 1 3
equations: x – y + z = 4; x – 2y – 2z = 9; 2x + y +3z = 1
33. In the capital of a state an Educational Institute conducts classes for painting and dance and fees for
two age- groups under -10 and above 10 years students. In painting there are 20 under 10 students and
5 students of the 10 years age group. The total monthly collection is Rs 900. I dance class there are 5
under 10 years students and 25 students of 10 years age group and the total monthly collection is Rs
2600. Now, based on the above information, answer the following questions.
(i) (a) If Rs x and Rs y be the fees for 10 years and under 10 age group children respectively (1 mark)
(b) What will be the matrix equation for the system of linear equations. (1 marks)
34. In a factory the social worker decided to distribute gifts to workers of a particular CABIN. If there
were 8 workers less, everyone would have got Rs 10 more. Also, it was observed that if there were 16
students more, everyone would have got Rs 10 less.
(i) (a) If the number of workers in the CABIN be x and the social worker has decided to give Rs y to
each worker, then find the system of linear equations for this situation. (1 mark)
(b) If AX=B, where A, X, B are matrices then what will be the value of X.
(ii) Find the number of workers and amount distributed by the social worker. (2 marks)
Answer Key/Hints
3 −5 𝑑 −𝑏
16.[ ] 17. symmetric 18. [ ] 19. -7 20. True
−1 2 −𝑐 𝑎
SHORT ANSWER TYPE QUESTIONS (3 MARKS EACH)
𝑥2 0 3
23. |𝑥 1 −4| = 11 ⇒ 𝑥 2 (0 + 8) − 0 + 3(2𝑥 − 1) = 11
1 2 0
7
⇒ 8𝑥 2 + 6𝑥 − 3 = 11 ⇒8𝑥 2 + 6𝑥 − 14 = 0 ⇒ 4𝑥 2 + 3𝑥 − 7 = 0 ⇒ x= - 4 or 1
44
24. 2x-y=0 25. Verification 26. x=1 y=1
0 2 1 𝑇 0 −1 2
Then, adj A = [−1 −9 −5] = [2 −9 23]
2 23 13 1 −5 13
0 −1 2 0 1 −2
𝟏 𝟏
∴ 𝐴−1 = |𝑨| 𝐚𝐝𝐣 𝐀 = [2 −9 23] = [−2 9 −23]
−𝟏
1 −5 13 −1 5 −13
The given system of equations can be written as a single matrix equation
2 −3 5 𝑥 11
[3 2 −4] [𝑦] = [−5]
1 1 −2 𝑧 −3
i.e. 𝐴𝑋 = 𝐵
0−5+6
= [−22 − 45 + 69]
−11 − 25 + 39
𝑥 1
⟹ [𝑦] = [2] ∴ 𝑥 = 1, 𝑦 = 2, 𝑧 = 3.
𝑧 3
32.
−4 4 4 1 −1 1
AB = [−7 1 3 ] [1 −2 −2]
5 −3 −1 2 1 3
−4 + 4 + 8 4 − 8 + 4 −4 − 8 + 12
= [−7 + 1 + 6 7 − 2 + 3 −7 − 2 + 9 ]
5 − 3 − 2 −5 + 6 − 1 5+6−3
8 0 0 1 0 0
=[0 8 0] = 8 [0 1 0] = 8 I3
0 0 8 0 0 1
𝐴 𝐴
=> ( 8 ) B = I => B-1 = 8
−4 4 4
1
=> B-1 = 8 [−7 1 3]
5 −3 −1
45
The given system of equations can be written as a single matrix equation
1 −1 1 𝑥 4 −4 4 4 4 24
1 1
[1 −2 −2] [𝑦] = [9] i.e. B X = C => X = B-1 C = [−7 1 3 ] [9] = [−16]
8 8
2 1 3 𝑧 1 5 −3 −1 1 −8
𝑥 3
=> [𝑦] = [−2] => x =2, y = -2, z= -1
𝑧 −1
5𝑥 + 20𝑦 9000
(b) ( )=( )
25𝑥 + 5𝑦 2600
(ii) Fees for under 10 and 10 year old students are respectively Rs 200 and Rs 1000.
5 20
Hint: A= [ ] , Determinant A = 25-500 = -475
25 5
5 20
Inverse A =1/-475 | |
−25 5
𝑥 45000 − 520000
(𝑦 ) = 1/-475 ( )
−225000 + 130000
𝑥 1000
(𝑦) = ( )
200
46