How can I plot a quarter of circle using x as abscissa while y as ordinate by taking advantage of the Plot function of Mathematica when a is in the range of [0,Pi/2] ?
x=2*Sin[a];
y=2*Cos[a];
|
How can I plot a quarter of circle using
|
||||
|
|
|||||||||||||
|
|
Here is a solution from graphics primitive Circle:
I am not sure what the final goal of your question is, but maybe this will help - this is how to use graphics primitives inside
You can provide a lot of options to
|
|||||||||||||
|
ParametricPlot? – xzczd Oct 15 '12 at 5:09ParametricPlottill now. But in fact, it really works. – SunnySky Oct 16 '12 at 0:08