Chapter 2¶
Systems of Linear Equations: Geometry¶
Warning
Reading these materials and doing the excercises is not enough to understand the course material. You must also read and study the corresponding chapters and sections in the Margalit and Rabinoff Linear Algebra online textbook.
The information below is like a study guide though much of the information is copied directly from Margalit and Rabinoff. You will be quizzed and tested not only on how to perform various tasks in MATLAB, but on your understanding of the visualizations and discussions in the textbook. Be sure to study these concepts prior to quizzes and tests.
2.1 Vectors¶
Learn how to add and scale vectors in \(\mathbb{R}^n\), both algebraically and geometrically.
Visualize
Linear combinations
Vector addition
Vector subtraction, and
scalar multiples of vectors.
Vocabulary words. Vector, linear combination, scalar multiple.
2.2 Vector Equations and Spans¶
Understand the equivalence between a system of linear equations and a vector equation.
Learn the definition of \(\text{Span}\{x_1,x_2,\dots,x_k\}\), and how to draw pictures of spans.
Key Task: Solve a vector equation using augmented matrices to determine if a vector is in a span.
Visulize
An inconsistent system of equations
A consistent system of equations
Spans in \(\mathbb{R}^2\) and \(\mathbb{R}^3\).
Vocabulary words. Vector equation, span.
2.3 Matrix Equations¶
Understand the equivalence between a system of linear equations, an augmented matrix, a vector equation, and a matrix equation.
Key Task: multiply a vector by a matrix (two ways).
Characterize the vectors \(\vec b\) such that \(A\vec x = \vec b\) is consistent, in terms of the span of the columns of \(A\).
Characterize matrices \(A\) such that \(A\vec x = \vec b\) is consistent for all vectors \(\vec b\).
Visualize the set of all vectors \(\vec b\) such that \(A\vec x = \vec b\) is consistent.
Vocabulary words. Matrix equation, row vector, column vector, consistent, inconsistent.
2.4 Solution Sets¶
Understand the relationship between the solution set of \(Ax = \vec 0\) and the solution set of \(Ax = \vec b\).
Understand the difference between the solution set and the column span.
Key Tasks
Write solutions to matrix equations in parametric vector form
Write the solution set of a homogeneous system as a span.
Visualize the solution set of a homogeneous system, the solution set of an inhomogeneous system, and the relationship between the two.
Vocabulary words. Homogeneous, inhomogeneous, trivial vs. nontrivial solutions.
Review the section called Solution Sets and Column Spans carefully.
2.5 Linear Independence¶
Understand the concept of linear independence.
Learn two criteria for linear independence.
Understand the relationship between linear independence and pivot columns / free variables.
Key Tasks:
Test if a set of vectors is linearly independent.
Find an equation of linear dependence.
Visualize sets of vectors in \(\mathbb{R}^2\) or \(\mathbb{R}^3\) and whether or not they are linearly independent.
Vocabulary words. Linear dependence relation / equation of linear dependence, pivots, free variables, linearly independent, linearly dependent.
2.6 Subspaces¶
Learn the definition of a subspace.
Learn the canonical examples of subspaces.
Learn to write a given subspace as a column space or null space.
Key Tasks:
Determine whether or not a subset is a subspace.
Compute a spanning set for a null space.
Visualize whether a subset of \(\mathbb{R}^2\) or \(\mathbb{R}^2\) is a subspace or not.
Vocabulary words. Subspace, column space, null space.
2.7 Basis and Dimension¶
Understand the definition of a basis of a subspace.
Understand the basis theorem.
Key Tasks:
Find the basis for a column space.
Find the basis for a null space.
Find the basis of a span.
Visualize the basis of a subspace of \(\mathbb{R}^2\) or \(\mathbb{R}^2\).
Vocabulary words. Basis, dimension.
2.8 Bases as Coordinate Systems¶
Learn to view a basis as a coordinate system on a subspace.
Key Tasks:
Compute the \(\mathcal{B}\)-coordinates of a vector.
Compute the usual coordinates of a vector from its \(\mathcal{B}\)-coordinates.
Visualize the \(\mathcal{B}\)-coordinates of a vector using its location on a nonstandard coordinate grid.
Vocabulary words. \(\mathcal{B}\)-coordinates
2.9 The Rank Theorem¶
Learn to understand and use the rank theorem.
Visualize the rank theorem.
Vocabulary words. Rank, nullity.