Wk 1: The vector Flashcards
ℝn
Set of all n-vectors over ℝ
Set of functions from {0,1,2,…,d-1} to
Sparse vector
a vector most of whose values are zero
k-sparse vector
vector with no more than k nonzero entries
lossy compression
represents a signal as sparse while preserving perceptual similarity
Examples that can be represented by a vector
document (for information retrieval)
binary string (for crypto / IT)
collection of attributes (voting record, demographic record, etc.)
state of a system
probability distribution
images
points
Translation of Complex number
f(z) = z + z1
z,z1 ∈ ℂ
Vector addition
[u1, u2, …, un] + [v1, v2, …, vn] = [u1 + v1, u2 + v2, …, un + vn]
zero vector
the D-vector whose entries are all zero, written 0D or just 0
Basic properties of vector addition
associative and commutative
scalar
term for field elements (used to scale vectors)
Scalar-vector multiplication
α[v1, v2, …, vn] = [αv1, αv2, …, αvn]
Basic property of scalar-vector multiplication
Associativity: α(βv) = (αβ)v
{αv : α ∈ ℝ, 0 ≤ α ≤ 1}
line segment between the origin and v
{αv : α ∈ ℝ}
line through the origin and v