What is this?
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
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 ].
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 ].