Imho, most easy consideration of possible cases for system linear equations is trough Kronecker–Capelli theorem (also known by several other names - see link), which holds even when quantity of variables differs from quantity of equations:
system have solution, i.e. is consistent, iif rank of coefficient matrix equal to rank of augmented matrix.
$$\exists x,\ Ax=b \Leftrightarrow \text{rank}[A]=\text{rank}[A|b]$$
So, if we have quadratic case system with $n$ linear equations and $n$ variables, then in case of non zero determinant, when $n$ equals to rank of coefficient matrix i.e rank of coefficient matrix equal to rank of augmented matrix and we have unique solution, otherwise infinitely many solutions. System have no solution when determinant is zero and rank of coefficient matrix differs from rank of augmented matrix.
Geometric interpretation here