When you add sound waves you are basically adding sine and cosine of certain multiples of x.
Is Sin(x) + Sin(y) ... + Sin(n) = Sin(x+y...+n)? Is the same true for summation of cosines?
I am making a game where you can help the emperors of the solar systems add the voices of all the numbers(and when you get to science organisms like mice and trees, atoms and molecules, and physical units) on a particular planet subtracting out any baby cries and assign that as the voice of the planet.
This requires summation of sines and cosines.
Also can you take the Sin or Cos of a matrix or vector? If so would that be equal to the Sin or Cos of the individual components of the matrix or vector?
No... For one thing $\sin(x)$ is bounded, it can be at most 1 and must be at least -1. So, for example
$$\sin(\pi/2)+\sin(\pi/2) = 2$$
but there is no $t$ which satisfies $\sin(t)=2$.