Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bbn!oberon!sm.unisys.com!ucla-cs!rosen From: rosen@lanai.cs.ucla.edu (Bruce E Rosen) Newsgroups: comp.sys.mac Subject: Re: MandelZot (Nice Job!) Message-ID: <20021@shemp.CS.UCLA.EDU> Date: 1 Feb 89 01:26:30 GMT References: <5838@phoenix.Princeton.EDU> <383@lclark.UUCP> Sender: news@CS.UCLA.EDU Reply-To: rosen@cs.ucla.edu (Bruce E Rosen) Distribution: na Organization: UCLA Computer Science Department Lines: 22 Mandelzot is a very nice program, which I have used to generated Mandelbrot picture for use in some tech and conference papers. I have but one current request (maybe two), There are a host of very interesting iterative equations other than z(t+1) = z(t)*z(t)+c, such as z = x + iy, z(t+1) = exp(z) = e sup x e sup iy = e sup x * (cos y + i sin y ) z(t+1) = sin(z) = 1/2i* (e sup iz - e sup iz) z(t+1) = cos(z) = 1/2* (e sup iz + e sup iz) while I doubt you can do disk cutting, iterative evalution is not hard. Was the source posted? If so, where can I get a hold of it to add these mods. Thanks Bruce Bruce Rosen ARPA: rosen@CS.UCLA.EDU UUCP: ...!ucbvax!ucla-cs!rosen