I am currently working through MIT's Introduction to Linear Algebra by Gilbert Strang, with no previous matrix experience. In the first lecture, we are given the following linear equations:
$$2x - y = 0\\ -x + 2y = 3$$
The solution to the system of equations is $(1,2)$.
Following this Professor Strang rewrites the system of linear equations in a column picture:
x [ 2 ] + y [-1] = [ 0 ]
[-1] + [2] = [ 3 ]
In the following steps, the vectors $[2, -1]$ and $[-1, 2]$ are plotted to show that the solution $(0, 3)$ can be found by geometrically by multiplying the "$x$-vector" by $1$ and the "$y$-vector" by $2$, and adding the two results.
My confusion is as follows, looking at the column vectors:
In the first vector from the $x$ coefficients we get $[2,-1]$. What property allows the two $x$ coefficients to be drawn as a vector in $x$ and $y$ on an $xy$ plot? The result of this is that both coefficients from equation $1$ give magnitude only in the $x$-axis and the coefficients from equation $2$ are on the $y$-axis? Which confuses me if this is an $xy$ plot
I am new to this so I am not articulating this very well, so apologies and thanks in advance for your time.
Diagrams and formal class notes on P1 & 2: https://ocw.mit.edu/courses/mathematics/18-06sc-linear-algebra-fall-2011/ax-b-and-the-four-subspaces/the-geometry-of-linear-equations/MIT18_06SCF11_Ses1.1sum.pdf