Maths & Deter
Maths & Deter
(Important)
MATRICES AND DETERMINANTS
Skew Symmetric Matrix: A matrix A such that A = -A' is called skew symmetric.
For a skew symmetric matrix A = aij i , aij = −a ji for all i and j .
Transformation of Matrices:
1. Row/Column Interchange: Ri ↔ R j or Ci ↔ C j . Ri , R j stand for i th and j th
rows and Ci ,C j stand for i th and j th columns.
2. Scalar Multiplication: R j → kR j or C j → kC j ; k ≠ 0 .
3. Row/Column Addition: Ri → Ri + kR j or Ci → Ci C kC j .
Inverse of a matrix: If A and B are two square matrices of the same order such
that AB
= BA = I , the unit matrix of the same order as A or B , then B is called the
multiplicative inverse of or simply the inverse of A , written as A−1 . A is also called
inverse of B , written as B −1 .
Properties of Determinants:
1. Swapping Rows/Columns: Changes sign of determinant
2. Identical Rows/Columns: det( A) = 0
3. Row/Column Scaling: det(kA) = k n det( A) (for n × n matrix)
4. Row Addition: No change in determinant
5. Triangular Matrix: det( A) = Product of diagonal elements
6. Factor Property: If the determinant vanishes for x = a , then ( x − a) is a
factor of det( A) .
matrix Aij i of which the elements are cofactors of the corresponding element
n×n
Theorem 5: Let A be a square matrix. Then A−1 exists if A is non-singular and the
inverse is given by
1
A−1 = adjA
| A|
System of linear equations and solution:
Suppose we have the following system of equations:
a1 x ++
b1 y c1 z =
d1
a2 x ++
b2 y c2 z =d2
a3 x ++
b3 y c3 z =d3
a1 b1 c1 x d1
We write A = a2 b2 c2 , X = y , B = d2
a3 b3 c3 z d3
Theorem 6: The system of equations has a unique solution if and only if the matrix
is non-singular, and in this case, the matrix solution of the equations is given by
1
= X adjA ⋅ B
| A|
Rank of a Matrix:
Rank: Maximum number of linearly independent rows or columns.
Full Rank: If rank ( A) = min(m, n) , A has full rank.
Solution:
P = [ pij ]
pij = ω i + j
where ω is a complex cube root of unity such that ω ≠ 1 , i.e., ω satisfies:
ω 3 = 1,1 ++
ω ω2 = 0
n
(P 2 )ij = ∑ Pik Pkj
k =1
Substitute Pik = ω i +k
and Pkj = ω k+ j
,
n
(P 2 )ij = ∑ ω i ++
ω
k k j
k =1
n
(P 2 )ij = ∑ ω ( i ++
j ) 2k
k =1
n
(P 2 )ij = ω i + j ∑ ω 2 k
k =1
n
S = ∑ω 2 k
k =1
n
The sum S = ∑ ω 2 k is a geometric series with common ratio ω 2 and n terms. The
k =1
Example 2: How many 3 × 3 matrices M with entries from {0, 1, 2} are there, for
which the sum of the diagonal entries of MTM is 4?
Solution:
a b ch
M = d e f
e g h i i
a d gh
T
M = b e h
e c f i i
Then,
a d gh a b ch
T
M M = b e h d e f
e c f i i e g h i i
a2 ++++++
d 2 g 2 ab de gh ac df gi h
MT M = ba ++++++
ed hg b2 e2 h2 bc ef hi
ca ++++++
fd ig cb fe ih c 2 f 2 i 2 i
e
Let S be the sum of diagonal entries.
S = a2 ++++++++
d 2 g 2 b 2 e 2 h2 c 2 f 2 i 2
⇒ S = a2 ++++++++
b 2 c 2 d 2 e 2 f 2 g 2 h2 i 2
Now, we will have to find the combinations of S = 4 by putting the values of
a, b, c, d , e,f , g, h and i as 0,1 and 2 .
First, 4 =12 ++++++++12 12 12 02 02 02 02 02
Second, 4 = 2 2 ++++++++ 02 02 02 02 02 02 02 02
In both the above cases, we have 9 entries.
In this first case, we have 4 elements of 1 and 5 elements of 0.
Therefore, the total number of combinations in the first case:
9 9! 9× 8× 7 × 6
= C4 = = 126
4!(9 − 4)! 4 × 3 × 2 × 1
In the second case, we have one element of 2 and 8 elements of 0.
Therefore, the total number of combinations in the second case:
9 9! 9
C=1 = = 9
1!(9 − 1)! 1
Hence, the total number of combinations is 126 + 9 =
135 .
Example 3: Let P be a matrix of order 3 × 3 such that all the entries in P are from
the set {-1, 0, 1}. Then, find the minimum possible value of the determinant of P .
Solution:
a b ch
P = d e f
e g h i i
Therefore,
e f d f d e
| P |= a × − b× + c×
h i g i g h
The maximum possibility of P can be 6 if we have the following:
e f
= ±2
h i
d f
= ±2
g i
d e
= ±2
g h
e f
However, if = ±2
h i
d e
and = ±2 , then
g h
d f
=0
g i
Therefore, | P |≠ −6 .
Thus, the next possible value of | P | is -4.
Solution:
Rewriting,
x ++
cy bz =
0
cx ++
y az =
0
bx ++
ay z =
0
Solution:
x x2 1+ x3
2x 4x2 1 + 8x 3 =
14
3x 9x 2 1 + 27 x 3
1 1 1+ x3
⇒ x3 2 4 1 + 8x 3 =
14
3 9 1 + 27 x 3
R2 → R2 − 2R1 , R3 → R3 − 3R1 , we get
1 1 1+ x3
⇒ x3 0 2 6x3 − 1 =
14
0 6 24 x 3 − 2
⇒ x 3 (2(24 x 3 − 2) − 6(6 x 3 − 1)) =
14
⇒ x 3 (12 x 3 + 2) =
14
⇒ 6x6 + x3 =
7
Put x 3 = t ,
⇒ 6t 2 + t − 7 = 0
−7
⇒ t = or t = 1
6
−7
⇒ x 3 = or x = 1
3
6
−7 1
( )3 or x = 1
⇒x=
6
So, x has 2 distinct values.
2k − 1 2 k 2 k
Example 6: Let k be a positive real number, = and let A 2 k 1 −2 k and
−2 k 2 k −1
0 2k − 1 k
B= 1 − 2 k 0 2 k . If det(adjA) + det(adjB ) =
729 , then find [k ] .(Note: adjM
− k −2 k 0
denotes the adjoint of a square matrix M and [k ] denotes the largest integer less
than or equal to k )
Solution:
0 (B is a skew-symmetric matrix of order 3)
(2 k + 1)3 ,| B |=
| A |=
Let det(adjA) =| A |n−1
((2 k + 1)3 )2 =
729
((2 k + 1)3 )2 =
36
2k + 1 = 3
k =1
[k ] = 1
EXERCISE
SOLUTIONS
1.
1 C sin2 x cos2 x 4sin2 x
2 2
=f (x) sin x 1 C cos x 4sin2 x
2 2
sin x cos x 1 C 4sin2 x
C1 → C1 C C2
2 cos2 x 4sin2 x
( x ) 2 1 C cos2 x
f= 4sin2 x
1 cos2 x 1 C 4sin2 x
R2 → R2 − R1 , R3 → R3 − R1
2 cos2 x 4sin2 x
f (x) = 0 1 0
−1 0 1
f ( x )= 2 C 4sin2 x
Eigenvalues of A : 1,2,3
B A−1 + 2I
=
Since eigenvalues of A are λ1 = 1 , λ2 = 2 , λ3 = 3 , the eigenvalues of A−1 are
1 1 1
, ,
1 2 3
µ1 = 1
1
µ2 =
2
1
µ3 =
3
Then eigenvalues of =
B A−1 + 2I are:
µ1 + 2 =
3
5
µ2 + 2 =
2
7
µ3 + 2 =
3
So,
3
5 7
det(B ) = ∏ ( µi + 2) = 3 × ×
i =1 2 3
35
det(B ) =
2
35
The value of det(B ) is .
2