0% found this document useful (0 votes)
180 views10 pages

Matrix Operations and Properties

The document provides a comprehensive overview of matrices and determinants, detailing various types of matrices such as row, column, square, diagonal, scalar, identity, and null matrices, along with operations like addition, multiplication, and properties of these operations. It also explains determinants, their properties, and concepts of singular and non-singular matrices, as well as the adjoint and inverse of matrices. Additionally, the document includes examples and problems related to matrices and their applications in solving systems of linear equations.

Uploaded by

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

Matrix Operations and Properties

The document provides a comprehensive overview of matrices and determinants, detailing various types of matrices such as row, column, square, diagonal, scalar, identity, and null matrices, along with operations like addition, multiplication, and properties of these operations. It also explains determinants, their properties, and concepts of singular and non-singular matrices, as well as the adjoint and inverse of matrices. Additionally, the document includes examples and problems related to matrices and their applications in solving systems of linear equations.

Uploaded by

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

MATRICES & DETERMINANTS

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


a11 a12 …………a1n   ROWS
a a ………… a 
A   21 22 2n 
   COLUMNS
 
a m1 a m2 …………a mn  mn
OR
A = [a ij ]mn , where i = 1, 2,…., m ; j = 1, 2,….,n.
* Row Matrix : A matrix which has one row is called row matrix. A  [a ij ]1n
* Column Matrix : A matrix which has one column is called column matrix. A  [a ij ]m 1 .
* Square Matrix: A matrix in which number of rows are equal to number of columns, is called a
square matrix A  [a ij ]m m
* Diagonal Matrix : A square matrix is called a Diagonal Matrix if all the elements, except the
diagonal elements are zero. A  [a ij ]n  n , where a ij = 0 ,i j. a ij 0 ,i = j.
* Scalar Matrix: A square matrix is called scalar matrix it all the elements, except diagonal elements are
zero and diagonal elements are some non-zero quantity. A  [a ij ]n  n , where a ij  0 if i  j. and a ij =k , i =
j.
* Identity or Unit Matrix : A square matrix in which all the non-diagonal elements are zero and
diagonalelements are unity is called identity or unit matrix.
* Null Matrices : A matrices in which all element are zero.
* Equal Matrices : Two matrices are said to be equal if they have same order and all their corresponding
elements are equal.
* Sum of two Matrices :If A = [aij] and B = [bij] are two matrices of the same order, say m × n, then, the
sum of the two matrices A and B is defined as a matrix
C = [cij]m× n, wherecij= aij+ bij, for all possible values ofiand j.
* Multiplication of a matrix :
kA = k [aij] m × n= [k (aij)] m × n
* Negative of a matrix is denoted by –A. We define–A = (– 1) A.
* Difference of matrices :If A = [aij], B = [bij] are two matrices of the same order, say m × n, then
difference A – B is defined as a matrix D = [dij], where dij= aij– bij,for all value of iand j.
*Properties of matrix addition :
(i) Commutative Law :If A = and B are matrices of the same order, then A + B = B + A.
(ii)Associative Law :For any three matrices A, B &C of the same order, (A + B) + C = A + (B + C).
(iii)Existence of identity: Let A be an m × n matrix and O be an m × n zero matrix,
then A + O = O + A = A. i.e. O is the additive identity for matrix addition.
(iv) Existence of inverse :Let A be any matrix, then we have another matrix as – A such that
A + (– A) = (– A) + A= O. So – A is the additive inverse of A or negative of A.
* Properties of scalar multiplication of a matrix :If A and B be two matrices of the same order, and k and
l arescalars, then
(i) k(A +B) = k A + kB, (ii) (k + l)A = k A + l A(iii) ( k+ l) A = k A + l A
*Product of matrices: If A& B are two matrices, then product AB is defined, if number of column of A =
number of rows of B.
n
i.e. A  [a ij ]m  n , B  [b jk ]n p then AB  [Cik ]m  p ,where Cik   a ij .b jk
j1
*Properties of multiplication of matrices :
(i) Product of matrices is not commutative. i.e. AB  BA.
(ii) Product of matrices is associative. i.e. A(BC) = (AB)C
(iii) Product of matrices is distributive over addition i.e.(A+B) C = AC + BC

18
(iv) For every square matrix A, there exist an identitymatrix of same order such that IA = AI = A.
* Transpose of matrix : If A is the given matrix, then the matrix obtained by interchanging the rows and
columns is called the transpose of a matrix.
* Properties of Transpose :
If A & B are matrices such that their sum & product are defined, then
(i). A T   A (ii). A  B  A T  BT (iii). KAT   K.A T where K is a scalar.
T T

(iv). AB   BT AT (v). ABC   CT BT A T .


T T

* Symmetric Matrix : A square matrix is said to be symmetric if A = AT i.e. If A  [aij ]m  m , then


a ij  a ji for all i, j. Also elements of the symmetric matrix are symmetric about the main diagonal
* Skew symmetric Matrix : A square matrix is said to be skew symmetric if AT = – A.
If A  [a ij ]m  m , then a ij  a ji for all i, j.
* Elementary Operation (Transformation) of a Matrix:
(i) Interchange of any two rows or two columns :Ri↔ Rj ,Ci↔ Cj.
* Multiplication of the elements of any row or column by a non-zero number:
Ri→ k Ri, Ci→ kCi, k ≠ 0
* Determinant :To every square matrix we can assign a number called determinant
If A = [a11], det. A = | A | = a11.
If A =  11 12  , |A| = a11a22 – a21a12.
a a
a 21 a 22 
* Properties :
(i) The determinant of the square matrix A is unchanged when its rows and columns are
interchanged.
(ii) The determinant of a square matrix obtained by interchanging two rows(or two columns) is negative
of given determinant.
(iii) If two rows or two columns of a determinant are identical, value of the determinant is zero.
(iv) If allthe elements of a row or column of a square matrix A are multiplied by a non-zero number k, then
determinant of the new matrix is k times the determinant of A.
(v) If elements of any one column(or row) are expressed as sum of two elements each, then determinant can
be written as sum of two determinants.
(vi) Any two or more rows(or column) can be added or subtracted proportionally.
(vii) If A & B are square matrices of same order, then |AB| = |A| |B|
*Singular matrix:A square matrix „A‟ of order „n‟ is said to be singular, if | A| = 0.
* Non -Singular matrix : A square matrix „A‟ of order „n‟ is said to be non-singular, if | A|  0.
* If A and B are non-singular matrices of the same order, then AB and BA are also non-singular matrices of
the same order.
* Let A be a square matrix of order n × n, then | kA| = kn| A|.
x y1 1
1 1
* Area of a Triangle:area of a triangle with vertices (x1, y1), (x2, y2) and (x3, y3) = x 2 y 2 1
2x
3 y3 1
x y 1
* Equation of a line passing through (x1, y1)&(x2, y2)is x1 y1 1  0
x 2 y2 1
*Minor of an element aijof a determinant is the determinant obtained by deleting its ith row and jth column in
which elementaijlies. Minor of an element aijis denoted by Mij.
* Minor of an element of a determinant of order n(n ≥ 2) is a determinant of order n – 1.
* Cofactor of an element aij, denoted by Aijis defined byAij= (–1)i+ jMij, where Mijis minor of aij.
* If elements of a row (or column) are multiplied with cofactors of any other row (or column), then their sum
is zero.
*Adjoint of matrix :

19
If A  [a ij ] be a square matrix then transpose of a matrix [A ij ] , where A ij is the cofactor of Aij element of
matrix A, is called the adjoint of A.
Adjoint of A = Adj. A = [A ij ]T .
A(Adj.A) = (Adj. A)A = | A| I.
* If A be any given square matrix of order n, then A(adjA) = (adjA) A = |A| I,
* If A is a square matrix of order n, then |adj(A)| = |A|n– 1.
*Inverse of a matrix :Inverse of a square matrix A exists, if A is non-singular or square matrix A is said to
be invertible and A-1= 1 Adj.A
A
*System of Linear Equations :
a1x + b1y + c1z = d1, a2x + b2y + c2z = d2, a3x + b3y + c3z = d3.
 a1 b 2 c1   x   d1 
a 2 b 2 c 2   y   d 2  AX = B X = A-1B ; { | A |  0}.
    
a 3 b3 c3   z  d 3 
*Criteria of Consistency.
(i) If |A|  0, then the system of equations is said to be consistent & has a unique solution.
(ii) If |A| = 0 and (adj. A)B = 0, then the system of equations is consistent and has infinitely many solutions.
(iii) If |A| = 0 and (adj. A)B 0, then the system of equations is inconsistent and has no solution.

SOME ILLUSTRATIONS/EXAMPLES (WITH SOLUTION)


(i) Multiple Choice Questions:
2 0
[Link] = P + Q, where P is symmetric and Q is a skew symmetric matrix, then Q is equal to
5 4
2 5/2 0 −5 0 −5/2 1 −5/2
(a) (b) (c) (d)
5/2 4 5 0 5/2 0 5/2 1
2 0 2 5
Solution: Let A = , ∴ A′ =
5 4 0 4
′ 2 0 2 5 4 5 1 2 5/2
Now A + A = + = ∴ 2 A + A′ = =P
5 4 0 4 5 8 5/2 4
2 0 2 5 0 −5 1 0 −5/2
A − A′ = − = ∴ 2 A − A′ = =Q
5 4 0 4 5 0 5/2 0
So, Correct option is option (c).
Q.2. If A is 2 × 3 matrix such that AB and AB′ both are defined, then find the order of the matrix B
(a) 2 × 3 (b) 3 × 3 (c)2 × 2 (d) Not defined
Solution:Let order of B bem × n
 AB is defined, ∴ No. of columns in A = No. of rows in B
⇒3=m
Order of B′ = n × m
Again  AB′ is defined, ∴ No. of columns in A = No. of rows in B′
⇒3=n
So, order of B = m × n = 3 × 3.
∴ Correct option is (b).
2 4 2x 4
[Link] = , then the possible value(s) of x is/are
5 1 6 x
(a) 1 (b) 3 (c) − 3 (d) ± 3
2 4 2x 4
Solution: Since =
5 1 6 x
2
⇒ 2 − 20 = 2x − 24 ⇒ −18 + 24 = 2x 2 ⇒ 2x 2 = 6 ⇒ x = ± 3
∴ Correct option is (d).
Q.4. If |A| = |kA|, where A is a square matrix of order 2, then sum of all possible values of k is
(a) 1 (b) -1 (c) 2 (d) 0
Solution: |A| = |kA| and n=2
|A| =k2 |A| ( |kA| = kn |A|)

20
⇒k2 = 1 ⇒ k = ±1 ⇒ Sum of all values of k = + 1 – 1 = 0
∴ Correct option is (d).

(i) Case Based Study Question:


[Link] promote the usage of house toilets in villages especially for women, an organisation tried to generate
awareness among the villagers through (i) house calls (ii) letters and (iii) announcements

The cost for each mode per attempt is (i) Rs 50 (ii) Rs 20 (iii)Rs40 respectively
The number of attempts made in the villages X, Y and Z are given below:
(i) (ii) (iii)
X 400 300 100
Y 300 250 75
Z 500 400 150
Also the chance of making of toilets corresponding to one attempt of given modes is:
(i) 2% (ii) 4% (iii) 20%
Let A, B, C be the cost incurred by organisation in three villages respectively.
Based on the above information answer the following questions
(A) Form a required matrix on the basis of the given information.
(B) Form a matrix, related to the number of toilets expected in villagers X, Y, Z after the promotion
campaign.
(C) What is total amount spent by the organisation in all three villages X, Y and Z
OR
What are the total number of toilets expected after promotion campaign?
Solution:(A) Rs A, Rs B and Rs C are the cost incurred by the organisation for villages X, Y, Z respectively,
therefore matrix equation will be
400 300 100 50 A
300 250 75 20 = B
500 400 150 40 C
(B) Let number of toilets expected in villagers X, Y, Z be x, y, z respectively
Therefore required matrix is
x 400 300 100 2/100
y = 300 250 75 4/100
z 500 400 150 20/100
A 400 300 100 50 20000 + 6000 + 4000 30000
(C). B = 300 250 75 20 = 15000 + 5000 + 3000 = 23000
C 500 400 150 40 25000 + 8000 + 6000 39000
Total money spent = 30000 + 23000 + 39000 = 92000 Rs
OR
From part (B) the required matrix for the expected number of toilets is:

21
x 400 300 100 2/100 8 + 12 + 20 40
y = 300 250 75 4/100 = 6 + 10 + 15 = 31
z 500 400 150 20/100 10 + 16 + 30 56
So, total number of toilets expected in 3 villages are = 40 + 31 + 56 = 127
(iii) Short Answer Type Questions:
2 −1 10
Q.6. If x +y = then find the value of x and y.
3 1 5
2 −1 10
Solution: Given x +y =
3 1 5
2x −y 10 2x − y 10
+ y = or =
3x 5 3x + y 5
So 2x – y = 10 and 3x + y = 5
On solving we get x = 3 and y = -4
Q.7. If A is a square matrix such that A2 = A, show that (I + A)3 = 7A + I.
Solution: L.H.S. = (I + A)3 = I3 + A3 + 3I2A + 3IA2
= I + A2.A + 3IA + 3IA2= I + A.A + 3A + 3IA
= I + A2 + 3A + 3A= I + A + 3A + 3A
= I + 7A = R.H.S. Proved.
(iv) Long Answer Type Questions:
2 2 −4 1 −1 0
Q.8. If A = −4 2 −4 and B = 2 3 4 , then find BA and use this to solve the system of
2 −1 5 0 1 2
equations: y + 2z = 7, x – y = 3 and 2x + 3y + 4z = 17.
1 −1 0 2 2 −4 6 0 0 1 0 0
Solution:BA = 2 3 4 −4 2 −4 = 0 6 0 = 6 0 1 0 = 6I
0 1 2 2 −1 5 0 0 6 0 0 1
1 1 1 2 2 −4
B A =I ⇒ B−1 = A = −4 2 −4
6 6 6
2 −1 5

The given equations can be re-written as, x – y = 3, 2x + 3y + 4z = 17, and y + 2z = 7


1 −1 0 x 3
∴ BX = C i. e. 2 3 4 y = 17
0 1 2 z 7
x 1 2 2 −4 3 1 12 2
⇒ X = B −1 C i. e. y = −4 2 −4 17 = −6 = −1
z 6 6
2 −1 5 7 24 4
Hence, x = 2, y = −1 and z = 4
cosx −sinx 0
[Link] F(x) = sinx cosx 0 prove that F(x) F(y) = F(x+y)
0 0 1
cosx −sinx 0 cosy −siny 0
Solution: Given F(x) = sinx cosx 0 so F(y) = siny cosy 0
0 0 1 0 0 1
cosx −sinx 0 cosy −siny 0
Hence F x . F y = sinx cosx 0 siny cosy 0
0 0 1 0 0 1
cosxcosy − sinxsiny −cosxsiny − sinxcosy 0 cos⁡(x + y) −sin⁡ (x + y) 0
= sinxcosy + cosxsiny −sinxsiny + cosxcosy 0 = sin⁡ (x + y) cos⁡ (x + y) 0
0 0 1 0 0 1
Hence F(x).F(y) = F(x + y)

QUESTIONS FOR PRACTICE:


Multiple Choice Questions:
0 1
Q.1. If A = , then A2 is equal to
1 0

22
0 1 1 0 0 1 1 0
(a) (b) (c) (d)
1 0 1 0 0 1 0 1
2x + y 4x 7 7y − 13
[Link] = , then the value of x and y is
5x − 7 4x y x+6
(a)x = 3, y = 1 (b) x = 2, y = 3 (c) x = 2, y = 4 (d) x = 3, y = 3
Q.3. For any two matrices A and B (a) AB = BA (b) AB ≠ BA (c) AB = O (d) None of these
Q.4. which one is not correct (a) (AB)′ = B′A′(b) A′B′ = (BA)′(c) (kA)′ = kA′(d) A′ = A
4 12 3 2 x 3
[Link] = − , then the value of x is:(a) 6 (b) 3 (c) 7 (d)1
2 1 1 x −2 1
1
[Link] A is a square matrix of order 3 and |A| = 5, then |adj A| is (a) 5 (b) 25 (c) 125 (d)5
Q.7. The area of triangle with vertices (-3,0), (3,0) and (0,k) is 9 sq units. Then the value of k will be(a) 9
(b) 3 (c) -9 (d) 6
cos t t 1
f(t)
[Link] f t = 2 sin t t 2t , then limt→0 t 2 is equal to(a) 0 (b) – 1 (c) 2 (d) 3
sin t t t
[Link] A is a symmetric matrix, then A3 is:
(a) Symmetric Matrix (b) Skew Symmetric Matrix (c) Identity matrix (d)Row Matrix
Assertion Reason Based Question:
[Link] A and B square matrices of same order, choose appropriate option
Assertion (A): (A + B)2≠A2+ 2AB + B2
Reason (R): Generally, AB ≠ BA
(a) Both A & R are true & R is the correct explanation of A
(b) Both A & R are true but R is not the correct explanation of A
(c) A is true but R is false
(d) A is false but R is true
Case Study Based Questions:
[Link] the following text and answer the following questions from (1 - 5) on the basis of the same:
A manufacture produces three stationery products Pencil, Eraser and Sharpener which he sells in two
markets. Annual sales are indicated below

Market Products (in numbers)


Pencil Eraser Sharpener
A 10000 2000 18000
B 6000 20000 8000
If the unit Sale price of Pencil, Eraser and Sharpener are Rs 2.50, Rs 1.50 and Rs 1.00 respectively, and unit
cost of the above three commodities are Rs 2.00, Rs 1.00 and Rs 0.50 respectively, then,
Answer the following questions using matrix method.
(i) Total revenue (in Rs) of market A is ….
(ii) Total revenue (in Rs) of market B …..
(iii) Cost (in Rs) incurred in market A ?
(iv) Find profits (in Rs) in market A and B respectively.
(v) Find gross profit (in Rs) in both market.
Q.12.A school wants to award its students for the values of honesty, regularity and hard work with a total
cash award of Rs 6000. Three times the award money for hard work added to that given for honesty amounts
to Rs 11000. The award money given for honesty and hard work together is double the one given for
regularity.

23
Based on the above information, answer the following questions:
(i) If Rs x is awarded to honesty, Rs y to regularity and Rs z awarded to hard work, then what is the
matrix equation representing the above situation ?
(ii) What is the value of |adj A| ?
(iii) What are the values of x, y, z respectively in this case ?
(iv) What is the value of |A-1| ?
(v) What is the value of A(Adj A) ?
Q.13. Two school KV-1 and KV-2 want to award their selected students on the values of sincerity,
truthfulness and helpfulness. KV-1 wants to award Rs x each, Rs y each and Rs z each for the three
respective values to 3, 2 and 1 students respectively with a total award money of Rs 1600. KV-2 wants to
spend Rs 2300 to award its 4, 1, 3 students on the respective values (by giving the same amount of the three
values as before). The total amount of the award for one prize on each is Rs 900.
Answer the following questions using matrix:
(i) Determine x + y + z
(ii) Calculate the value of 2x + y +3 z.
(iii) What is the value of y?
(iv) Find the value of 2x + 5y.
(v) Determine y – x.
Short Answer type Questions:
x 2 3
Q.14. If x = - 4 is a root of 1 x 1 = 0, then find the sum of other two roots.
3 2 x
0 1
Q.15. If A = , then find A2024 .
0 0
Q.16. If A is a 3×3 invertible matrix, then what will be the value of k if det (A-1) = (det A)k.
4 2
Q.17. If A = , then find (A – 2I) (A – 3I).
−1 1
0 1 1
Q.18. If X = 1 0 1 , then find the value of (X2 – X).
1 1 0
0 1 1
Q.19. Matrix A = 1 0 1 is a symmetric matrix, find values of a and b.
1 1 0
Q.20. Show that the elements on the main diagonal of a skew symmetric are all zero.
1 2 3 −7 −8 −9
Q.21. Find the matrix X so that X = .
4 5 6 2 4 6
1 −1 1
Q.22. If A = 1 −1 1 , then find A5 – A4 – A3 + A2.
1 −1 1
Q.23. If A is a square matrix of order 3, |A′| = - 3, then find the value of |AA′|.
Long Answer type Questions:
Q.24. Solve the system of the following equations:
2 3 10 4 6 5 6 9 20
+ + = 2, − + = 5, + − = −4
x y z x y z x y z
Q.25. Express the following matrix as the sum of a symmetric and skew-symmetric matrix, and verify the
3 −2 −4
result: 3 −2 −5 .
−1 1 2
1 −2 0 7 2 −6
Q.26. If A = 2 1 3 , B = −2 1 −3 , find AB and hence solve x – 2y =
0 −2 1 −4 2 5
10, 2x + y + 3z = 8, - 2y + z = 7
−3 −2 −4 1 2 0
Q.27. If A = 2 1 2 , and B = −2 −1 −2 , then find AB and use it to solve the following
2 1 3 0 −1 1
system of equations: x – 2y = 3, 2x – y – z = 2, – 2y + z = 3.

24
1 2 0
Q.28. If A = −2 −1 −2 , find A – 1. Using A – 1, solve the system of linear equations: x – 2y =
0 −1 1
10, 2x – y – z = 8, – 2y + z = 7.
ANSWERS:
Questions for Practice: 1. (d) 2.(b) 3. (d) 4. (d) 5. (a) 6. (b) 7. (b) 8.(a) 9. (a) 10. (a) 11(i). 46000
11(ii). 53000 11(iii). 31000 11(iv). (15000, 17000) 11(v). 32000
𝟏 𝟏 𝟏 𝐱 𝟔𝟎𝟎𝟎
𝟏
12(i). 𝟏 𝟎 𝟑 𝐲 = 𝟏𝟏𝟎𝟎𝟎 12(ii). 36, 12(iii). (500, 2000, 3500), 12(iv). 𝟔, 12(v). 6I, 13(i). 900
𝟏 −𝟐 𝟏 𝐳 𝟎
13(ii). 1900 13(iii). 300 13(iv). 1900 13(v). 100 14. 4, 15. O
𝟏 −𝟐
16. -1, 17. O, 18. 2I, 19. –2/3 & 3/2, 21. , 22. O, 23. 9, 24. x = 2, y = –3, z = 5, 25.
𝟐 𝟎
𝟑 𝟏/𝟐 −𝟓/𝟐 𝟎 −𝟓/𝟐 −𝟑/𝟐
𝟏/𝟐 −𝟐 −𝟐 + 𝟓/𝟐 𝟎 −𝟑 , 26. x = 4, y = – 3, z = 5, 27. AB = I; 𝐱 = 𝟏, 𝐲 = −𝟏, 𝐳 =
−𝟓/𝟐 −𝟐 𝟐 𝟑/𝟐 𝟑 𝟎
−𝟑 −𝟐 −𝟒
𝟏, 28. 𝐀−𝟏 𝟐 𝟏 𝟐 ; 𝐱 = 𝟎, 𝐲 = −𝟓, 𝐳 = −𝟑.
𝟐 𝟏 𝟑
CHAPTER TESTS
CLASS TEST –I
Max Marks: 20 Time: 40 Min
1. If A is a 2×3 matrix such that AB and AB‟ both are defined, then find the order of 1
the matrix B.
2. 0 a 3 1
If the matrix 2 b −1 is a skew symmetric matrix, find the values a, b and c.
c 1 0
3. Prove that AA‟ is always a symmetric matrix for any square matrix of A. 1
4. If A and B are square matrices, each of order 2 such that |A|=3 and |B|= - 2, then 1
write the value of |3AB|.
5. If A is a square matrix of order 3 such that |adj A| = 225, find |Aʹ|. 1
6. 2x 5 6 −2 1
If = , then find the possible value(s) of x.
8 x 7 3
7. Find the equation of the line joining A(1,3) and B(0,0) using determinants and find 2
k if D(k,0) is a point such that area of triangle ABD is 3 sq units.
8. 4 −4 8 4 2
Find A, if 1 A = −1 2 1
3 −3 6 3
9. 1 −1 0 2 2 −4 5
Given A = 2 3 4 and B = −4 2 −4 , find BA and use it to find the
0 1 2 2 −1 5
values of x, y, z from given equations:
x − y = 3, 2x + 3y + 4z = 17, y + 2z = 17
10. cos x − sin x 0 5
If f x = sin x cos x 0 , prove that: f x f −y = f(x − y)
0 0 1
CLASS TEST –II
Max Marks: 30 Time: 60 Min
2
1. If A is a square matrix of order 3 such that A = 2A, then find the value of |A|. 1
2. If A is a square matrix of order 3 and |A| = - 4, find |adj A|. 1
3. 2 4 2x 4 1
If = , then find the possible value(s) of x.
5 1 6 x
4. 0 1 1
If A = , then find A2024 .
0 0
5. 2 0
If = P + Q, where P is a symmetric and Q is a skew symmetric matrix, then 1
5 4
find Q.

25
6.   2
0  tan  1 0
Let A=  2

and I    . Prove that
cos 
I  A  ( I  A) 
 sin  .
 0 1  sin  cos  
 tan 0 
 2 
7. Find the equation of the line joining P(4,0) and Q(0,2) using determinants and find 2
λ if R(λ,0) is a point such that area of triangle PQR is 4 sq units.
8. Show that A =  5 3  satisfies the equation x2 – 3x – 7 = 0. Thus find A 1 . 2
 1  2
9.  1
3 0 5
Express A = 2 0 3 as the sum of a symmetric and a skew-symmetric matrix.

1  1 2
And verify it.
10. 3 1 2 5
If A = 3 2 −3 , Find A−1 . Hence, solve the system of equations :
2 0 −1
3x + 3y + 2z = 1, x + 2y = 4, 2x − 3y − z = 5
11. −5 1 3 5
Find the product of two matrices A and B, where A = 7 1 −5 ,
1 −1 1
1 1 2
B = 3 2 1 and use it for solving the equations:
2 1 3
x + y + 2z = 1, 3x + 2y + z = 7, 2x + y + 3z = 2
Case Study Based Question
12. 1. Two farmers Ramakishan and Gurucharan Singh cultivate only three
varieties of rice namely Basmati, Permal and Naura. The sale (in Rs) of these
varieties of rice by both the farmers in the month of September and October are
given by the following matrices A and B
10000 20000 30000 Ramakishan
September sale (in Rs)A =
50000 30000 10000 Gurucharan
5000 10000 6000 Ramakishan
October sale (in Rs)B =
20000 10000 10000 Gurucharan
Answer the following questions using above information:
(i) Compute the total sales in September and October and write answer in terms of
A and B.
(ii) What is the value of A23 ?
1
(iii) Determine the decrease in sales from September to October in terms of
A and B.
1
(iv) If Ramakishan receives 2% profit on gross sales, compute his profit (in Rs) for
1
each variety sold in October using matrix method.
1
ANSWERS
CLASS TEST –I
1. 3×3 2. (a = - 2, b = 0, c = -3) 4. – 4, 5. ±15, 6. ±6, 7. 3x – y = 0; k = ±2,
8. −𝟏 𝟐 𝟏 , 9. BA = 6 I; (x = - 14/3, y = - 23/3, z = 37/3).
CLASS TEST –II
𝟎 −𝟓/𝟐
1. 8, 2. 16, 3. ± 𝟑 , 4. O, 5. , 7. x + 2y = 4; λ=0,8,
𝟓/𝟐 𝟎
𝟑 𝟏/𝟐 𝟏/𝟐 𝟎 −𝟑/𝟐 −𝟏/𝟐
𝟐/𝟕 𝟑/𝟕
8. , 9. A= 𝟏/𝟐 𝟎 𝟏 + 𝟑/𝟐 𝟎 𝟐 ,
−𝟏/𝟕 −𝟓/𝟕
𝟏/𝟐 𝟏 𝟐 𝟏/𝟐 −𝟐 𝟎
−𝟐 𝟏 −𝟕
10. A-1 = −𝟏/𝟏𝟕 −𝟑 −𝟕 𝟏𝟓 ; (x = 2, y = 1, z = - 4) 11. AB = BA = 4I; (x = 2, y = 1, z = -1), 12. (i)
−𝟒 𝟐 𝟑
A + B, (ii) A23 = 10000, (iii) A – B, (iv) Rs 100, 200, 120.

26
CLICK ON IMAGE TO
JOIN US ON TELEGRAM

CLICK HERE TO JOIN


US ON TELEGRAM

You might also like