Matrix Notation of a Linear System (Matrix Equation)

The matrix notation of a linear system is a compact way to represent the system using matrices and vectors. A linear system can be expressed in the form:

We first construct our Matrix of Coefficients as:

Next, we create the variable vector:

Finally, we form the constant vector or solution vector :

We can use these components to express the linear system in matrix notation as:

Existence of Solutions

The equation if consistent if and only if is a Linear Combination of the columns of OR

Ref: Vector Span

Connection to Augmented Matrices

If consists of vectors each

Then is equivalent to

and to the system with with augmented matrix

Theorem

For a Matrix , the following statements are equivalent:

  1. For each , the equation has a solution.
  2. Each is a Linear Combination of the columns of .
  3. Vector Span:
  4. has a pivot position in each row when brough to REF.

Solving Using Inverse Matrix

If is an invertible matrix, the solution to the equation can be found using the matrix inverse:

Where is the inverse of matrix .

Derivation