Difference between revisions of "Linear system of equations"

From NewMarsWiki
Jump to: navigation, search
m (typos)
 
m (1 revision)
 
(No difference)

Latest revision as of 04:02, 21 January 2009

The most simple type of linear system of equation is the intersection of two lines:

a x + b y = c
d x + e y = f

In three dimensions a similar problem is the intersection of three planes. Finding solutions to linear systems of equations falls under the field of linear algebra. Some methods of solving linear equations include: substitution and elimination of variables. A more sophisticated form of elimination is Gaussian elimination and Gauss-Jaurden elimination.

External Links

Definition of linear system of equations from math world