Solution Space

Given a field F, and a system of m equations and n variables,

A solution space is the set of all n-tuple such that it solves all of the equations. Can be either of the three cases

  1. The system is not solvable Then there are no solutions to the system,
  2. The system is solvable Then there are either 1 or infinitely many solutions (cannot have any other finite number of solutions other than 1, think about lines intersecting)

Back Substitution

A method of solving a system of equations where the equations are shaped like a triangle, with no 0’s on the diagonals!

Example

, OR WE GET DIVISION BY ZERO!

We assume that

Symbolic representation of systems of linear equations

We can represent any system in the following way :