flyingpig
- 2,574
- 1
Homework Statement
I am trying to plot the two polar curves r = \sqrt{3} cos(\theta) and r = sin(\theta)
Mathematica only gives me one of the curves.
I tried plotting PolarPlot[{sqrt (3) Cos[t]}, {t, 0, 2 Pi}] and it gives me a blank box in the first quadrant.
any ideas?