I can do the following in Mathematica.
In[1]:= TrigReduce[ Sin[x] Cos[y]]
Sin[x - y] + Sin[x + y]
Out[1]= -----------------------
2
Is there a way to get the same result in Sage?
I'm trying to model and RF mixer, which basically multiples two sinusoids. It
creates products and the sum and difference frequency, as it obviously apparent
in the output from Mathematica, but not in the input.
dave
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org