Graph x sin 0 to 720
We will now draw a graph of sin x from 0 to 720. Enter the command to do this in Sage. What command was used?
I'm assuming its something like
plot sin(x*pi/180) for 0<x<720
Usually i'd keep searching until i figure it out myself but i'm really behind on study and don't have the time. If i could just get the code that would be great!
Many thanks.
For help, try
plot?
. This will show the syntax and some examples.Also note that this isn't a homework help forum, though we are in general happy to help people learn more.