| Author |
Comment/Response |
Will
|
12/27/11 7:00pm
I wanted to plot Sin[x] + Sin[x + Pi] to cancel them out. At the moment I'm new to Mathematica and am learning the ropes, and learning how to manipulate sine and cosine functions with Mathematica is one of the things I wanted to improve at. Here is how I attempted this:
Plot[Sin[x] + Sin[x + Pi], {x, 0, 2Pi}]
This yielded the unusual - and wrong - plot attached. Where have I gone wrong?
Thanks
Will
Attachment: Untitled.png, URL: , |
|