Linear equation with n unknowns

Given the equation x+y=0 it is said that it is a linear equation with 2 unknowns (x,y) and linear because there are not quadratic or higher terms.

This equation does not have a unique solution, meaning that there are more than one combination of values of x and y that satisfy the equation.

Possible solutions are: (1,1),(2,2),(100,100), etc.

The equation:

x+y+3tz=2

is also a linear equation, although now we have 4 unknowns.

Obviously it does not have a unique solution either.

More generally, a linear equation with n unknowns is defined as follows:

a1x1+a2x2+a3x3++anxn=b

where:

  • a1,a2,,an are called the coefficients.
  • x1,x2,,xn are the unknowns.
  • b is the constant term.

It is said, also, that two equations are equivalent when they have the same solution.

The equation 3x+3y=0, for example, is equivalent to x+y=0.