A determinant is a scalar value that is computed from the elements of a square matrix and provides important properties about the matrix, such as whether it is invertible and information about the linear independence of its rows or columns.
The minor of a given element of a determinant is the determinant of the elements that remain after deleting the row & the column in which the given element stands.
For example, the minor of a1 in
a1a2a3b1b2b3c1c2c3 is b2b3c2c3 & the minor of b2 is a1a3c1c3.
Hence, a determinant of order three will have "9 minors".
2. What is a Cofactor?:
If Mij represents the minor of the element belonging to ith row and jth
column, then the cofactor of that element is calculated as: Cij=(–1)i+j.Mij
Important Note:
Consider Δ = a1a2a3b1b2b3c1c2c3
Let A1 be cofactor of a1 and B2 be cofactor of b2 and so on, then
(i) a1A1+b1B1+c1C1=a1A1+a2A2+a3A3=............=Δ
(ii) a2A1+b2B1+c2C1=b1A1+b2A2+b3A3=.............=0
(a) The value of a determinant remains unaltered if the rows & corresponding columns are interchanged.
(b) If any two rows (or columns) of a determinant are interchanged, the value of the determinant is changed only in the sign. For example
Let D = a1a2a3b1b2b3c1c2c3 & D' = a2a1a3b2b1b3c2c1c3 Then D' = D
(c) If a determinant has two rows (or columns) identical or in the same proportion, its value is zero.
(d) If all the elements of any row (or column) are multiplied by the same number, then the determinant is multiplied by that number.
(f) The value of a determinant is not altered by adding to the elements of any row (or column ) the same multiples of the corresponding elements of any other row (or column) For example
Let D = a1a2a3b1b2b3c1c2c3 and D' = a1+ma2a2a3+na1b1+mb2b2b3+nb1c1+mc2c2c3+nc1.
Then D' = D.
Note:
While applying this property AtleastoneROWorCOLUMN must remain unchanged.
(g) If the elements of a determinant Δ are rational function of x and two rows (or columns) become identical when x = a, then (x - a) is a factor of Δ.
Again, if r rows become identical when a is substituted for x, then (x–a)r–1 is a factor of Δ.
(h) If D(x) = f1g2h3f1g2h3f1g2h3, where fr, gr, hr; r = 1, 2, 3 are three differentiable functions.
then dxdD(x) = f1′g2h3f1′g2h3f1′g2h3 + f1g2′h3f1g2′h3f1g2′h3 + f1g2h3′f1g2h3′f1g2h3′
4. Multiplication of two Determinants:
a1a2b1b2 X l1l2m1m2 = a1l1+b1l2a2l1+b2l2a1m1+b1m2a2m1+b2m2
Similarly, two determinants of order three can be multiplied. (a) Here we have multiplied row by column. We can also multiply row by row, column by row, and column by column.
(b) If D' is the determinant formed by replacing the elements of determinant D of order n by their corresponding cofactors, then D' = Dn–1
5. Special Determinants:
(a) Symmetric Determinant:
Elements of a determinant are such that aij = aji.
For example ahghbfgfc = abc + 2fgh - af2 - bg2 - ch2
(b) Skew Symmetric Determinant:
If aij = −aji, then the determinant is said to be a skew-symmetric determinant. Here, all the principal diagonal elements are zero.
The value of a skew-symmetric determinant of odd order is zero, and of even order is a perfect square.
For example 0−bcb0−a−ca0=0
Case:1 Consistent (System of the equation has a Solution)
(a) UniqueSolution: If a2a1=b2b1 or a1b2−a2b1=0 (Equations representing IntersectingLines)
(b) InfiniteSolution: If a2a1=b2b1=c2c1 (Equations representing CoincidentLines)
Case:2 Inconsistent (System of the equation has no Solution)
If a2a1=b2b1=c2c1 (Equations representing ParalleldisjointLines)
If Δ1 = b1b2c1c2, Δ2 = c1a2a1b2, then x = ΔΔ1, y = ΔΔ2
(b) Nature of Solution for a System of equations involving three variables :
a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3⎭⎬⎫⇒…
To solve this system, we first define the following determinants. Δ = a1a2a3b1b2b3c1c2c3,Δ1 = d1d2d3b1b2b3c1c2c3,Δ2 = a1a2a3d1d2d3c1c2c3,Δ3 = a1a2a3b1b2b3d1d2d3,
Now, the following algorithm is used to solve the system. We need to check the value of Δ Case:1
If Δ=0: System is Consistent and has UniqueSolution then, x = ΔΔ1, y = ΔΔ2,z=ΔΔ3
Case:2
If Δ=0:We need to check the values of Δ1,Δ2 and Δ3
(a) If Atleast one of Δ1,Δ2 and Δ3 is not Zero ⟹ System is Inconsistent.
(b) If Δ1=Δ2=Δ3=0⟹ Put z=t and solve any two equations to get the values of x & y in terms of t If these values of x, y and z in terms of t satisfy third equation ⟹ System is Consistent and has InfinitenumberofSolutions. If The values of x, y, z doesn't satisfy third equation ⟹ System is Inconsistent.
Note:
(i) TrivialSolution: In the solution set of equations, if all the variables assume zero, then such a solution set is called a Trivial solution; otherwise, the solution is called a non-trivial solution.
(ii) If d1 = d2 = d3 = 0, then the system of linear equations is known as
the system of Homogeneous linear equations, which always possesses
at least one solution (0, 0, 0).
(iii) If the system of homogeneous linear equation possesses a non-zero/nontrivial solution, then Δ = 0.
In such cases, a given system has infinite solutions.