Module Mandelbrot Set (interactive)
Calculates Mandelbrot and Julia sets.
References:
- Mandelbrot, B.B. (1983): 'The Fractal Geometry of Nature', New York, 490p.
- Author: (c) 2001 by O.Conrad
 
- Specification: grid, interactive
 
- Menu: Garden|Recreations|Fractals
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Output | Grid (*) | Data Object (optional output) | GRID | - | - | 
| Options | Width (Cells) | Integer | NX | - | Minimum: 1 Default: 100 | 
 | Height (Cells) | Integer | NY | - | Minimum: 1 Default: 100 | 
 | X-Range | Value range | XRANGE | - | - | 
 | Y-Range | Value range | YRANGE | - | - | 
 | Julia - X | Floating point | JULIA_X | - | Default: -0.700000 | 
 | Julia - Y | Floating point | JULIA_Y | - | Default: 0.300000 | 
 | Maximum Iterations | Integer | MAXITER | - | Minimum: 1 Default: 300 | 
 | Fractal Type | Choice | METHOD | - | Available Choices: [0] Mandelbrot [1] Julia Default: 0 | 
| (*) optional | 
Command-line
this interactive module can not be executed.