7.1. SYSTEMS OF EQUATIONS, ALGEBRAIC PROCEDURES 117
to become confused if you place the augmented matrix in row reduced echelon form ratherthan just echelon form.
In summary,
Definition 7.1.19 A system of linear equations is a list of equations,
a11x1 +a12x2 + · · ·+a1nxn = b1
a21x1 +a22x2 + · · ·+a2nxn = b2...
am1x1 +am2x2 + · · ·+amnxn = bm
where ai j are numbers, and b j is a number. The above is a system of m equations in then variables, x1,x2 · · · ,xn. Nothing is said about the relative size of m and n. Written moresimply in terms of summation notation, the above can be written in the form
n
∑j=1
ai jx j = fi, i = 1,2,3, · · · ,m
It is desired to find (x1, · · · ,xn) solving each of the equations listed.
As illustrated above, such a system of linear equations may have a unique solution, nosolution, or infinitely many solutions and these are the only three cases which can occur forany linear system. Furthermore, you do exactly the same things to solve any linear system.You write the augmented matrix and do row operations until you get a simpler system inwhich it is possible to see the solution, usually obtaining a matrix in echelon or reducedechelon form. All is based on the observation that the row operations do not change thesolution set. You can have more equations than variables, fewer equations than variables,etc. It doesn’t matter. You always set up the augmented matrix and go to work on it.
Definition 7.1.20 A system of linear equations is called consistent if there exists a solution.It is called inconsistent if there is no solution.
These are reasonable words to describe the situations of having or not having a solution.If you think of each equation as a condition which must be satisfied by the variables, con-sistent would mean there is some choice of variables which can satisfy all the conditions.Inconsistent would mean there is no choice of the variables which can satisfy each of theconditions.
7.1.3 Balancing Chemical ReactionsConsider the chemical reaction
SnO2 +H2→ Sn+H2O
Here the elements involved are tin Sn oxygen O and Hydrogen H. Some chemical reactionhappens and you end up with some tin and some water. The question is, how much do youstart with and how much do you end up with.
The balance of mass requires that you have the same number of oxygen, tin, and hy-drogen on both sides of the reaction. However, this does not happen in the above. For