Question: Few parametric plots simultaneously

Hi Maple People,

I want to plot two parametric curves on the same plot.  Namely,

x1 = t^2 + t + 41; y1 = t^2 + 40;

x2 = 4*t^2 + 163; y2 = 2*t^2 + t + 81;

where -3 < t < 3

What is the syntax for this?

Regards, Matt

 

Please Wait...