Mandelbrot Set
- Author: O.Conrad (c) 2001
- Menu: Garden | Recreations | Fractals
Description
Calculates Mandelbrot and Julia sets.
References
- Mandelbrot, B.B. (1983): The Fractal Geometry of Nature. New York, 490p.
Parameters
| Name | Type | Identifier | Description | Constraints |
Output | Mandelbrot Set | data object Grid, output, optional | GRID | - | - |
Options | Width | integer number | NX | Cells | Minimum: 1
Default: 100 |
Height | integer number | NY | Cells | Minimum: 1
Default: 100 |
X-Range | value range | XRANGE | - | - |
Y-Range | value range | YRANGE | - | - |
Julia - X | floating point number | JULIA_X | - | Default: -0.700000 |
Julia - Y | floating point number | JULIA_Y | - | Default: 0.300000 |
Maximum Iterations | integer number | MAXITER | - | Minimum: 1
Default: 300 |
Type | choice | METHOD | - | Available Choices:
[0] Mandelbrot
[1] Julia
Default: 0 |
Command Line
Usage: saga_cmd garden_fractals 2 [-GRID ] [-NX ] [-NY ] [-XRANGE_MIN ] [-XRANGE_MAX ] [-YRANGE_MIN ] [-YRANGE_MAX ] [-JULIA_X ] [-JULIA_Y ] [-MAXITER ] [-METHOD ]
-GRID: Mandelbrot Set
data object Grid, output, optional
-NX: Width
integer number
Minimum: 1
Default: 100
-NY: Height
integer number
Minimum: 1
Default: 100
-XRANGE_MIN: X-Range
value range
-XRANGE_MAX: X-Range
value range
-YRANGE_MIN: Y-Range
value range
-YRANGE_MAX: Y-Range
value range
-JULIA_X: Julia - X
floating point number
Default: -0.700000
-JULIA_Y: Julia - Y
floating point number
Default: 0.300000
-MAXITER: Maximum Iterations
integer number
Minimum: 1
Default: 300
-METHOD: Type
choice
Available Choices:
[0] Mandelbrot
[1] Julia
Default: 0