[ Prev | Main | Next ]

BoxProblem Applet



BoxProblem is used to illustrate the classic box-folding optimization problem. It shows the relevant graphs and an image of the unfolded and folded box.

The applet tag that creates the applet is as follows:

<applet code="net.sourceforge.webcompmath.calculus.BoxProblem" codebase="../../assets"
archive="webcompmath.jar,calculus.jar" height="400" width="600">
</applet>

This applet takes no parameters other than Presentation.



[ Prev | Main | Next ]