|
[Date Index]
[Thread Index]
[Author Index]
Re: Re: Re : Moebius strip
- To: mathgroup at smc.vnet.net
- Subject: [mg2964] Re: [mg2952] Re: [mg2946] Re : Moebius strip
- From: Robert Pratt <rpratt at math.unc.edu>
- Date: Wed, 17 Jan 1996 03:08:56 -0500
I forgot to include the definition of rotate, which is a rotation matrix
about the z-axis.
rotate[t_] := {{Cos[t], -Sin[t], 0},
{Sin[t], Cos[t], 0},
{0, 0, 1}}
Rob Pratt
Department of Mathematics
The University of North Carolina at Chapel Hill
CB# 3250, 331 Phillips Hall
Chapel Hill, NC 27599-3250
rpratt at math.unc.edu
==== [MESSAGE SEPARATOR] ====
Prev by Date:
MathLink under OS/2 Warp Connect? Not for me!! :(
Next by Date:
Re: Re: Re : Moebius strip
Previous by thread:
Re: Re : Moebius strip
Next by thread:
Re: Re: Re : Moebius strip
|