| Author |
Comment/Response |
yehuda
|
09/10/12 2:17pm
You have syntax errors
1. A comma missing
2. you cannot use \[RightArrow] - you need to use -> or \[Rule]
Animate[ParametricPlot[{(2 t^3)/2 - 2 t^2, t^2/2 - 3 t}, {t, 0, tmax},
AxesLabel -> {"x (m)", "y (m)"}] , {tmax, 0, 5}]
use this as a starter
y
URL: , |
|