]>
Once you have defined the package DrawComplex, you need to compile and test it. To compile the package, issue the system command )compile drawpak. Axiom reads the file drawpak.spad and compiles its contents into machine binary. If all goes well, the file DRAWCX.NRLIB is created in your local directory for the package. To test the package, you must load the package before trying an operation.
Compile the package.
Expose the package.
Use an odd step size to avoid a pole at the origin.
Define f to be the Gamma function.
Clip values of function with magnitude larger than 7.
Draw the Gamma function.