> Maple Commands for Rocket Animation - click here for the Maple 11 Version
 

> Hit enter after each command
 

> with(plots); -1; animate3d([`+`(`*`(3, `*`(u, `*`(r, `*`(cos(`*`(u, `*`(theta)))))))), `+`(`*`(3, `*`(u, `*`(r, `*`(sin(`*`(u, `*`(theta)))))))), `+`(`-`(`*`(3, `*`(r))), 12)], r = 0 .. 1, theta = 0 ....
with(plots); -1; animate3d([`+`(`*`(3, `*`(u, `*`(r, `*`(cos(`*`(u, `*`(theta)))))))), `+`(`*`(3, `*`(u, `*`(r, `*`(sin(`*`(u, `*`(theta)))))))), `+`(`-`(`*`(3, `*`(r))), 12)], r = 0 .. 1, theta = 0 ....
with(plots); -1; animate3d([`+`(`*`(3, `*`(u, `*`(r, `*`(cos(`*`(u, `*`(theta)))))))), `+`(`*`(3, `*`(u, `*`(r, `*`(sin(`*`(u, `*`(theta)))))))), `+`(`-`(`*`(3, `*`(r))), 12)], r = 0 .. 1, theta = 0 ....
 

Plot
 

> animate3d([`+`(`*`(u, `*`(x)), 3), 0, `*`(u, `*`(t, `*`(`+`(`*`(`/`(1, 6), `*`(`^`(`+`(`*`(u, `*`(x)), `-`(6)), 2))), 1))))], x = 0 .. 6, t = 0 .. .5, u = 0 .. 1)
 

Plot
 



 

> animate3d([0, `+`(`*`(u, `*`(x)), 3), `*`(t, `*`(`+`(`*`(`/`(1, 6), `*`(`^`(`+`(x, `-`(6)), 2))), 1)))], x = 0 .. 6, t = 0 .. .5, u = 0 .. 1)
 

Plot
 



 

> animate3d([`+`(`-`(x), `-`(3)), 0, `*`(u, `*`(t, `*`(`+`(`*`(`/`(1, 6), `*`(`^`(`+`(x, `-`(6)), 2))), 1))))], x = 0 .. 6, t = 0 .. .5, u = 0 .. 1); 1
 

Plot
 

> animate3d({[`+`(`*`(.75, `*`(u, `*`(r, `*`(cos(theta))))), `-`(.5)), `+`(`*`(.75, `*`(u, `*`(r, `*`(sin(theta))))), .866), `+`(`-`(sqrt(`+`(`*`(u, `*`(`^`(r, 2))), `-`(`/`(1, 4))))))]}, r = 0 .. 1, th...
 

Plot
 

>