Research Article

Julia and Mandelbrot Sets of Transcendental Function via Fibonacci-Mann Iteration

Algorithm 2

Geometry of Mandelbrot set.
Input:, where and ; area; maximum number of iterations; Parameters of the generalized Fibonacci-Mann iteration; -color map with colors.
Output: Mandelbrot set for area A.
1: fordo
2:   
3:   
4:   
5:   whiledo
6:     
7:     
8:     
9:     
10:     ifthen
11:        break
12:     end if
13:     
14:   end while
15:   
16:   color with
17: end for