
<html> <head>
<title>Example of Maple Plots</title>
</head>
<body>
<b>Example of Maple Plots</b>
<hr>
<h2><i>Trefoil knot </i> </h2>
<img src="http://www.math.uwaterloo.ca/~ijmcgee/GIFS/knotbig.gif" alt="-------"><p>

<pre>	Code used to generate this plot:

with(plots):
tubeplot([(1+0.3*cos(3*t))*cos(2*t),(1+0.3*cos(3*t))*sin(2*t),(1+0.3*cos(3*t))*.35*sin(3*t)],t=0..2*Pi,radius=0.25,numpoints=80,style=patch);

</pre>
<img src="http://www.math.uwaterloo.ca/~ijmcgee/GIFS/bline.gif" alt="-------"><p>



<h4>How to Contact Me</h4>

<pre>Phone:	Extension  2534.  

Office:	 MC 5099.  (On the fifth floor of the 
		    Math & Computer Building,
		    in the south east corner.)

E - Mail:   ijmcgee@undergrad.math.uwaterloo.ca
</pre>

</body> </html>


