Amy-Lee said:
determinant = 0, homogeneous equation equals zero... therefore trivial solution
determinant not to equal 0, homogeneous equation don't equal 0... therefore nontrivial solution?
No, this is incorrect. Also, an equation is never equal to anything. For example, x + 5 = 2 is an equation, but what is it equal to? There is always an = in an equation, but that indicates that two expressions have the same value.
For a very simple example of a system of linear equations, consider this system of two equations in two unknowns:
x + y = 0
2x + 2y = 0
The determinant of the matrix of coefficients is 0, which means that the solution to this system is not unique. For this system, there is the trivial solution (x = 0, y = 0), and a whole bunch (an infinite number) of nontrivial solutions, solutions other than the trivial solution.
Here's a second example:
x + y = 0
x - y = 0
The determinant of the matrix of coefficients this time is nonzero, which means that there is exactly one solution to the system of equations, in other words, that the solution is unique. For this system, the only solution is x = 0, y = 0, the trivial solution.
For these homogenous systems of equations, the value of the determinant of the matrix of coefficients determines whether there will be a unique solution (det is nonzero), the trivial solution, or an infinite number of solutions (det = 0), including the trivial solution.