| Author |
Comment/Response |
K.T.Satyajit
|
04/23/06 10:28am
When I try to plot a circle I am getting only half the circle.
I am using a equation y = (9-x^2)^0.5;
Plot[y,{x,-2,2}];
Mathematica does not seem to consider the neagative root.
when I type
y = -(9-x^2)^0.5;
Plot[y,{x,-2,2}];
It plots the other half !
Thats funny.
I want the full circle in one shot!
It is true with any curve which spnas 360 degree, only half appears.
Please help me.
URL: , |
|