Paper located at http://math.colstate.edu/thoward/Talks/
![]() |
The image shows a red point sliding along the graph of
y = x exp(
-x2/100 ). Each time the point moves, the blue line
is updated so that it remains tangent to the curve at that point.
Feel free to browse the Maple worksheet used to create this animation. |
![]() |
In this image, we see the graph of an eighth degree polynomial.
We use a right sum to approximate the area between the curve and the x
axis from x = 0 to x = 6. The animation starts with
a single approximating rectangle, and each subsequent approximation involves
twice as many rectangles as the previous.
Feel free to browse the Maple worksheet used to create this animation. |
![]() |
This animation shows the graph of the cosine in juxtaposition with
several Taylor polynomials.
Feel free to browse the Maple worksheet used to create this animation. |
Figure 1: Exporting Maple to HTML
This creates an html page that resembles the Maple
worksheet. Each graph and each mathematical formula displayed within
the Maple worksheet will appear as a separate gif image. For example,
if the chosen name for the HTML export file is "maple-export.html", then
one might find the following folder and files created.
Figure 2: Files created
by the export to HTML selection
To view the worksheet as a web page, one would select the file "maple-export.html" from the web browser. The files "maple-export1.html" and "maple-exportTOC.html" are auxiliary files used to display the worksheet in frames.
All associate gif images
are saved in the "images" folder. In my sample worksheet, there were
two displayed formulas, so two gif files were created as shown in the file
listing below.
Figure 3: GIF files associated
with the HTML files
In practice, one must locate the gif file corresponding to the desired animation (it's usually the largest file). In this particular example, the animation happens to be stored as "maple-export2.gif".
The animated gif file can then be copied, renamed, or moved to the desired location.