Final Exam Flashcards
equation of line through p parallel to v
x = p + tv
domain of T (based on an m × n matrix)
Rn
codomain of T (based on an m × n matrix)
Rm
range of T
all images T(x)
linear transformation of a m × n matrix
- Rn → Rm
- T(u + v) = T(u) + T(v)
- T(cu) = cT(u)
standard matrix of a linear transformation T
- T(x) = x1T(e1) + x2T(e2) + … + xn(Ten)
*
one-to-one and onto
- one-to-one: mapping T: Rn → Rm if each b in Rm is the image of at most one x in Rn (T(x) = 0 has only the trivial solution)
- onto: mapping T: Rn → Rm if each b in Rm is the image of at least one x in Rn
invertible matrix
for a square matrix A, another matrix C exists for which AC = CA = I
properties of invertible matrices
- x = A-1b
- (AB)-1 = B-1A-1
*
alogrithm for finding A-1
row reduce the augmented matrix [A | I]
Invertible Matrix Theorem
- A is invertible
- A is row equivalent to the n × n identity matrux
- A has n pivot positions
- Ax = 0 has only the trivial solution
- the columns of A form a linearly independent set
- x → Ax maps Rn to Rn
- Ax = b has at least one solution for each b in Rn
- x → Ax is one-to-one
- the columns of A span Rn
- there exists a n × n matrix C such that CA = I
- there exists a n × n matrix D such that AD = I
- AT is inverstible
properties of determinants
- elementary row operations
- roe replacement: detB = detA
- interchange: detB = -detA
- scalar multiplication: detB = kdetA
- a square matrix is invertible if detA does not equal 0
- for n × n matrices, detAT = detA
- detAB = (detA)(detB)
Cramer’s Rule
- for any b in Rn, the unique solution x of Ax = b has entries given by xi = detAi(b) ÷ detA
- replace a column with b, find the determinant of the new matrix, and divided by the determinant of the original matrix to find the solution for the variable corresponding to the column replaces
formula for A-1
A-1 = adjA ÷ detA, where adjA = transpose of the matrix of cofactors
calculating area/volume using matrices
- for a 2 × 2 matrix, the area of the parallelogram detrmined by the columes of A is |detA|
- for a 3 × 3 matrix, the volume of the parallelpiped determined by the columns of A is |detA|
- one point must be at the vertex
subspace of vector space V
- subset of vector space V
- zero vector of V contained in H (H contains {0})
- H closed under vector addition (for every u and v in H, u + v also in H)
- H closed under multiplication by scalars (for each u in H, cu also in H)
nulA
- set of all solutions of the homogenous equation Ax = 0
- subspace of Rn
- span of the vector equation representation of the solution set of Ax = 0
colA
- set of all linear combinations of the columns of A
- subspace of Rm
linear transformations of vector spaces (and subspaces)
- linear transformation: occurs from a vector space V to a vector space W, assigning each vector x in V a unique vector T(x) in W which ovey all laws of vector spaces (ie, closed under addition and multiplication by scalars)
kernel and range
- kernel: nulT (set of all u in V such that T(u) = 0 in W)
- range: set of all vectors in W of the form T(x) for some x in V