Suppose I have the set of linear equations
$$\begin{array}{cc}ax+by &= e \\ cx+dy &= f\end{array}$$
One picture I can draw to represent this system consists of two lines. The first is a line through $(0,e/b)$ and $(e/a,0)$, representing all solutions to the first equation, and the second is a line through $(0,f/d)$ and $(f/c,0)$ representing all solutions to the second equation. The simultaneous solution is where the lines intersect.
A second picture is that I draw the vector $(a,c)$ and imagine myself free to scale its length by a factor $x$. Then I draw the vector $(b,d)$ and scale its length by a factor $y$. The simultaneous solution to the equations is the set $(x,y)$ such that when I scale the vectors by $x$ and $y$, they add to the vector $(e,f)$.
It is clear to me that both of these are valid representations of the system of equations, but their relationship to each other seems a little mystical. If you described each picture to me independently, I wouldn't see them as being different representations of the same thing unless I turned them both into the same algebraic system of equations. Is there a more direct geometric way to see that these two representations are describing the same problem?
I built a quick interactive picture of these representations on geogebra here if that is helpful.