|
Alveolum

  

z(0) = pixel, y(0) = 0;
For degree = 0:
- z(n+1) = z(n)^2 + p1.x + p2.x*y(n), y(n+1) = z(n)
For degree >= 2:
- z(n+1) = z(n)^degree + p1.x*z(n)^(degree-1) + p2.x*y(n), y(n+1) = z(n)
For degree <= -3:
- z(n+1) = z(n)^|degree| + p1.x*z(n)^(|degree|-2) + p2.x*y(n), y(n+1) = z(n)
Parameters: real parts of p1=0.505, p2=-0.4 and degree=0
Credits:
- Wood frame artwork is made by Athomas Goldberg
- Alveolum image was created and colored by me using Fractint
|