Conceptually quite simple, a system of linear equations is any collection of linear equations involving the same variables. A linear equation is any equation of the form
a1x1 + a2x2 + a3x3 ... + anxn = bWhere a is a set of coefficients (such as 2, 7.5, 1/3, π), x is a set of variables and b is the solution. Thus, if
2x + 2y = 2is a linear equation, a linear system might be
2x + 2y = 2There are a few points to note about these systems:
2x - 2y = -2
- You may have more equations than variables.
- You may have more variables than equations.
- Not every variable need appear in every equation.
- A linear system may have one solution, no solutions, or an infinite number of solutions.