when I plot sin((360/40)w) for w from 0 to 40 with the angle options set to degrees I don't get the expected complete sine wave. Instead I get a series of sine waves. However leaving the angle options in degrees and plot sin((2pi/40)w) from w = 0 to 40 I do get the expected one complete sine wave.