home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / sci / fractals / 139 < prev    next >
Encoding:
Text File  |  1992-10-13  |  977 b   |  25 lines

  1. Newsgroups: sci.fractals
  2. Path: sparky!uunet!destroyer!gatech!rpi!cary112.its.rpi.edu!fokp
  3. From: fokp@cary112.its.rpi.edu (Pingtao (Ben) Fok)
  4. Subject: Re: Mandelbrot Set
  5. Message-ID: <5f1zj-c@rpi.edu>
  6. Nntp-Posting-Host: cary112.its.rpi.edu
  7. Reply-To: fokp@rpi.edu
  8. Organization: Rensselaer Polytechnic Institute, Troy, NY.
  9. References: <1992Oct13.151335.24563@sol.UVic.CA> <1992Oct13.195243.986@nntp.uoregon.edu>
  10. Date: Tue, 13 Oct 1992 22:41:21 GMT
  11. Lines: 12
  12.  
  13. The equation is:
  14. Zn+1=Z^2+C   where
  15. C is a complex number namely x+yi.
  16. The idea is to make a grid on the computer screen with the boundary
  17. of -2 to 2 for the x axis and -2 to 2 for the y axis.  Then you start
  18. calculating the set by putting every coordinate in the constant C and 
  19. Z.  You use the point as an initial value as well as a constant.
  20. It is very similar to the Julia Set. In fact, Mandelbrot claimed that
  21. the Mandelbrot Set have contain every Julia Set.  
  22. I hope this can help you a little.
  23. Ben Fok
  24. fokp@rpi.edu
  25.