Module Newton-Raphson (interactive)
Newton-Raphson Fractals
- Author: Copyrights (c) 2003 by Andre Ringeler
- Specification: grid, interactive
- Menu: Garden|Recreations|Fractals
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Output | Result (*) | Data Object (optional output) | RESULT | - | - |
Shade (*) | Data Object (optional output) | SHADE | - | - | |
Options | Width (Cells) | Integer | NX | - | Minimum: 1 Default: 400 |
Height (Cells) | Integer | NY | - | Minimum: 1 Default: 400 | |
X-Range | Value range | XRANGE | - | - | |
Y-Range | Value range | YRANGE | - | - | |
Equation | Choice | METHOD | - | Available Choices: [0] z^3-1 [1] z^4-1 [2] z^5-1 [3] z^6-1 [4] z^10 + 0.2 i * z^5 - 1 Default: 0 | |
Max Iterations | Floating point | MAXITER | Maximum Iterations | Default: 50.000000 | |
(*) optional |
Command-line
this interactive module can not be executed.