06. Matrix Equations
Dated: 12-03-2025
A fundamental idea in linear algebra
1 is to view a linear combination
2 of vectors
3 as the product of a matrix
4 with a vector
.3
Definition
If \(A\) is a \(m \times n\) matrix
4 and \(\vec x\) is a vector
3 in \(\mathbb R^n\) then \(A\vec x\) is a linear combination
.2
Example
This is called the matrix equation
.
Theorem 1
The solution set
for \(A \vec x = \vec b\) is same as the for the equation
Existence of Solution
The equation \(A \vec x = \vec b\) has a solution if and only if \(\vec b\) is a linear combination
1 of the columns of \(A\).
Theorem 2
If \(A\) is a \(m \times n\) matrix
4 then following statements are logically equivalent.
- For each \(\vec b\) in \(\mathbb R^m\) the equations \(A \vec x = \vec b\) has a solution.
- The columns of \(A\)
span
5 \(\mathbb R^m\). - \(A\) has a
pivot position
6 in every row.
The Dot Product
3
\(\begin{bmatrix} 2 & 3 & 4 \end{bmatrix} \begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix} = \begin{bmatrix} 2x_1 + 3x_2 + 4x_3 \end{bmatrix}\)
References
Read more about notations and symbols.