Lecture 9 Flashcards
Vector space
Set V of vectors and a field F of scalars with addition and multiplication ⍺v∈V, u+v∈V
- associativity, commutativity, additive identity, additive inverse, associativity wrt scalar multiplication, distributivity wrt scalar/vector addition, scalar multiplication identity
Linear function
f(u+v) = f(u) + f(v) f(⍺u) = ⍺f(u)
f(x) = |x|/x, f:R>R linear?
No
f(x) = ax+b, f:R>R linear?
No
Linear functions as matrix-vector multiplication ?
y = f(x) > y = Ax A(u+v) = Au + Av A(⍺u) = ⍺Au
Shear operator
Change in angle:
1 b
a 1
Rotation operator
cos(θ) -sin(θ)
sin(θ) cos(θ)
Scale operator
a=x-direction, b=y-direction
a 0
0 b
Reflection operator
-a:y-axis symmetry
-a 0
0 -b
Translation
+ (a b)
1 0
0 1
nonlinear!
Permutation matrix
permutation of the identity matrix (swap rows):
0 0 1
1 0 0
0 1 0
Lower/Upper triangular matrix
lower: 0 j more than i, upper: 0 i more than j
Rank
- number of linearly independent columns of the matrix
- rank(A) ≤ min(m,n), if = min(m,n) then full-rank otherwise rank deficient
Singular matrix
A square matrix which is not invertible, that is det(A) = 0 (linearly independent row/columns) - if not singular then rank = n
Sparse matrix
O(min(n,m)) non-zero entries