Here, 3x - y + 2z = 0 .....(1)
4x + 3y + 3z = 0 .....(2)
5x + 7y + 4z =0 .....(3)
The given system of homogeneous equaions can be written in matrix form as follows:
$\begin{bmatrix}3&-1&2\\4&3&3\\5&7&4\end{bmatrix}\begin{bmatrix}\text{x}\\\text{y}\\\text{z}\end{bmatrix}=\begin{bmatrix}0\\0\\0\end{bmatrix} $
$\text{AX}=\text{O}$
Here,
$\text{A}=\begin{bmatrix}3&-1&2\\4&3&3\\5&7&4\end{bmatrix},\text{X}=\begin{bmatrix}\text{x}\\\text{y}\\\text{z}\end{bmatrix}\text{and }\text{O}=\begin{bmatrix}0\\0\\0\end{bmatrix} $
Now,
$|\text{A}|=\begin{vmatrix}3&-1&2\\4&3&3\\5&7&4\end{vmatrix}$
$=3(12-21)+1(16-15)+2(28-15)$
$=0$
$\therefore\ |\text{A}|\neq0$
So, the given system of homogeneous equations has non-trivial solutions.
Substituting z = k in eq. (1) & eq. (2), we get
3x - y = -2k and 4x + 3y = -3k
$\text{AX}=\text{B}$
Here,
$\text{A}=\begin{bmatrix}3&-1\\4&3\end{bmatrix},\text{X}=\begin{bmatrix}\text{x}\\\text{y}\end{bmatrix}\text{and }\text{B}=\begin{bmatrix}-2\text{k}\\-3\text{k}\end{bmatrix} $
$\Rightarrow\begin{bmatrix}3&-1\\4&3\end{bmatrix}\begin{bmatrix}\text{x}\\\text{y}\end{bmatrix}=\begin{bmatrix}-2\text{k}\\-3\text{k}\end{bmatrix} $
$|\text{A}|=\begin{vmatrix}3&-1\\4&3\end{vmatrix}$
$=(3\times3+4\times1)$
$=13$
So, A-1 exists.
We have
$\text{adj }\text{A}=\begin{bmatrix}3&1\\-4&3\end{bmatrix}$
$\text{A}^{-1}=\frac{1}{|\text{A}|}\text{adj }\text{A}$
$\Rightarrow\text{A}^{-1}=\frac{1}{13}\begin{bmatrix}3&1\\-4&3\end{bmatrix}$
$\text{X}=\text{A}^{-1}\text{B}$
$\Rightarrow\begin{bmatrix}\text{x}\\\text{y}\end{bmatrix}=\frac{1}{13}\begin{bmatrix}3&1\\-4&3\end{bmatrix}\begin{bmatrix}-2\text{k}\\-3\text{k}\end{bmatrix}$
$=\frac{1}{13}\begin{bmatrix}-6\text{k}-3\text{k}\\8\text{k}-9\text{k}\end{bmatrix} $
Thus, $\text{x}=\frac{-9\text{k}}{13}, \text{y}=\frac{-\text{k}}{13}\text{ and }\text{z}=\text{k}$ (where k is any real number) satisfy the given system of equations.