| > | with(plots,polarplot);
polarplot([[max(cos(2*t),0),t,t=0..2*Pi],[min(cos(2*t),0),t,t=0..2*Pi]],color=[red,blue],scaling=CONSTRAINED); |
![[Plot]](images/L3_2.gif)
| > | with(plots,polarplot);
polarplot([[max(cos(3*t),0),t,t=0..2*Pi],[min(cos(3*t),0),t,t=0..2*Pi]],color=[red,blue],scaling=CONSTRAINED); |
![[Plot]](images/L3_4.gif)
| > | with(plots);
animate(polarplot,[[max(cos(t)+s,0),t,t=0..2*Pi]],s=-1..1,frames=20,scaling=CONSTRAINED); |
![]()
![]()
![]()
![]()
![[Plot]](images/L3_10.gif)
| > | with(plots);
animate(polarplot,[[max(cos(2*t)+s,0),t,t=0..2*Pi]],s=-1..1,frames=20,scaling=CONSTRAINED); |
![]()
![]()
![]()
![]()
![[Plot]](images/L3_16.gif)
| > | with(plots);
animate(polarplot,[[max(cos(3*t)+s,0),t,t=0..2*Pi]],s=-1..1,frames=20,scaling=CONSTRAINED); |
![]()
![]()
![]()
![]()
![[Plot]](images/L3_22.gif)
| > | with(plots);
animate(polarplot,[[max(cos(t/2)+s,0),t,t=0..4*Pi]],s=-1..1,frames=20,scaling=CONSTRAINED); |
![]()
![]()
![]()
![]()
![[Plot]](images/L3_28.gif)
| > | with(plots);
animate(polarplot,[[max(1/(1-s+s*cos(t)),0),t,t=0..2*Pi]],s=0.1..0.48,frames=20,scaling=CONSTRAINED); |
![]()
![]()
![]()
![]()
![[Plot]](images/L3_34.gif)
| > | with(plots,polarplot);
polarplot([[max(t,0),t,t=-8*Pi..8*Pi],[min(t,0),t,t=-8*Pi..8*Pi]],color=[red,blue],scaling=CONSTRAINED); |
![[Plot]](images/L3_36.gif)
| > | with(plots,polarplot);
polarplot([[exp(t/10),t,t=-8*Pi..8*Pi],[exp(-t/10),t,t=-8*Pi..8*Pi]],color=[red,green],scaling=CONSTRAINED); |
![[Plot]](images/L3_38.gif)
| > |