Final Exam Flashcards

1
Q

equation of line through p parallel to v

A

x = p + tv

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

domain of T (based on an m × n matrix)

A

Rn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

codomain of T (based on an m × n matrix)

A

Rm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

range of T

A

all images T(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

linear transformation of a m × n matrix

A
  • Rn → Rm
  • T(u + v) = T(u) + T(v)
  • T(cu) = cT(u)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

standard matrix of a linear transformation T

A
  • T(x) = x1T(e1) + x2T(e2) + … + xn(Ten)
    *
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

one-to-one and onto

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

invertible matrix

A

for a square matrix A, another matrix C exists for which AC = CA = I

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

properties of invertible matrices

A
  • x = A-1b
  • (AB)-1 = B-1A-1
    *
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

alogrithm for finding A-1

A

row reduce the augmented matrix [A | I]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Invertible Matrix Theorem

A
  1. A is invertible
  2. A is row equivalent to the n × n identity matrux
  3. A has n pivot positions
  4. Ax = 0 has only the trivial solution
  5. the columns of A form a linearly independent set
  6. x → Ax maps Rn to Rn
  7. Ax = b has at least one solution for each b in Rn
  8. x → Ax is one-to-one
  9. the columns of A span Rn
  10. there exists a n × n matrix C such that CA = I
  11. there exists a n × n matrix D such that AD = I
  12. AT is inverstible
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

properties of determinants

A
  • 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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Cramer’s Rule

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

formula for A-1

A

A-1 = adjA ÷ detA, where adjA = transpose of the matrix of cofactors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

calculating area/volume using matrices

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

subspace of vector space V

A
  • 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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

nulA

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

colA

A
  • set of all linear combinations of the columns of A
  • subspace of Rm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

linear transformations of vector spaces (and subspaces)

A
  • 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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

kernel and range

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

linear independence in vectors

A
  • an indexed set of vectors (eg, {v1, …, vp}) in which v1 does not equal zero is linearly dependent if and only if some vj with j > 1 is a linear combination of the preceding vectors
22
Q

basis

A
  • B ({b1 … bp}) is a basis for the subspace H if
    • B is linearly independent
    • H = span{b1 … bp} (ie, subspace spanned by B coincides with H)
23
Q

bases for nulA and colA

A
  • nulA = set of solutions to the homogenous equation
  • colA = pivot columns of A (row-reduce to determine)
24
Q

change-of-coordinates matrix

A
  • x = PB[x}B
  • PB-1x = [x]B
25
Q

rowA

A

set of all linear combinations of the row vectors in A

26
Q

rank

A
  • dimension of colA
  • rankA + dimnulA = n
27
Q

change-of-basis matrix

A
  • for bases B = [b1 … bp] and C = [c1 … cp] in vector space V, there exists a unique square matrix such that [x}C = PB→C[x]B
  • to find PB→C: [c1 … cn | b1 … bn] ~ [I | PB→C]
28
Q

eigenvectors and eigenvalues

A
  • eigenvector - nonzero vector x for a n × n matrix A such that Ax = λx for some scalar λ
  • eigenvalue - scalar λ for which a nontrivial solution x exists such that Ax = λx
29
Q

determining eigenvectors/eigenvalues for a matrix A

A
  • potential eigenvectors given: multiply matrix A by potential eigenvector; if the result is a scalar multiple of the potential eigenvector, then it is an eigenvector of A
  • potential eigenvalue given: (A - λI) = 0
30
Q

basis for eigenspaces of A

A
  1. compute (A - λI)
  2. row reduce the augmented matrix for (A - λI) = 0
  3. rewrite as a vector-equation, if necessary
31
Q

distinct eigenvalues theorem

A

if v1 … vp are eigenvectors that crrespend to distinct eigenvalues λ1 … λr of a n n matrix A, then the set {v1 … vp} is linearly independent

32
Q

the characteristic equation

A
  • det(A - λI)
  • a scalar λ is an eigenvalue of a n × n matrix A if and only if λ satisfies the characteristic equation
33
Q

similar matrices

A
  • an invertible matrix p exists such that A = PBP-1, or B = P-1AP
  • similar matrices share a characteristic polynomial and hence eigenvalues (including multiplicities)
34
Q

criteria for diagonalization

A

a n × n matrix A is diagonalizeable if and only if A has n linearly independent eigenvectors

35
Q

diagonalization

A
  1. find the eigenvalues of A
  2. find n linearly independent eigenvectors of A
  3. construct P using the linearly independent eigenvectors
  4. construct D from the corresponding eigenvalues
36
Q

u º v

A

u1v1 + u2v2 + … + upvp

37
Q

length of v (||v||)

A

√(v º v) = √(v1v1 + v2v2 + … +vpvp)

38
Q

||cv||

A

|c| × ||v||

39
Q

distance between u and v (dist(u,v))

A

||u - v|| = √(u1 - v1)2 + (u2 - v2)2 + … (up - vp)2

40
Q

orthogonal vectors

A
  • dist(u, -v) = ||u||2 + ||v||2 + 2uºv
  • uºv = 0
41
Q
A
42
Q

orthogonal compliments

A
  • x is an orthogonal compliment to W if and only if x is orthogonal to every vector in a set that spans W
  • W is a subspace of Rn
  • (RowA) = NulA
  • (ColA)= NulAT
43
Q

find a unit vector u in the same direction as v

A
  • compute ||v||
  • multiply v by (1 ÷ ||v||)
  • check that ||u|| = 1
44
Q

orthogonal set

A

if S = {u1, … up} contains nonzero vectors in Rn all orthogonal to one another

45
Q
A
46
Q

properties of orthogonal sets

A
  • if S = {u1, …, up}, an orthogonal set of nonzero vectors in Rn, then S is linearly independent and hence is a basis for the subspace spanned by S
47
Q

orthogonal basis

A

cj = (y º uj) ÷ (uj º uj)

48
Q

orthogonal projection of y onto L

A

projLy = u[(y º u) ÷ (u º u)]

49
Q

distance from y to L

A

||y - (projLy)||

50
Q

orthonormal sets and orthonormal bases

A
  • orthonormal set: orthogonal set of unit vectors
  • orthonormal basis: orthonormal set which spans a subspace W
51
Q

express

A