Unit - 7 Matrices
Unit - 7 Matrices
Unit- 7
MATRICES
1. Matrix Definition
Matrix is a rectangular array of real or complex numbers in horizontal and vertical lines called
rows and columns respectively. A matrix is denoted by the capital letters A, B, C etc. If there
are m rows and n columns in the matrix, then the matrix is called a m × n matrix or a m by n
matrix.
1 2 3 1 2 3
Example: A = or
3 2 – 4 3 2 – 4
Here A is a 2 × 3 matrix because A has two rows and three columns.
Note :
(i) Although a matrix is just a rectangular array of numbers but these numbers are enclosed
within big or small brackets to make it good looking,
(ii) Matrix is just an array of numbers and has no numerical value as in case of a determinant.
2. Elements of a Matrix
The number occurring in the rectangular array (matrix) are called the elements of the matrix.
The elements of the matrix denoted by the capital letters are usually denoted by the
corresponding small letters with lower suffixes. Thus the element of the ith row and jth column
of the matrix denoted by the capital letter A is usually denoted by the corresponding small
letter aij. The matrix A is sometimes also written as (aij) or [aij].
1 2 3
Example: Let A =
3 2 – 4
Here a11 = 1, a12 = 2, a13 = 3, a21 = 3, a22 = 2, a23 = – 4
3. Types of Matrices
1. Square matrix : A matrix having equal number of rows and columns is called a square
matrix. If the matrix A has n rows and n columns it is said to be a square matrix of order n.
1 2 3
Example: 2 3 4 is a square matrix or order 3.
2 0 5
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
1
MATRICES
5. Column matrix or column vector : A matrix having only one column is called a column
matrix or column vector.
1
2
Example: B = , Here B is a column matrix.
0
4
6. Zero matrix or null matrix: A matrix whose each element is zero is called a zero matrix
or null matrix.
0 0 0
0 0 0
Example: A = , B = 0 0 0 , Here A and B are zero matrix.
0 0 0 0 0 0
8. Diagonal matrix: A square matrix having all elements not occurring along the principal
diagonal are zero is called a diagonal matrix. Thus the square matrix (aij) is called the
diagonal matrix if aij = 0 for i j.
2 0 0 0 0 0
Example: A = 0 1 0, B = 0 0 0
0 0 2 0 0 0
Here A and B are diagonal matrices. Here matrix A can also be written as diagonal [2, 1,
2].
9. Scalar matrix: A square matrix is said to be a scalar matrix if all–elements along the
principal diagonal are equal and all elements not occurring along the principal diagonal
are zero.
2 0 0 0 0 0
Example: A = 0 2 0 , B = 0 0 0 Here A and B are scalar matrices.
0 0 2 0 0 0
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
2
MATRICES
10. Unit matrix: A square matrix is said to be a unit matrix if all the elements along the
principal diagonal are unity (1) and all elements not occurring along the principal diagonal
are zero.
1 0 0
1 0
Example: (i) A = (ii) B = 0 1 0
0 1 0 0 1
A unit matrix of order n is denoted by In. Thus in the examples given above A = I2, B=
I3.
12. Comparable matrices: Two matrices A and B are said to be comparable if they have same
number of rows and columns i.e., if they are of the same type.
1 2 3 0 1 5
Example: Let A = ,B=
2 0 5 3 7 8
Here both A and B have two rows and three columns and hence A and B are comparable
matrices.
13. Equality of two matrices: Two m × n matrices A and B are said to be equal if the
corresponding elements of the two matrices are equal. Thus two matrices (aij) and (bij) are
equal if
aij = bij for i = 1, 2, ….,m; j = 1, 2, 3, …., n
i.e., if a11 = b11, a12 = b12 etc.
If two matrices A and B are equal we write A = B.
1 2 0 1 2 0
Example: A = , B =
3 2 4 3 2 4
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
3
MATRICES
i = 1,2,...., m
Then A + B = [aij + bij],
j = 1,2,...., n
In other words [aij]m × n + [bij]m × n = [aij + bij]m × n
2 3 4 – 3 4 5
Example: Let A = ,B=
0 2 – 1 6 2 9
2 – 3 3 + 4 4 + 5 – 1 7 9
Then A + B = =
0 + 6 2 + 2 – 1 + 9 6 4 8
Note :
A + B is defined only when they are matrices of the same type i.e., when the number of
rows in A is equal to the number of rows in B and the number of column in A is equal to the
number of columns in B.
Note :
(i) Product AB is defined only when the number of columns in A is equal to the number
of rows in B.
(ii) If A is a m × n matrix and B is a n × p matrix, then AB will be a m × p matrix.
B : np
A:m×n
AB : m p
(iii) Element of i row and kth column of the product matrix is
th
a i1b1k + a i 2 b 2k + a i3 b 3k + ... + a in b nk
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
4
MATRICES
1 2 3 6
Example : Let A = 3 0 , then 3A = 9 0
5 4 15 12
Properties of Scalar Multiplication:
If A = [aij]m × n, B = [bij]m × n, and p and q are any two scalars then
(i) p(A + B) = pA + pB (ii) (–p)A = –(pA) = p(–A)
(ii) p(A – B) = pA – pB (iv) (p + q) A = pA + qA
(v) (pq)A = p(qA) = q(pA) (vi) 1A = A, A, (–1)A = –A
20. Transpose of a matrix: Let A be any matrix then the matrix obtained by interchanging its
rows and columns is called the transpose of A and is denoted by A ' of A T . If A is a m × n
matrix then A ' will be a n × m matrix.
Thus if A [aij]m ×n’ then A ' = [aij]n × m i.e., element of ith row and jth column of A = element of
jth row and ith column of A ' .
1 2
1 2 3
Example: A = , then A ' = 2 0
2 0 5 3 5
i = 1,2,..., m j = 1,2,...., n
If A = [aij]; then A' = [a ij ];
j = 1,2,...., n i = 1,2,....., m
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
6
MATRICES
3. If A, B are symmetric matrices of same order then AB is symmetric iff AB = BA, i.e., A
and B commute.
5. Every square matrix A can be uniquely written as the sum of a symmetric and a skew–
symmetric matrix.
1 1 1 1
A = (A + A' ) + (A – A' ) where ( A + A ' ) is symmetric and ( A – A ' ) is skew–
2 2 2 2
symmetric.
22. Conjugate of a Matrix. Let A = [aij]m ×n be a given matrix. Then the matrix obtained from A
by replacing all the elements by their conjugate is called the conjugate of the matrix A and
is denoted by A. Thus A = [a ij ], where a ij is the conjugate of the corresponding element
aij.
Properties of Conjugate of matrices
(i) (A) = A
(ii) (A + B) = A + B
(iii) ( A = A where is a scalar
(iii) (AB) = A B
A' is called the transposed conjugate of A and is denoted by A also A = (A)'
Properties:
(i) (A ) = A (ii) (A + B) = A + B
(iii) (A) = A (iv) (AB) = B A
Properties
(i) All the diagonal elements of a Skew–Hermitian matrix are (either zero or) purely
imaginary.
(ii) For a square matrix A, A + A is a Hermitian matrix A – A is a skew Hermitian matrix
AA and A A, are Hermitian matrices.
(iii) Every square matrix can be uniquely expressed as the sum of a Hermitian and a skew
Hermitian matrix
A + A A – A
Infact A = +
2 2
(iv) If A is Hermition matrix then An, n N is a Hermition matrix.
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
7
MATRICES
27. Determinant : To every square matrix A = [aij]n × n is associated a number called the
determinant of A and is denoted by|A|or det A |A|is the determinant whose elements are
corresponding elements of A.
Only square matrices have determinants.
Examples:
(i) If A = [a11]1 × 1, then | A | = a11
a a 12 a a 12
(ii) If A = 11 , then | A| = 11 = a11a22 – a21a12
a 21 a 22 a 21 a 22
a 11 a 12 a 13 a 11 a 12 a 13
(iii) If A = a 21 a 22 a 23 , then | A | = a 21 a 22 a 23
a 31 a 32 a 33 a 31 a 32 a 33
Properties
(i) | In | = 1
(ii) | On | = 0
(iii) | A | = | A ' |
(iv) If A is a square matrix of order n, then | kA | = kn | A |
(v) If A and B are square matrices of same order, then|AB|=|A||B|
(vi) If A is a square matrix, then | An | = |A|n
(vii) Determinant of a skew symmetric matrix of odd order is zero.
A square matrix A is said to be singular or non–singular according as | A | = 0 or | A |
0.
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
8
MATRICES
The matrix obtained from A by deleting some rows and some columns of A is called a
submatrix of the matrix A.
29. Adjoint of a square matrix. If A = [aij]n×n is a square matrix and Aij is the cofactor of aij
in A, then the transpose of the matrix obtained from A after replacing each element by
the corresponding cofactor is called the adjoint of A and is denoted by adj. A.
Thus adj. A = [Aij]'.
Rule for finding adjoint of 2 × 2 matrix. The adjoint of a square matrix of order 2 can be
easily obtained by interchanging the diagonal elements and changing signs of non–
diagonal elements.
a b d – b
For example if, A = , Then adj. A =
c d – c a
Properties of adjoint of a square matrix.
(i) If A is a square matrix of order n, then A.(adj.A)=(adj.A)A=|A|In.
(ii) |Adj. A| = | A |n–1, if | A | 0
(iii) adj. (AB) = (adj. B) (adj. A)
(iv) adj. (adj. A) = | A |n – 2 A
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
9
MATRICES
a 11 a 12 a 13 x1 b1
A = a 21 a 22 a 23 , X = x 2 , B = b 2
a 31 a 32 a 33 x 3 b 3
The matrix A is called the coefficient matrix.
X is called the unknown vector.
A set of values of the variables x1, x2, x3 which simultaneously satisfy these three
equations is called a solution. A system may contain n equations in n variables.
A system of linear equations may have a unique solution or infinitely many solutions or
no solution at all. If a system has a solution (unique or infinitely many), the system is
said to be consistent. If it has no solution, it is called an inconsistent system.
If b1 = b2 = b3 = 0 i.e., B = O, then the system is called a homogeneous system.
Otherwise, it is called a non–homogeneous system of equations.
The following three operations applied on rows (columns) of a matrix are called
elementary row (column) transformations or operations.
(i) Interchange of any two rows (columns).
(ii) Multiplying all elements of a row (column) of a matrix by a non–zero scalar.
(iii) Adding to the elements of a row (column), the corresponding elements of any row
(column) multiplied by a scalar.
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
11
MATRICES
– 1 0
(ii) Reflection in y–axis:
0 1
– 1 0
(iii) Reflection through origin :
0 – 1
0 1
(iv) Reflection in the line y = x :
1 0
0 – 1
(v) Reflection in the line y = – x:
– 1 0
cos 2 sin 2
(vi) Reflection in y = x tan :
sin 2 – cos 2
cos – sin
(vii) Rotation through an angle :
sin cos
1 0 0
1.
If A = 0 1 0 , then A2 is equal to
a b − 1
(a) A (b) – A (c) null matrix (d) I.
0 1
2. If A = , I is the unit matrix of order 2 and a, b are arbitrary constants, then
0 0
(aI + bA )
2
is equal to
(a) a I + abA (b) a I + 2abA (c) a I + b A (d) none of these.
2 2 2 2
1 1
and n N then A is equal to
n
5. If A =
1 1
n n −1
(a) 2 A (b) 2 A (c) n A (d) none of these.
6. If B is a non-singular matrix and A is a square matrix, then det (B-1 AB) is equal to
(a) det B (b) det A (c) det (B-1) (d) det (A-1).
1 2 − 1
7.
If A = −1 1 2 , then det (adj. (adj. A)) is
2 − 1 1
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
12
MATRICES
1 2 − 1
8.
If A = 1 1 2 , then
2 − 1 1
(a) (A) = 2 (b) (A) = 1 (c) (A) = 3 (d) none of these.
1 1 3
10. If A =
5 2 6 , then A is
−2 −1 − 3
(a) nilpotent (b) idempotent (c) scalar (d) none of these.
1
−1 2 1 − 1 =
11.
2
2 2 − 1
1
1 (d) not defined.
(a) −1 (b) −1
(c) −2
−1
−2 4 2 − 2
1 0
12. If A = 1 , then A50 is
1
2
1 0 1 0 1 25 1 0
(a) (b) (c)
1
(d)
0 50 50 1 0 25 1
0 1
13. The matrix is the matrix of reflection in the line
1 0
(a) x − y = 1 (b) x + y = 0 (c) x + y = 1 (d) x = y
a b
satisfies the equation x − (a + d ) x + K = 0 , then
2
15. If A =
c d
A−1 exists if
(a) K = bc (b) K = ad
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
13
MATRICES
(c) K = a + b + c + d
2 2 2 2
(d) none of these.
1 2 x 1 −2 y
16.
If A = 0 1 0 and B = 0 1 0 and AB = I3, then x + y equals
0 0 1 0 0 1
(a) 0 (b) -1 (c) 2 (d) none of these.
of is
a) 2 b) 0 c) 5 d) 4
20.
This system of equations has
a) Infinite solution b) No solution
c) No solution d) Unique solution
22. If and ,
Then values of and are
a) 1, 1 b)
c) 1, 0 d) None of these
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
14
MATRICES
24. Assuming that the sum and product given below are defined, which of the following is
not true for matrices?
a)
b) does not imply
c) implies or
d)
25. If
and then
a) 0 b) -4
c) 4 and not 1 d) 1 or 4
26. For what value of the following system of linear equations will have infinite
solutions
and
a) b) c) d)
29. Let for any matrix exist which of the following is not true?
a) b)
c) d)
c) d) None of these
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
15
MATRICES
a) b) c) d)
a) b)
c) d)
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
16
MATRICES
Answer key
Q. Ans. Q. Ans. Q. Ans Q. Ans
1 d 11 c 21 c 31 a
2 b 12 d 22 b 32 d
3 a 13 d 23 b 33 d
4 c 14 a 24 c 34 a
5 b 15 d 25 c 35 b
6 b 16 a 26 c 36 a
7 d 17 c 27 a
8 c 18 d 28 a
9 b 19 c 29 b
10 a 20 c 30 a
SOLUTIONS
1 0 0 1 0 0 1 0 0
1.
A = 0 1
2
0 0 1 0 = 0 1 0 = I
a b − 1 a b − 1 0 0 1
3. A2 = (2A – I) = 2A – (2 – 1)I
A3 = A2 . A = (2A – I) . A
= 2 A2 – AI = 2(2A – I) – AI
= 4A – 2I – A = 3A – 2I
= 3A(3 – 1) I
A4 = A3 . A = (3A – 2I) . A
= 3 A2 – 2A . I
= 3(2A – I) – 2A
= 4A – 3I = 4A – (4 – 1) I and so on. An = nA – (n – 1) I
1 1 1 1 2 2 1 1
A2 = 1 2 2 1 1
5. = = 2 = 21A
1 1 1
2 2 1 1 4 4 1 1 1 1
A3 = 1 4 4 1 1 1 1 = 2 A
2 2
= = 4 = 2
2 2 1
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
17
MATRICES
4 4 1 1 8 8 3 1 1
A4 =
4 1 1 = 8 8 1 1 = 2 A
3
=2
4
Hence An= 2n-1A
1 2 − 1
7. A = −1
1 2
2 − 1 1
3 5 − 1 3 −1 5
adj. A = −1 3
5 = 5 3 − 1
3 − 1 3 −1 5 3
14 − 14 28 1 −1 2
adj. (adj. A) =
28 14 − 14 = 14 2 1 − 1
−14 28 14 −1 2 1
1 −1 2
det. (adj. (adj. A)) = (14)3
2 1 − 1 = (14)3 (3 + 1 + 2 (5)) = (14)4
−1 2 1
1 2 − 1
8.
Since |A| = 1 1 2
2 −1 1
= 3 – 2 (1 – 4) – 1 (-1 – 2)= 3 + 6 + 3 = 12 0
A is non – singular. (A) = 3
9. AB = A and BA = B
BAB = B2 BA = B2 [ AB = A]
B = B . Thus B2 = B
2
2
10. A =A.A
1 1 3 1 1 3 0 0 0
=
5 2 6 5 2 6 = 3 3 9
−2 −1 − 3 −2 −1 − 3 −1 −1 − 3
3 2
A =A .A
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
18
MATRICES
0 0 0 1 1 3 0 0 0
=
3 3 9 5 2 6 = 0 0 0 = 0
−1 −1 − 3 −2 −1 − 3 0 0 0
A = 0 A is nilpotent.
3
1 2 1− 1
−1 2 1 − 1 = −2 1
−1
11.
2 4 2 − 2
1 0 1 0 1 0
A2 = 1 1 = 1 1 = 1 0
1 1 1
12.
1 1 +
2 2 2 2
1 0 1 0 1 0
A4 = (A2)2 = =
1 1 1 1 2 1
1 0 1 0 1 0
A8 = A4 . A4 = =
2 1 2 1 4 1
1 0 1 0 1 0 1 1
A50 =
1
A16 = A8 . A8 = = and so on
4 1 4 1 8 1 25
x ' 0 1 x y
13. Here = =
y ' 1 0 y x
x' = y
y' = x
Hence, reflection is on the line y = x
1
0 0 − tan 1 − tan
14. I+A= + =
1 tan
0 0 tan 1
1 tan
I–A=
− tan 1
1 tan 1 − tan
Adj. (I – A) = −
− tan 1 tan 1
1 − tan 1 − tan
tan 1 tan 1
(I – A) =
-1
=
1 + tan2 sec 2
cos2 − sin cos
=
sin cos cos 2
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
19
MATRICES
a b
15. A= satisfies the equation
c d
x 2 − (a + d ) x + K = 0
A 2 − (a + d )( A + KI ) = 0
A − (a + d ) I + KA −1 = 0
a b a + d 0 −1
− + KA = 0
c d 0 a +d
−d b −1
+ KA = 0
c −a
d −c d −b
Now Adj. A = =
− b a −c a
I d −b
A −1 =
ad − bc −c a
−d b 1 d −b
+ K. =0
−c − a ad − bc −c a
K = bc − ad.
1 2 x 1 −2 y 1 0 y + x
16.
AB = 0 1 0 0 1 0 = 0 1 0
0 0 1 0 0 1 0 0 1
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
20
MATRICES
1 0 0
Also AB = Iy = 0 1 0
0 0 1
x+y=0
17. (c)
Since, is the inverse of .
,
So,
18. (d)
Given System of equations are
and
Now,
19. (c)
Given,
20. (c)
Given, …(i)
…(ii)
…(iii)
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
21
MATRICES
21. (c)
Here, , and are matrix of order and 1 respectively.
Let
Then,
is null matrix.
Which shows that is a zero matrix of order1.
22. (a)
adj
and
23. (b)
For unique solution,
or
24. (c)
If , then and may be equal to individually. It is not necessary in any
condition
25. (c)
…(i)
and
26. (c)
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
22
MATRICES
and
The given system will have infinite solutions.
27. (a)
Since,
=
28. (a)
Given system of equations are
and
The given system of equations has infinite number of solutions, if any tow equations
will be same , the last two equations will be same, if
29. (b)
By using inverse of matrix, we know
30. (a)
If is any square matrix, then
and
Since,
68 (a)
Given,
( Put )
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
23
MATRICES
31. (a)
Given,
( Put )
32. (d)
33. (d)
Given equation are
Since, it is consistent.
34. (a)
Since,
And
Hence, matrix is a skew-symmetric matrix
35. (b)
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
24
MATRICES
When
When
When
When
36. (a)
Given, 2
For non-trivial solution
Reg. & Corp. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
25