Lecture 1: The Geometry of Linear Equations
讲座摘要(lecture summary)
The geometry of linear equations
The fundamental problem of linear algebra is to solve linear equations in unknowns; for example:
In this first lecture on linear algebra we view this problem in three ways.
The system above is two dimensional . By adding a third variable we could expand it to three dimensions.
Row Picture
Plot the points that satisfy each equation. The intersection of the plots (if they do intersect) represents the solution to the system of equations. Looking at Figure 1 we see that the solution to this system of equations is , .
We plug this solution in to the original system of equations to check our work:
The solution to a three dimensional system of equations is the common point of intersection of three planes (if there is one).
Column Picture
In the column picture we rewrite the system of linear equations as a single equation by turning the coefficients in the columns of the system into vectors:
Given two vectors and and scalars and , the sum is called a linear combination of and . Linear combinations are important throughout this course.
Geometrically, we want to find numbers x and y so that x copies of vector added to y copies of vector equals the vector . As we see from Figure 2, and , agreeing with the row picture in Figure 2.
In three dimensions, the column picture requires us to find a linear combination of three 3-dimensional vectors that equals the vector .
Matrix Picture
We write the system of equations
as a single equation by using matrices and vectors:
The matrix is called the coefficient matrix. The vector is the vector of unknowns. The values on the right hand side of the equations form the vector :
The three dimensional matrix picture is very like the two dimensional one, except that the vectors and matrices increase in size.
Matrix Multiplication
How do we multiply a matrix by a vector ?
One method is to think of the entries of as the coefficients of a linear combination of the column vectors of the matrix:
This technique shows that is a linear combination of the columns of .
You may also calculate the product by taking the dot product of each row of A with the vector :
Linear Independence
In the column and matrix pictures, the right hand side of the equation is a vector . Given a matrix , can we solve:
for every possible vector ? In other words, do the linear combinations of the column vectors fill the xy-plane (or space, in the three dimensional case)?
If the answer is “no”, we say that is a singular matrix. In this singular case its column vectors are linearly dependent; all linear combinations of those vectors lie on a point or line (in two dimensions) or on a point, line or plane (in three dimensions). The combinations don’t fill the whole space.
习题(Problems)
Exercises on the geometry of linear equations
Problem 1.1: (1.3 #4. Introduction to Linear Algebra: Strang) Find a combination that gives the zero vector:
Those vectors are (independent)(dependent).
The three vectors lie in a . The matrix with those columns is not invertible.
Problem 1.2: Multiply:
Problem 1.3: True or false: 3 by 2 matrix times a 2 by 3 matrix equals a 3 by 3 matrix . If this is false, write a similar sentence which is correct.
习题解答(Solutions)
Problem 1.1: (1.3 #4. Introduction to Linear Algebra: Strang) Find a combination that gives the zero vector:
Those vectors are (independent)(dependent).
The three vectors lie in a . The matrix with those columns is not invertible.
Solution
We might observe that , or we might simultaneously solve the system of equations:
Subtracting twice equation 1 from equation 2 gives us . Subtracting thrice equation 1 from equation 3 gives us , which is equivalent to the previous equation and so leads us to suspect that the vectors are dependent. At this point we might guess and which would lead us to the answer we observed above: