System of Linear Equations

100 阅读1分钟

Linear System = System of Linear Equations

standard (unit) vector

only one element is "1", the rest elements are "0"

v=[v1v2]=v1[10]+v2[01]=v1e1+v2e2v = \begin{bmatrix} v_1 \\ v_2\end{bmatrix} = v_1\begin{bmatrix} 1 \\ 0\end{bmatrix} + v_2\begin{bmatrix} 0 \\ 1\end{bmatrix} = v_1e_1 + v_2e_2