Recent Changes - Search:

Chapter One: Linear Systems

Solving Linear Systems

Linear Geometry of n-Space

Reduced Echelon Form

Topics

edit SideBar

(options)

‘’For readers who have seen the elements of vectors before, in calculus or physics, this section is an optional review. However, later work will refer to this material so it is not optional if it is not a review.’‘

In the first section, we had to do a bit of work to show that there are only three types of solution sets— singleton, empty, and infinite. But in the special case of systems with two equations and two unknowns this is easy to see. Draw each two-unknowns equation as a line in the plane and then the two lines could have a unique intersection, be parallel, or be the same line.

  • Unique solution

$$
      $\scriptstyle \begin{linsys}{2}
                         3x  &+  &2y  &=  &7   \\
                         x   &-  &y   &=  &-1
                       \end{linsys}$
$$

  • No solution

$$
      $\scriptstyle \begin{linsys}{2}
                         3x  &+  &2y  &=  &7   \\
                         3x  &+  &2y  &=  &4
                       \end{linsys}$
$$

  • Infinitely many solutions

$$
      $\scriptstyle \begin{linsys}{2}
                         3x  &+  &2y  &=  &7   \\
                         6x  &+  &4y  &=  &14
                       \end{linsys}$
$$

These pictures don’t prove the results from the prior section, which apply to any number of linear equations and any number of unknowns, but nonetheless they do help us to understand those results. This section develops the ideas that we need to express our results from the prior section, and from some future sections, geometrically. In particular, while the two-dimensional case is familiar, to extend to systems with more than two unknowns we shall need some higher-dimensional geometry.

« | Table of Contents | »

Edit - History - Print - Recent Changes - Search - Links
Page last modified on 25 February 2006, at 10:52 AM