Suppose we have the below system of (simultaneous) linear equations $$ c_1p + c_2q = \alpha \\ c_1r + c_2s = \beta $$ I know that, in order for this to be solvable, we must have $ps-qr \neq 0$. On an intuitive level, why is this? I am struggling to visulaize the practical reason.
I am aware that, to be solvable, the equations in a system such as this must be linearly dependent, and that to do this, to find the determinant of the matrix formed by the coefficients $p,q,r,s$. I am not interested in this kind of explaination. What I'm trying to do right now is visualise why the above is the case, without creating a rigorous proof.