MCOMPUTE Name
MCOMPUTE Purpose
Compute mandelbrot set images. Category
Calling Sequence
mcompute, region, out Inputs
region = region in the complex plane to process. in
region = [x1,x2,nx,y1,y2,ny] where
x1,x2,nx = min,max, number in real direction,
y1,y2,ny = min,max, number in imaginary direction.
Keyword Parameters
Keywords
/SHOW shows progress of computation on screen.
LAST=max. Set upper limit to # of iterations (def = 100).
Outputs
out = resulting mandelbrot set image. out
Common Blocks
Notes
Modification History
R. Sterner, 19 Nov, 1989
Copyright (C) 1989, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.