matrix_multiplication

SymbolMeaning
belongs to
the set of vectors with n real-valued elements
the set of real-valued matrices with m rows and n columns

Definition of Matrix Vector Multiplication

If has vectors and then the matrix Vector Product is a linear combination of the columns of . It can be shown as shown: A \mathbf{x} = \left[ \matrix{| & | & \dots & | \\ \mathbf{a_1} & \mathbf{a_2} & \dots & \mathbf{a_n} \\ | & | & \dots & |} \right] \left[ \matrix {x_1 \\ x_2 \\ \vdots \\ x_n} \right] = x_1\mathbf{a_1} + x_2\mathbf{a_2} + \dots +x_n\mathbf{a_n} = \left[ \matrix{ \vdots \\ x_1\mathbf{a_1} + x_2\mathbf{a_2} + \dots +x_n\mathbf{a_n} \\ \vdots } \right] NOTE: is always in the span of

Existence of Solutions

The equation has a solution if and only if is a linear combination of the columns of .

Example

For what vectors does the equation have a solution?

Solving for from the last row,