Ask Your Question
0

Graph x sin 0 to 720

asked 8 years ago

Zantheor gravatar image

updated 8 years ago

tmonteil gravatar image

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.

Preview: (hide)

Comments

For help, try plot?. This will show the syntax and some examples.

calc314 gravatar imagecalc314 ( 8 years ago )

Also note that this isn't a homework help forum, though we are in general happy to help people learn more.

kcrisman gravatar imagekcrisman ( 8 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 8 years ago

You're almost there already, just add some commas:

plot( sin(x*pi/180), x, 0, 720 )

Example output here.

Preview: (hide)
link

Comments

Cheers mate worked perfectly

Zantheor gravatar imageZantheor ( 8 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 8 years ago

Seen: 419 times

Last updated: May 31 '16