Plotting Vector functions

Hi,

I am trying to find out how to plot a vector function. I have the following vectorfunction:

([t^2-3],[1/2*t^2+2*t+1])

How do I plot this vector in maple?

Thanks in advance

plotting position function

You must have a vector-valued position function.

Try something like this:

plot([t^2-3, 1/2*t^2+2*t+1, t=-1..1]);

Note the placement of [ and ].

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}