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

<pre>	Code used to generate this plot:

with(plots):
r:=sqrt(3)/3:
specs:=t=0..2*Pi,radius=0.3,tubepoints=17,numpoints=50:
c1:=[cos(t),sin(t)+r,-cos(3*t)/3,specs]:
c2:=[cos(t)+1/2,sin(t)-r/2,-cos(3*t)/3,specs]:
c3:=[cos(t)-1/2,sin(t)-r/2,-cos(3*t)/3,specs]:
specs1:=orientation=[-90,0],style=PATCH,scaling=CONSTRAINED:
tubeplot({c.(1..3)},specs1);
</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>


