Jul 23, 2024
Coefficient matrix A:
2 & -1 \\
-1 & 2
\end{bmatrix}$$
Unknowns vector x:
x \\
y
\end{bmatrix}$$
Right-hand side vector b:
0 \\
3
\end{bmatrix}$$
Columns:
First column:
2 \\
-1
\end{bmatrix}$$
Second column:
-1 \\
2
\end{bmatrix}$$
Objective: Find linear combination of columns to produce vector b:
2 \\
-1
\end{bmatrix} + 2 \cdot \begin{bmatrix}
-1 \\
2
\end{bmatrix} = \begin{bmatrix}
0 \\
3
\end{bmatrix}$$
Key Idea: Linear combinations of columns