Background

DPGraph, formerly also called Cyclone98, is a remarkably efficient and useful application for drawing mathematical surfaces (and lots of other things.) It is coded entirely in Intel assembly language and so is designed for the Windows operating system. However, it can be coaxed to work on other platforms as well, with a little effort. We shall use it with the VMWare "Fusion" virtual computer on the Macs, running Windows XP.

Install and Use DPGraph

For optimal use of DPGraph (DPG) you need to be able to save/edit text files in the DPG directory. Therefore, should install DPG on your own computer. For other computers, you can download a copy into your own space, or run it off a USB memory stick.

To download DPG to a pc, google DPGraph, and use our UIUC licence as a subscriber. Without a licence you can download a DPG player, but cannot edit and create new scripts. The unlicensed player can replay your binary files created by DPG.

When you open DPG it animates hyperboloids from 1 to 2 sheets and back. Always check the aspect ratio of your window to make sure it does not distort the geometrical figures. In DPG, use the arrow keys to turn image so that the cup faces you. Change aspect ratio of the window until it looks circular. Let’s investigate some of its features.

While the EDIT popup has a tiny window into the script, it is generally better to SAVE as a textfile, open it in Wordpad, edit it, save the edit, and press the EXECUTE button in dpg to see the effect of your edit.

SAVE:

  1. Save the script for the cover animation as a text file with Save > nameit > Desktop > As ASCII DGP file

  2. Open nameit with WordPad to read and edit it.

  3. Open the modified file in DPGraph and run (execute) it.