Question
Question: Solve the following system of homogeneous linear equations by matrix method: \[\begin{aligned} ...
Solve the following system of homogeneous linear equations by matrix method:
& 2x-y+z=0 \\\ & 3x+2y-z=0 \\\ & x+4y+3z=0 \\\ \end{aligned}$$Solution
Hint: In this question, from the conditions of a homogeneous system of equations we first need to write the given equations as product two matrices. Then if the determinant of the coefficient matrix is not equal to zero then we have a trivial solution but if it is equal to zero then we have a non-trivial solution.
Complete step-by-step answer:
Determinant: Every square matrix A is associated with a number, called its determinant and it is denoted by ∣A∣.
If A=a11 a21 a31 a12a22a32a13a23a33, then
∣A∣=a11(a22a33−a32a23)−a12(a21a33−a31a23)+a13(a21a32−a22a31)
SOLUTION OF HOMOGENEOUS SYSTEM OF EQUATIONS BY MATRIX METHOD
Let AX=0 is a system of n linear equations in n variables.
(a) If ∣A∣=0, then it has only one solution X=0, is called the trivial solution.
(b) If ∣A∣=0, then the system has infinitely many solutions, called non-trivial solutions.
Now, from the given linear equations in the question