Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!iuvax!ndcheg!uceng!mfinegan From: mfinegan@uceng.UC.EDU (michael k finegan) Newsgroups: comp.lang.c Subject: Re: Mandlebrot set Summary: What about Julia set ? Keywords: fractal, mandelbrot, julia, graphics Message-ID: <1354@uceng.UC.EDU> Date: 30 Jun 89 17:41:13 GMT References: <2492@blake.acs.washington.edu> <225800193@uxe.cso.uiuc.edu> Followup-To: mfinegan@uceng.UC.EDU Organization: College of Engg., Univ. of Cincinnati Lines: 9 While the calculation of members of the Mandelbrot set may be well known, do you have pseudo-code for calculation of members of a Julia set? I implemented the algorithms outlined in Scientific American (forget issue #) for Mandelbrot and Julia sets; the Mandelbrot set was correct, but the Julia set results were always wrong. I realize this is not comp.graphics, but since you are discussing it here as C code ... Mike Finegan mfinegan@uceng.UC.EDU