| MATH1020 Calculus II | Maple Lab 4 |
| Section 1-4 | Due: Tuesday, October 12, 1999, |
| by 5pm in your TA's mailbox. |
This lab explores polar coordinates. Be sure to follow the lab guidelines as described on the class handouts.
r := 1 + a*cos(2*t);to get the curve for different values of a.
plot([subs(a=2,r),t,t=0..Pi],coords=polar);