MyRank

Click here to go to MyRank

Thursday, August 11, 2016

System of Equations using Matrices II

SOLUTION OF HOMOGENEOUS SYSTEM OF LINEAR EQUATIONS
Let AX=0 be a homogeneous system of simultaneous linear equations with n-unknowns. Let us now discuss two cases:
CASE I:
When |A| ≠ 0.
In this case, A-1 exists.
AX = 0
A-1 (AX) = A-10
(A-1A) X = 0
InX = 0
X = 0
X1 = X2 = … = Xn = 0
Thus, if A is a non-singular matrix the homogeneous system of equations has a unique solution given by => x1 = x2 = … = xn = 0. This solution is known as a trivial solution.
CASE II:
When |A| = 0
In this case, we have
(adj A) B = (adj A) 0 = 0
So, the homogenous system of equation is consistent and it has infinitely many solutions can be obtained by giving any real value to one of the variables.
It follows from the above discussion that a homogeneous system of equations given by AX=O is always consistent. It has a unique solution in which all variables are equal to zero, if |A| ≠ 0. If |A| = 0, then the system has non-trivial solutions.
Example 1:
Solve the following system of homogeneous equations:
2x + 3y — z = 0
x — y — 2z = 0
3x + y + 3z = 0
SOLUTION:
The given system of homogeneous equations can be written as
Or AX = 0, where
Thus |A| ≠ 0. So, the given system has only the trivial solution given by x = y = z = O.

No comments:

Post a Comment