can someone teach me how to draw a circle in Mathematica Wolfram. I have the the center and the radius.
Mathematica or wolfram alpha?
The normal one. I have it installed at home
is not the same btw?
Nah, wolfram alpha is the website. Mathematica is the code based program.
What is the circle?
Wolfram 8 installed at home
center (-4,-2) f=sqrt(5)
Is f the focal or do you mean radius?
sorry i meant to write r=sqrt(5)
Okay, just making sure. What I would do is do this: \[(x+4)^2+(y+2)^2=5\]
\[(y+2)^2=5-(x+4)^2\] \[y+2=\pm \sqrt{5-(x+4)^2}\] \[y=\sqrt{5-(x+4)^2}-2\] \[y=-\sqrt{5-(x+4)^2}-2\] Plot the last two. One is the top half the other is the bottom
I did it with the following syntax: Graphics[Circle[{-4, -2}, Sqrt[5]]] However I can only see the circle with not axis. Can someone help me with this?
Oh, mine is a little far fetched then haha.
;)
Already fixed that
A sample plot procedure written in Mathematica 8 Home Edition is attached. There is a misspelling in the comments here and there.
thanks
Glad that someone besides myself is using Mathematica on this site.
Attached is a screen capture of my 8Gb IMac setup that I use for solving openstudy.com math problems.
Join our real-time social learning platform and learn together with your friends!