The Fourier Transform can also be thought of as part of Linear Algebra, because it's actually funding a representation of a given function in the basis consisting of sin and cos functions (or complex exponentials).<p>See, the collection of non-pathological functions is a vector space. We add elements by adding the functions pointwise, we multiply by a constant in the obvious way, and the other requirements can be checked. Functions form a vector space.<p>And vector spaces have bases. One basis for the vector space of functions is the collection of sin and cos functions. Thus we can see that finding the Fourier Transform is just finding how much of each basis vector we need to make the function.<p>And as we know, the amount of basis vector u needed in the representation of a vector v is v.u, the dot product.<p>Thinking of it this way starts to make connections between all sorts of ideas.<p><i>Added in edit:</i> I see the same sort of point made by dropdownmenu in <a href="http://news.ycombinator.com/item?id=4862228" rel="nofollow">http://news.ycombinator.com/item?id=4862228</a>