A linear system is a finite collection of Linear Equations. Quite simply, a linear system is just a set of linear equations that involve the same variables. Augmented Matrices are a useful way to represent linear systems.

Homogeneity

A linear system is considered homogenous if all the linear equations in the system have no constants , i.e. all the variables can be put on one side of the equation, equalling 0.

The system above is homogenous, as it has no constant terms, only variables and coefficients.

Solutions

The solution of a linear system of the variables is a set of values that satisfy every equation in the system:

The following linear system of has a solution: and . However, not every linear system has solutions.

Whether a system has a solution (or multiple solutions) or not is determined by it’s Consistency:

Applications

Polynomial Interpolation

Given enough points, a polynomial function can be constructed by determining the values of using the points.