(Mostly borrowed from GDC talks by the Essential Math group)
Basis vectors are a set of vectors able to represent another vector in the same space as a linear combination of basis vectors
Or even more simply, as an example,
(1, 3) = (1, 0) + (0, 3)
A linear combination is a weighted sum of vectors
A set of basis vectors doesn't necessarily need to be unit length (i.e. (1, 0) and (0, 1)) or perpendicular
(If they are, that's called an orthonormal basis)
Theoretical sample from something, anything: audio, color, position, rotation, etc.
Example representation of earlier signal using Real Fourier series as dictionary:
Black: vectors in dictionary
Green: sample we intend to compress
1.3, (0, 1)
0.2, (1, 0)
Even more can be done!
To Be Continued!