Final Exam Flashcards
Do elementary row operations change the solution set?
No
When does a linear system have 0 solutions?
[0 0 0 1]
0x + 0y + … = 1
When does a linear system have 1 solution?
leading 1s = # variables
When does a linear system have infinite solution?
leading 1s < # variables
(paramterize)
Symmetric matrix
Span
set of all linear combinations
Linearly dependent
if there exists scalars (not all equal to 0) such that:
x1v1 + x2v2 + … + xnvn = 0
Linearly independent
if the only scalars are all 0 such that:
x1v1 + x2v2 + … + xnvn = 0
Homogeneous linear system
Ax = 0
Sends to zero vector
Non-homogeneous linear system
Ax = b
(translations of Ax = 0)
Homogenous system:
- If vector (v) is a solution to Ax = 0, then scalar (k) multiplied by v (kv) is what?
Also a solution to Ax = 0
Homogenous system:
- If vectors (v1, v2) are solutions to Ax = 0, then:
v1 + v2 is what?
v1 + v2 is also a solution to Ax = 0
Homogenous system:
- Any linear combination of homogenous solution (Ax=0) is what?
Also a solution
Systems:
- If vector (a) is a solution to Ax = 0
- If vector (c) is a solution to Ax = b
Then vector a+c is a solution to what?
homogenous solution + non-homogenous solution = non-homogenous solution
a+c is a solution to Ax=b
Systems:
- If vectors (a, c) are solutions to Ax = b
Then vector a-c is a solution to what?
Vector a–c is a solution to Ax=0 (homogenous)
non-homo – non-homo = homo
Linear transformation
- T(v+w) = T(v)+T(w)
- T(kv) = kT(v)
Invertible matrix
det ≠ 0
- Equation Ax=b has a unique solution
- Matrix has full rank
Can non-square matrices have inverses?
Yes, but only on one side
Subspace
- u+v in V
- ku in V
Basis
- Linearly independent
- Span
How can you determine the dimension of a vector space?
elements in basis
UNIQUE
If a vector space has dimension n, then n linearly independent vectors must be a ___
basis
If a vector space V has dimension n, and collection of vectors span(V) then ___
vectors are a basis
Coordinates of a vector space
- v = arbitrary vector in V
- Basis: {v1,v2…vn}
a1v1 + a2v2 + … + anvn = v
Collection of scalars [a1 a2 … an]
Find the matrix that represents the transformation (T) from basis A to basis B
- Compute image of each basis vector of A:
T(a1), T(a2) … T(an) - Re-write in terms of basis B:
T(a1) = x1b1 + … + xnbn - From matrix using coefficients (x1…xn) as columns
Characteristic polynomial
det(A – λI)
How to find eigenvectors given λ?
null(A – λI)
Fundamental formula relating rank & dim(Null)
rank(A) + dim(null(A)) = n
Rank
linearly independent rows of the matrix
# leading 1s in RREF
If a matrix is (mxn) what is it’s rank?
Whichever is smallest m or n
Nullspace
Solution to Ax=0
Column space
span of the columns of A
How to determine the column space of a matrix?
- RREF A → find the columns with leading 1s
- Col(A) = span(columns with leading 1s in ORIGINAL matrix A)
- Basis for Col(A) = {columns of original matrix A which correspond to leading 1s in RREF A}
Row space
span of the rows of A