[ Prev | Main | Next ]

Velocitytable Applet



Velocitytable illustrates the average velocity over an interval. The user can shrink the interval with a slider, showing that the instantaneous velocity is approached as the interval used for the average velocity gets smaller.

The applet tag that creates the applet is as follows:

<applet code="net.sourceforge.webcompmath.calculus.Velocitytable" codebase="../../assets"
archive="webcompmath.jar,calculus.jar" height="150" width="300">
</applet>

This applet takes no parameters, other than Presentation.



[ Prev | Main | Next ]