MATH 3000 (Azoff)  Fall 2009

Study Guide for Chapters 1 and 2

Definitions
Rn
unit vector
line in Rn (parametric form)
hyperplane in Rn  (cartesian or normal form)
linear combination of vectors
dot product of vectors
orthogonal (or perpendicular) vectors
angle between (non-zero) vectors
elementary row operations
echelon and reduced echelon matrices, pivot
rank of a matrix
singular, non-singular matrices
linear transformation
standard matrix of a linear transformation
elementary matrices
inverses and one-sided inverses of matrices
transpose
symmetric matrix

Basic Computations
operations on scalars, vectors and matrices
matrix reduction
solving systems of linear equations
translating problems involving lines, planes, curve fitting, linear combinations and matrix equations to systems of linear equations
passing between cartesian and parametric representatios of lines and planes
projections and angles between vectors
finding matrices of projections, reflections, and rotations in R2
computing inverses of matrices

Conceptual understanding
existence and uniquenes of solutions to Ax=b
good and bad features of vector and matrix operations, especially multiplication
construction of examples and counterexamples

Study Guide and Worksheet for Chapter 3

The basic concepts of this chapter are: linear combination, subspace, span (noun and verb), linear dependence, basis, dimension, orthogonal complement, row space, column space, null space, rank, vector space.
Fill in the following table. In each case, S refers to the set of all linear combinations of the given vectors, and T refers to the orthogonal complement of S.

Ambient Space
Vectors
Independent?
Span ambient space?
Basis for ambient space?
Dim of S
Geom. Desc. of S
Basis for T
R2
(1,2)






R2 (1,2), (1,3)






R2 (1,2), (1,3), (2,5)






R2 (1,2), (2,4), (3,6)






R2 (1,2), (2,4)






R3 (0,0,0)






R3 (1,1,1), (2,2,2)






R3 (1,1,1), (1,2,1), (1,3,1)






R3 (1,1,1), (1,1,2)






R3 (1,1,1), (1,2,1), (2,4,2)






R3 (1,1,1), (2,2,2), (4,4,4)







Fill in the blanks.
a)   Let A be an m x n matrix of rank r.  The columns of A are independent if _____.  The cols of A span Rm if _____.  The cols of A are a basis for Rm if _____.
b)   A linearly independent set in R4 cannot have more than _____ vectors.
c)    Two distinct vectors in R4 which cannot together be part of a basis for R4 are __________.

True or False ?
a)  The vector (2,3,0,1) can be expressed as a linear combination of (1,0,0,0) and (0,1,0,1).
b)  The solution set of 2x+y-z=0 is a subspace of R3.
c)  The solution set of 2x+y-z=5 is a subspace of R3.
d)  If v1, v2, v3 are dependent vectors, then there are c1,c2,c3 in R so that c1v1+c2v2+c3v3=0 and |c1|+|c2|+|c3|>0.
e)  Any three vectors in R7 are independent.
f)   A set which spans R3 can contain 5 vectors.
g)   The set S:={(x,y,z) | x+y=z } is a subspace of R3.
h)   The set S:={(x,y,z) | x2+y2=z2 } is a subspace of R3.
i)   The set S:={(x,y,z) | x2+y2+z2 = 0 } is a subspace of R3.
j)   There is a set of 5 vectors in R7 which is independent.
k)  Any set of 4 vectors in R4 which is independent forms a basis for R4.
l)    There is a 3-dimensional subspace of R5.

Study Guide for Section 3.6 and Chapters 4, 5, and 6


Section 3.6: Abstract Vector Spaces (up through Example 9, i.e., not responsible for inner products)
Section 4.1: Inconsistent Systems and Projection onto a subspace V  of  Rn
Definition and underlying concepts:  
Methods for computing  ProjV b:
Using projections to compute reflections

Least squares and Applications to data fitting
Section 4.2: Gram-Schmidt Process (only thru Example 4.2, that is, not including the discussion of the QR decomposition on pages 201-202)
Section 4.3: Linear Transformations
Chapter 5 : Determinants
               det (AB)=(det A)(det B) 
               det (AT)=det A 
               det A=0 if and only if A is singular
Section  6.1: Eigenvalues and Eigenvectors
Section  6.2: Diagonalizability
Section  6.3: Applications