Below two problems are stated consecutively in book titled: Linear algebra, by: David cherney, Tom denton, Rohit thomas and Andrew waldron; at pg. #51, in review sec. 2.2.
It seems to me that they are linked, so stated together.
Q.8. Show that this pair of augmented matrices are row equivalent assuming $ad - bc \ne 0$:
$x = \begin{pmatrix}a & b & | & e\\c & d & | & f \end{pmatrix} \approx \begin{pmatrix}1 & 0 & | & \frac{dc-bf}{ad-bc}\\0 & 1 & | & \frac{af-ce}{ad-bc} \end{pmatrix}$
Q.9. Consider the augmented matrix:
$x = \begin{pmatrix}2 & -1 & | & 3\\-6 & 3 & | & 1 \end{pmatrix}$
Give a geometric reason why the associated system of equations has no solution. (Hint, plot the three vectors given by the columns of the augmented matrix in the plane.) Given a general augmented matrix
$x = \begin{pmatrix}a & b & | & e\\c & d & | & f \end{pmatrix}$
can you find a condition on the numbers a, b, c and d that corresponds to the geometric condition you found?
Solution attempts:
Q.8. I am unable to see any way to reach the second matrix from the first, so want to attempt derivation of the first from the second one.
As given $ad - bc \ne 0$, so:
$x = \begin{pmatrix}1 & 0 & | & \frac{dc-bf}{ad-bc}\\0 & 1 & | & \frac{af-ce}{ad-bc} \end{pmatrix} \rightarrow \begin{pmatrix}(ad-bc) & 0 & | & (dc-bf)\\0 & (ad-bc) & | & (af-ce) \end{pmatrix}$
But, unable to make any progress still.
Q.9. Assuming that the vectors (or matrix elements) are drawn from the field of reals, the three column vectors are:
$x_1 = \begin{bmatrix}2\\-6 \end{bmatrix}, x_2 = \begin{bmatrix}-1\\3 \end{bmatrix}, x_3 = \begin{bmatrix}3\\1 \end{bmatrix}$ in $\mathbb{R}^2$,
Due to the domain $\mathbb{R}^2$, the matrix's l.h.s. can be interpreted as dot product; by taking the first component as in $x$-coordinate, while the second component as $y$-coordinate:
$\begin{bmatrix}2\\-6 \end{bmatrix}.\begin{bmatrix}x\\y \end{bmatrix} + \begin{bmatrix}-1\\3 \end{bmatrix} .\begin{bmatrix}x\\y \end{bmatrix}= \begin{bmatrix}3\\1 \end{bmatrix}$ in $\mathbb{R}^2$
As per the question asking geometrical reason: the first two vectors have slope: $-3$, while the third vector has slope $\frac{1}{3}$; so third vector is perpendicular to the first two. But, still geometrically the third vector intersects the first two vectors. So, not clear why there is no solution associated with the three column vectors. I am not clear as why origin is not a solution, as here all three vectors intersect.
However, if take clue (without any understanding) from the earlier question, get the condition $ad-bc\ne 0$; that implies that satisfying $ad \ne bc\implies \frac ca \ne \frac db$.