Melissa Stevens

56 Reputation

4 Badges

19 years, 165 days

MaplePrimes Activity


These are questions asked by Melissa Stevens

I need to put all these things together to make a scene, I would like to keep the house,and the clouds as a background plot, and have the tornado and tire move. Sort of like the tornado picks up the tire and then drops it. here is my code its to big for me to save it on here. Using like the animate code, and display codes. Packages: with(plots):with(plottools): Tornado: Actual Tornado: tubeplot([20*t*cos(t),20*t*sin(t),20*t], t=0..20*Pi, radius=-100*exp(.00001*t), tubepoints=10, numpoints=100, color=grey, frames=30): Animated Tornado: rotating around: animate(tubeplot,[[20*t*cos(t+s),20*t*sin(t+s),20*t+s],
I was wondering if one could animate a tubeplot. if so i am trying to animate this tubeplot that i created so it can look like a tornado in action. tubeplot([20*t*cos(t+7),20*t*sin(t+7),20*t],t=0..20*Pi, radius=-100*exp(.00001*t), tubepoints=20, numpoints=100, color=grey); and if you can't does anybody know how I can animate a space curve similar to this to make it look like a tornado.
Page 1 of 1