huddy_99

10 Reputation

One Badge

4 years, 272 days

MaplePrimes Activity


These are questions asked by huddy_99

with(plots);
P1 := plot([-sin(t), t, t = 0 .. 2*Pi], coords = polar, color = red);
P2 := plot([cos(t), t, t = 0 .. 2*Pi], coords = polar, color = blue);
display(P1, P2, scaling = constrained);
 

I have two polar equation in the same graph but how do i shade the region between those two polar curve?

Page 1 of 1