Linear Algebra
Systems of Linear Equations
  HH  
What is a Linear Equation?
 

A System of Linear Equations
                  

  this system is inconsistent
there is no solution
 
this system is consistent
the solution is unique (1,3)
this system is consistent
there are infinite solutions
Grapher

Our goal is to solve this sytem of equations by utilizing the Matrix of coefficients.

Row Reduction (Gaussian Elimination)
'getting the Matrix in echelon or reduced echelon form'

By applying these 3 Elementary Row Operations to our Matrix we will find a solution, if one exists.

1. (Replacement) Replace one row by the sum of itself and a multiple of another row.

2. (Interchange) Interchange two rows.

3. (Scaling) Multiply all entries of a row by a nonzero constant.


Chapter 1 Sec 1 Problems 19, 20, 21, 22


Special Cases


Which columns are the pivot columns and what is the solution set?



Chapter 1 Sec 2 Problems 8, 9

Vector Equations ( another perspective on systems of equations)
These vectors are odered pairs of points in 2-space (in a plane)



Grapher

Chapter 1 Section 1.3 Problems 17, 18, 25, 26


The Matrix Equation Ax = b




Chapter 1 Section 1.4 Problem 17-20
               
The equation Ax = b has a solution if and only if b is a
linear combination of the columns of A

Homogeneous Linear Systems (Ax = 0)

The Homogeneous equation Ax = 0 has a nontrivial solution if and only if
the equation has at least one free variable.

               
               

Suppose Ax = b has a solution, explain why the solution is unique
when Ax = 0 has only the trivial solution.

(Geometric argument using Theorem 6.) Since Ax = b is consistent, its solution set is obtained by
translating the solution set of Ax = 0, by Theorem 6. So the solution set of Ax = b is a single vector if
and only if the solution set of Ax = 0 is a single vector, and that happens if and only if Ax = 0 has only
the trivial solution.
(Proof using free variables.) If Ax = b has a solution, then the solution is unique if and only if there
are no free variables in the corresponding system of equations, that is, if and only if every column of A is
a pivot column. This happens if and only if the equation Ax = 0 has only the trivial solution.


               
Chapter 1 Section 7 Problem 6, 7