Use the Easy Java Simulations Modeling and Authoring Tool to edit and to explore the source code for the Drag The Monster Truck JS Model.
remixed to be optimised for mobile devices.
bug fix for velocity.
else if (radio_string == "B") {
var vNew=(x-xOld)/(t-tOld);
x_plot = (vOld+vNew)/2; //average gives better results //bug fixed by lookang velocity should be average /2
vOld=vNew;
}
Create a new relation