linear system

A linear system is a collection of two or more linear equations involving the same variables.

A solution is an assignment of values to the variables such that all equations are simultaneously satisfied.


A finite linear system of m linear equations and n unknowns and coefficients can be written

{a11x1+a12x2++a1nxn=b1a21x1+a22x2++a2nxn=b2    am1x1+am2x2++amnxn=bm

where xi are the unknowns, aij are the coefficients of the system, and bi are the constant terms.

Equivalently, the vector equation can be constructed

x1(a11a21am1)+x2(a12a22am2)++xn(a1na2namn)=(b1b2bm)

which expresses the unknowns as weights for column vectors in a linear combination.

The linear system can also be written in the form

(a11a12a1na21a22a2nam1am2amn)(x1x2xn)=(b1b2bm)

known as the matrix equation, commonly written Ax=b, where x is a column vector containing n unknowns, b is a column vector containing m constants, and A is a matrix of dimension m×n containing the coefficients.

Often, this matrix equation is written as an augmented matrix, for the purposes of performing Gaussian elimination.


A solution of a linear system is the assignment of values to the variables such that each of the equations is satisfied.

The set of all possible solutions is called the solution set;
as vectors, this set is an m-dimensional vector space.

For any linear system of equations, there are 3 possibilities:

  1. the system has exactly 1 solution
  2. the system has infinitely many solutions
  3. the system is inconsistent, i.e. there are no solutions

Powered by Forestry.md