I am working on creating a simulation of beats. I need to start with:
(where w is angular frequency),
w1 + w2 = w1,2
then
w1,2 + w3 = w1,2,3
then
w1,2,3 + w4 = w1,2,3,4
and so on, to create a wave packet where I will plot w1,2,3,4...n.
My problem is that I do not understand how to...