Microsoft Store
 

System of linear equations


 

In mathematics and linear algebra, a system of linear equations is a set of linear equations such as

Related Topics:
Mathematics - Linear algebra - Linear equation

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

: 3x1 + 2x2 − x3 = 1

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

: 2x1 − 2x2 + 4x3 = −2

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

: −x1 + ½x2 − x3 = 0.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

The problem is to find those values for the unknowns x1, x2 and x3 which satisfy all three equations simultaneously.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Systems of linear equations belong to the oldest problems in mathematics and they have many applications, such as in digital signal processing, estimation, forecasting and generally in linear programming and in the approximation of non-linear problems in numerical analysis. An efficient way to solve systems of linear equations is given by the Gauss-Jordan elimination or by the Cholesky decomposition.

Related Topics:
Digital signal processing - Linear programming - Numerical analysis - Gauss-Jordan elimination - Cholesky decomposition

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

In general, a system with m linear equations and n unknowns can be written as

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

: a11x1 + a12x2 + … + a1nxn = b1

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

: a21x1 + a22x2 + … + a2nxn = b2

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:     :

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:     :

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

: am1x1 + am2x2 + … + amnxn = bm,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

where x1, ... ,xn are the unknowns and the numbers aij are the coefficients of the system. We can separate the coefficients in a matrix as follows:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

egin{bmatrix}

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

a_{11} & a_{12} & cdots & a_{1n} \

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

a_{21} & a_{22} & cdots & a_{2n} \

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

dots & dots & ddots & dots \

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

a_{m1} & a_{m2} & cdots & a_{mn} end{bmatrix}

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

egin{bmatrix}

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

x_1 \

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

x_2 \

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

dots \

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

x_n

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

end{bmatrix}

~ ~ ~ ~ ~ ~ ~ ~ ~ ~