Abstract

A survey of some modifications based on the classic Newton’s and the higher order Newton-like root finding methods for complex polynomials is presented. Instead of the standard Picard’s iteration several different iteration processes, described in the literature, which we call nonstandard ones, are used. Kalantari’s visualizations of root finding process are interesting from at least three points of view: scientific, educational, and artistic. By combining different kinds of iterations, different convergence tests, and different colouring we obtain a great variety of polynomiographs. We also check experimentally that using complex parameters instead of real ones in multiparameter iterations do not destabilize the iteration process. Moreover, we obtain nice looking polynomiographs that are interesting from the artistic point of view. Real parts of the parameters alter symmetry, whereas imaginary ones cause asymmetric twisting of polynomiographs.

1. Introduction

Polynomial root-finding has played a key role in the history of mathematics. It is one of the oldest and most deeply studied mathematical problems. In 2000 BC Babylonians solved quadratic equation (quadratics). Seventeen centuries later Euclid solved quadratics with geometrical construction. In 1539 Cardan gave complete solution to cubics. In 1699 Newton introduced numerical iteration for root-finding. About seventy years later Lagrange showed that polynomial of degree 5 or higher cannot be solved by the methods used for quadratics, cubics, and quartics. In 1799 Gauss proved the Fundamental Theorem of Algebra. 27 years later Abel proved the impossibility of generally solving equations of degree higher than 4. General root-finding method has to be iterative and can only be done approximately. Cayley in 1879 observed strange and unpredictable chaotic behaviour of the roots approximation process while applying Newton’s method to the equation in the complex plane. The solution of Caley’s problem was found in 1919 by Julia. Julia sets became an inspiration for the great discoveries in 1970s, the Mandelbrot set and fractals [1]. The last interesting contribution to the polynomials root finding history was made by Kalantari [2], who introduced the polynomiography. It defines the visualization process of the approximation of the roots of complex polynomials, using fractal and nonfractal images created via the mathematical convergence properties of iteration functions. An individual image is called a polynomiograph. Polynomiography combines both art and science aspects. As a method which generates nice looking graphics, it was patented by Kalantari in USA in 2005 [3].

It is known that any complex polynomial of degree having roots, according to the Fundamental Theorem of Algebra, can be uniquely defined by its coefficients : or by its zeros (roots) :

Iterative roots finding process can be obviously applied to both representations of . The polynomiographs are generated as the result of this process’ visualization. The degree of the polynomial defines the number of basins of attraction (root’s basin of attraction is an area of the complex plane in which each point is convergent to the root using the root finding method). Localizations of the basins can be controlled by changing the roots positions on the complex plane manually.

Usually, polynomiographs are coloured based on the number of iterations needed to obtain the approximation of some polynomial root with a given accuracy and a chosen iteration method. The description of polynomiography, its theoretical background and artistic applications are described in [2, 4].

Fractals and polynomiographs are generated by iterations. Fractals are self-similar, have complicated and nonsmooth structure, and are not dependent on a resolution. Polynomiographs are different. Their shape can be controlled and designed in a more predictable way in opposition to fractals. Generally, fractals and polynomiographs belong to different classes of graphical objects.

Summing up, polynomiography can be treated as a visualization tool based on the root finding process. It has many possible applications in education, math, sciences, art, and design [2].

In [5] the authors used Mann and Ishikawa iterations instead of the standard Picard iteration to obtain some generalization of Kalantari’s polynomiography and presented some polynomiographs for the cubic equation , permutation, and double stochastic matrices. Latif et al. in [6], using the ideas from [5], have used the -iteration in polynomiography. Earlier, the other types of iterations have been used in [7] for superfractals and in [8] for fractals generated by IFS. Julia sets and Mandelbrot sets [9] and the antifractals [10] have been also investigated using Noor iteration instead of the standard Picard iteration.

The paper is organised as follows. In Section 2 different kinds of iterations are presented. Section 3 presents the known root finding methods, starting from the known Newton’s method up to the different generalizations of it. Section 4 treats different convergence tests used in iteration processes together with their modifications. In Section 5 the colouring methods of polynomiographs are introduced. Section 6 summarizes the theory of polynomiograph generation. As a result the full algorithm of polynomiograph generation is given. Section 7 presents many polynomiographs obtained experimentally as the result of the proposed algorithm. In Section 8 the time complexity of this algorithm is discussed. Section 9 concludes the paper and shows the future directions.

2. Iterations

Obviously, the equation of the form can be equivalently transformed into a fixed point problem , where is some operator [11]. Then, by applying the approximate fixed point theorem one can get information on existence, or sometimes both on existence and uniqueness, of the fixed point that is the solution of this equation.

Let be a complete metric space and a self-map on . The set is the set of all fixed points of . Many iterative processes have been described for the approximation of fixed points in the ample literature [1219]. We recall below some iteration processes known from the literature. Assume that each iteration process starts from any initial point .(i)The standard Picard iteration [20] introduced in 1890 is defined as (ii)The Mann iteration [16] was defined in 1953 as where for all .(iii)The Ishikawa iteration [13] was defined in 1974 as a two-step process: where and for all .(iv)The Noor iteration [17] was defined in 2000 as a three-step process: where and for all .(v)The Suantai iteration [19] was defined in 2005 as a three-step iteration process with five parameters: where , , and for all and .(vi)In 2007 Agarwal et al. in [21] introduced the -iteration: where and for all .(vii)The SP iteration [18] was defined in 2011 as the following three-step process: where and for all .(viii)In 2012 Chugh et al. introduced the CR iteration in [22]: where for all and .(ix)In 2013 Khan iteration [15] was defined as the following process: where for all .(x)In 2013 Karakaya et al. defined very general three-step iteration process with five parameters in [14]: where , , and for all and .(xi)In 2014 Gürsoy and Karakaya introduced the Picard-S iteration in [23]: where and for all .

The standard Picard iteration is used in the Banach Fixed Point Theorem [12] to obtain existence of the fixed point of the operator . Fixed point approximation is found under additional assumptions on the space that it has to be a Banach one and the mapping has to be contractive. The Mann [16], Ishikawa [13], and other iterations [12, 14, 15, 1719] allow the weakening of the assumptions on the mapping and generally allow the approximation of fixed points. The dependencies among the presented types of iterations are shown in Figure 1.

Our further considerations will be conducted in the space that is obviously a Banach one. We take and , , , , and for all such that , , and . Naturally, if , then .

3. Newton’s Root Finding Method and Its Generalizations

At first, we recall the well-known Newton’s method for finding roots of a complex polynomial. Then, following [2] some generalizations, which use higher order iterations described with the help of the Basic Family of Iterations and Euler-Schröder Family of Iterations, will be presented. At the end of this section a set of formulas for solving polynomial equation with a complex variable will be given. In those formulas the standard Picard iteration will be replaced by different types of nonstandard iterations defined in Section 2.

3.1. The Standard Newton’s Method with Picard’s Iteration

Let us denote any complex polynomial as . The standard Newton’s root finding procedure for is given by the formula: where and is a starting point.

3.2. The Basic Family of Iterations

Let . Define a sequence of functions in the following way: and for let The elements of the Basic Family of Iterations are then defined as

Let us see how the first three elements of the Basic Family look like: One can easily see that is Newton’s method, whereas is Halley’s method.

By using functions in [2], Kalantari defined the Parametric Basic Family: where and . Let us note that for the Parametric Basic Family reduces to the Basic Family.

3.3. Euler-Schröder’s Family of Iterations

Now, let us draw our attention to Euler-Schröder’s Family of Iterations. The initial elements of this family have the following form: One can easily see that is Newton’s method. The construction of the other elements of the family can be found in [2].

3.4. Root Finding Methods with Nonstandard Iterations

Let us denote by one of the operators: representing the standard Newton’s method, for or for , or for representing elements of the Basic, Parametric Basic, and Euler-Schöder’s Families of Iterations, respectively. And let us replace the standard Picard iteration by one of the nonstandard iterations described in Section 2. Then we get the following formulas for finding roots of complex polynomial iteratively:(i)The generalized Newton’s method with the Mann iteration (4): where .(ii)The generalized Newton’s method with the Ishikawa iteration (5): where and .(iii)The generalized Newton’s method with the Noor iteration (6): where and .(iv)The generalized Newton’s method with the Suantai iteration (7): where , and , .(v)The generalized Newton’s method with the -iteration (8): where and .(vi)The generalized Newton’s method with the SP iteration (9): where and .(vii)The generalized Newton’s method with the CR iteration (10): where and , because if , then .(viii)The generalized Newton’s method with the Khan iteration (11): where .(ix)The generalized Newton’s method with the Karakaya iteration (12): where , and , .(x)The generalized Newton’s method with the Picard-S iteration (13): where and .

The sequence (or orbit of the point ) either converges or does not to a root of . If the sequence converges to a root then we say that is attracted to . The set of all starting points for which converges to is called the basin of attraction of . The boundaries among basins usually are fractals in nature.

All the above presented iteration processes are convergent to the roots of polynomial . Only the speed and the character of the convergence are different and the basins of attraction to roots of look different for different kinds of iterations used.

The application of nonstandard iterations perturbs the shape of polynomial basins and makes the polynomiographs look more “fractal.” The aim of using more general iterations, instead of the Picard iteration, was not to improve the speed of convergence but to create images that are interesting from the aesthetic point of view.

4. Convergence Tests

In the numerical algorithms that are based on iterative processes we need a stop criterion for the process, that is, a test that tells us that the process has converged or it is very near to the solution. This type of test is called a convergence test. Usually, in the iterative process that use a feedback, like the root finding methods, the standard convergence test has the following form: where , are two successive points in the iteration process and is a given accuracy.

In 1988 Pickover in [24] proposed a different convergence test for Halley’s root finding method. By changing the standard convergence test (31) with Pickover obtained new and diverse shapes of the polynomiographs. Later, Gdawiec in [25] introduced methods of creating new convergence tests, which we will briefly present in the rest of this section.

When we look at (31) we can note that the calculation of the modulus is equivalent to the computation of the distance (in the complex plane) between the two elements. So, one way of changing the test is the use of different metrics in . We know that the complex plane is isometric with , where the isometry is given by [26] for every , and where and denote the real and imaginary part of , respectively. Using the isometry we can define metric using metric in the following way [26]: where . For instance, we can use some well-known metrics defined in [26]:(i)the taxicab metric (ii)the supremum metric (iii)the metric where .Moreover, we can use different facts about metric spaces to create new metrics. For instance, let be a metric space; then [26](i)if is injective, then is a metric on ;(ii)if is a function, then is a metric on .

If we are interested in generating diverse patterns using polynomiography, we can take a function that does not fulfil some of the metric axioms, for example, for does not fulfil the triangle inequality. We can also omit the assumption about the injectivity of in (38). For instance, if we take the complex plane with the modulus metric and , which of course is not injective, we obtain When we look at (40), then we can see that this is the function used by Pickover in (32).

Another way to modify the tests is to add some weights in the metric function. The weights could cause that the metric function will lose the properties of the metric. For instance, if we use (38) for creation of the test we can add weights in the following way: If , then we lose the symmetry property of the metric.

All the tests discussed so far were based on a single metric function, but we can create tests using several terms that use metric functions or modified metric functions; for example, where and .

In the Mandelbrot and Julia sets we use the escape criteria to stop the iterative process. In this criteria we check if the computed value is greater than the given threshold value [27]. Based on the idea of escape criteria we can create different tests in polynomiography. The examples of this kind of tests are as follows: where is an argument of the complex number , and .

5. Colouring Methods

After satisfying the convergence test in the iteration process of the root-finding method for a considered starting point we need to determine the colour for that point. The method of colour determination for a given point is called the colouring method. We briefly introduce three basic colouring methods [2] in this section.

In the first method we need to know all the roots of the polynomial . So, if we want to use the method, it is comfortable to use the polynomial representation by its roots (2), because we do not need to compute the roots. Each root of the polynomial gets a distinct colour . So, after the iteration process we take the obtained approximation of the root and find the closest root of using the modulus metric. Having the closest root we colour the starting point with the colour that corresponds to this root. In this way we obtain visualization of the polynomial basins of attraction introduced in Section 3.4.

Unlike the first method, the second colouring method does not need the information about the roots, so we can use any of the two polynomial representation methods (coefficients, roots). In this method we deal with a colour map, that is, the table of different colours. After the iteration process we take the number of iteration at which the process has stopped and map it to an index of colour in the colour map. If the number of colours in the colour map is equal to the maximum number of iterations, then we have one-to-one correspondence between iterations and colours. In the other case we need to use some mapping. Most often the linear interpolation is used; that is, a mapping , where is the maximum number of iterations and is the number of colours in the colour map, of the following form: By using this method we are able to visualize the speed of convergence of the root-finding method. The use of specific colour maps often reveals a hidden unrepeatable beauty of the root finding visualization process.

In [28] Pickover used this method to create contour lines that helps to visually emphasize different regions of behaviour of the considered function (root-finding method for a given polynomial). For this purpose he used two colours (black, white) and a mapping function of the following form:

The last colouring method combines the features of the two previous ones. It visualizes, at the same time, basins of attractions and speed of convergence of the root-finding method. In this method, like in the first one, we need to know the roots of the polynomial and each root get a distinct colour . After stopping the iteration process we take the obtained approximation of the root and we find the closest root of using the modulus metric. Now, we set the colour of the starting point to the colour of the closest root and we use the iteration number to set the shade of that colour. To have ease in operating on the colours they should be represented in the HSB (Hue, Saturation, Brightness) colour space. In this space hue represents the colour’s type (the root colour) and saturation represents the shade of the colour. Moreover, we can use linear interpolation to map the iteration number to the saturation, what would be difficult if we have used the RGB (Red, Green, Blue) colour space. In this way, visualization shows the basins of attraction by using distinct colours and shows the speed of convergence represented by the shade of the colour.

6. Polynomiograph Generation

In the previous sections we introduced several parts of the polynomiograph generation method. Putting them together we obtain algorithm that is presented as a pseudocode in Algorithm 1.

   Input: —polynomial, —area, —maximum number of iterations, —iteration method
      for some Generalized Newton Method, —parameters of the iteration .
    Output: Polynomiograph for the area .
(1)  for    do
(2)  
(3)  while    do
(4)    
(5)    if    then
(6)     break
(7)    
(8)  determine the colour for

The input for the algorithm consists of the polynomial given by equation (1) or (2), the area of the complex plane for which the polynomiograph is generated, and the maximum number of iterations which will be made for each point in . The last input parameter is the iteration method from Section 3.4 for a chosen root-finding method. The index is a vector of parameters of the iteration method, that is, , where is the number of parameters of the iteration. For the Picard’s method the iteration is used instead of . Moreover, some convergence test and a colouring method have to be fixed.

In Section 3.4 the parameters used in the iterations were real numbers, but when we look at Algorithm 1 we see that they are complex. According to the authors’ knowledge the iterations with complex parameters have not been studied so far. The experiments carried out for this type of iterations show that the generated polynomiographs form interesting patterns, what will be shown in Section 7.2.

In this algorithm, for each point in the considered area , this point is iterated by the method . If the convergence test is satisfied, then it is assumed that the generated sequence converges to a root of and the iteration is stopped. In the other case the algorithm goes to the next iteration. If the maximum number of iterations is reached, it is assumed that the generated sequence does not converge to any root of . At the end a colour is given to the considered point by using a fixed method of colouring.

7. Examples of Polynomiographs

In this section some examples of the polynomiographs obtained by using the methods described in the previous sections are presented. First, we show the use of different iterations with both the real and complex parameters. Next, the influence of the convergence tests on the polynomiograph’s shape will be presented. The last example shows the use of different colour maps. In all examples we use the same colouring method—the second method from Section 5 with different colour maps.

7.1. Polynomiographs with Real-Valued Parameters of Iterations

Figure 2 presents examples of the polynomiographs with the use of the following parameters: , , standard convergence test with , , the Newton’s root finding method . The parameters used in the iterations were fixed as follows:(b)Mann: ,(c)Ishikawa: , ,(d)Noor: , , ,(e)Suantai: , , , , ,(f): , ,(g)SP: , , ,(h)CR: , , ,(i)Khan: ,(j)Karakaya: , , , , ,(k)Picard-S: , .

In Figure 2 one can see that different iteration processes produce unique polynomiographs that are different comparing to the polynomiograph obtained with the standard Picard iteration and to each other. In each polynomiograph one can find seven main areas with different shapes and with fractal boundaries. Moreover, looking at the colours and shapes of the polynomiographs one can see that the use of different iteration processes change the speed of convergence of the root finding method, for some points the convergence is faster and for some others it is slower. The speed depends on the iteration and the parameters used. All images, that are very decorative, have visible symmetries what is a consequence of placing the roots in a symmetrical way. The symmetry introduces the order which stress the static appearance of polynomiographs.

The second example (Figure 3) presents the polynomiographs generated with the use of the following parameters: , , the standard convergence test with , , root finding method. The parameters used in the iterations were fixed as follows:(b)Mann: ,(c)Ishikawa: , ,(d)Noor: , , ,(e)Suantai: , , , , ,(f): , ,(g)SP: , , ,(h)CR: , , ,(i)Khan: ,(j)Karakaya: , , , , ,(k)Picard-S: , .

In the polynomiographs for one can see that different iteration processes produce eight main areas with very subtle fractal boundaries. Moreover, one obtains very diverse and different patterns in comparison to the polynomiograph with the standard Picard iteration. We can also observe that the use of different iterations has impact on the speed of convergence. For instance, for the Karakaya or Picard-S iteration one can see that the red areas that occur for the Picard iteration have shrunk and the light blue areas changed the colour to navy blue. This means that in those areas the convergence is faster. The change of speed depends on the iteration used and the value of its parameters.

7.2. Polynomiographs with Complex-Valued Parameters of Iterations

Figure 4 presents the examples of polynomiographs with the same parameters as in Figure 2; that is, , , the standard convergence test with , , the Newton’s root finding method . The only change is the addition of imaginary part to the values of the iteration parameters:(a)Mann: ,(b)Ishikawa: , ,(c)Noor: , , ,(d)Suantai: , , , , ,(e): , ,(f)SP: , , ,(g)CR: , , ,(h)Khan: ,(i)Karakaya: , , , , ,(j)Picard-S: , .

The use of a nonzero imaginary part of the parameters, generally, adds the clockwise or the anticlockwise rotations to the polynomiographs. The angle of rotation is dependent on the value and the sign of the imaginary part. In the case of the multiparameter iterations some of the parameters (their imaginary parts) have global and some have only local influence on the shape of the polynomiograph. The effect is easily seen in Figure 4 by comparison with Figure 2. Swirls and twists present in the polynomiographs from Figure 4 make those images look more dynamical and live in opposite to the polynomiographs from Figure 2. The imaginary parts of the parameters have also the influence on the speed of convergence, which can be easily seen, for instance, in Figure 4(i) by comparison with Figure 2(j).

The next example (Figure 5) presents polynomiographs generated with the use of the same parameters as in Figure 3, that is, , , the standard convergence test with , , root finding method. The only change is the addition of the imaginary parts to the values of iteration parameters:(a)Mann: ,(b)Ishikawa: , ,(c)Noor: , , ,(d)Suantai: , , , , ,(e): , ,(f)SP: , , ,(g)CR: , , ,(h)Khan: ,(i)Karakaya: , , , , ,(j)Picard-S: , .

As in the previous example, in this case the addition of imaginary parts to the iterations’ parameters causes those swirls and twists to appear in the polynomiographs from Figure 5. This makes the polynomiographs more dynamic and vivid in comparison to those from Figure 3. When one looks at the colours of the polynomiographs one can observe that in some cases the speed of convergence has increased in some areas (e.g., Figure 5(b)) and in some cases it has decreased (e.g., Figure 5(g)) in comparison to the polynomiographs from Figure 3.

7.3. Polynomiographs with Different Convergence Tests

In the next examples we present the use of different convergence tests. The tests that were used are as follows:(1) (Pickover’s test),(2),(3),(4),(5)and in all cases .

Figure 6 presents the examples of the use of different convergence tests in the polynomiographs for . Figures 6(a), 6(b), and 6(c) were obtained with the use of the parameters that have been used to generate Figures 2(g), 2(i), and 2(k) but with the use of the tests 1, 2, 4, respectively. On the other hand, Figures 6(d), 6(e), and 6(f) were obtained with the use of the parameters that have been used to generate Figures 4(e), 4(g), and 4(d) but with the use of the tests 1, 2, 4, respectively.

Figure 7 presents the examples of the use of different convergence tests in the polynomiographs for . Figures 7(a), 7(b), and 7(c) were obtained with the use of the parameters that have been used to generate Figures 3(d), 3(k), and 3(c) but with the use of the tests 1, 3, 5, respectively. On the other hand Figures 7(d), 7(e), and 7(f) were obtained with the use of the parameters that have been used to generate Figures 5(a), 5(g), and 5(d) but with the use of the tests 1, 3, 5, respectively.

From the examples presented in Figures 6 and 7 one can see that the different convergence tests have significantly changed the shape of regions of fast convergence. Moreover, one can observe a small change in the areas of slow convergence. When one looks at the polynomiographs obtained with the standard modulus test and with the use of the tests 1–5 one can observe that the areas from the original polynomiographs are very regular and circular, whereas in Figures 6 and 7 the areas have an irregular nature. The change of the shape is very different when one compares the images obtained with different convergence tests.

7.4. Polynomiographs with Different Colour Maps

Figure 8 presents polynomiographs generated with the same parameters that have been used to obtain polynomiograph from Figure 2(h) but with the use of different colour maps. From this example we see that the polynomiographs are strongly dependent not only on iterations but also on the colour maps used. The same graphical information contained in the polynomiograph may be drastically different for different colour maps. The explanation of this is the following. The colours made of the red hues, such as red, magenta, and orange, are warm colours. They are vivid and energetic, and tend to advance in space. The colours made of blue hues, such as blue, cyan, and green, are cold colours. They give an impression of calm and appear to recede from the viewer, so they are good to use for backgrounds. The complementary colours that are opposite to each other on the colour wheel (e.g., red and green) are used to obtain contrast in the image. The analogous colours that are close to each other on the colour wheel (e.g., yellow and orange) create harmony and they are pleasing to the eye. By adding white or black to any colour it is lightened or darkened and called the tint or shade, respectively. Summing up, colours create the depth, movement and mood of an image. Those effects, made by different colour maps, can be observed on the polynomiographs from Figure 8.

8. Time Tests of Polynomiographs Generation

It is a difficult task to estimate theoretically the complexity of the algorithms used for polynomiographs generation. It is because of many factors that should be taken into account. Among these factors are the following: the degree of the polynomial, the root finding method, the computation accuracy, the type of iteration, the type of convergence test, the maximal number of iterations, the polynomiograph’s resolution, to mention a few. So, instead of the theoretical complexity estimates we performed some time tests which are presented in this section.

All the experiments were performed on a computer with the following specification: Intel Core i5-4570 processor, 16 GB RAM, and Windows 7 (64-bit). The software for polynomiographs’ generation has been implemented in Processing, a programming language based on Java.

The experiments were performed for two sets of parameters:(1), , , the standard convergence test with , the Newton’s method, and the resolution pixels,(2), , , the standard convergence test with , the Newton’s method, and the resolution pixels.

In our experiments we focused on the comparison of the different iteration processes. The iterations have been compared in four groups depending on the number of their parameters: parameter (Mann, Khan), parameters (Ishikawa, S, Picard-S), parameters (Noor, SP, CR), and parameters (Suantai, Karakaya). The experiments have been limited to parameters with real parts only and performed for all possible combinations of discrete values of parameters changed by different steps within each test group. The steps’ values and the total numbers of parameters’ values combinations are given in Table 1. From a huge number of the experiments only the most representative results are presented in Tables 29. Moreover, each polynomiograph has been generated several times to decrease the influence of other processes and the Virtual Java Machine running on the computer. Then, the worst and the best times have been rejected to obtain the average time generation. It should be added that polynomiographs’ time generation for and with the standard Picard iteration was 0.663 s and 0.418 s, respectively.

Tables 2 and 3 present slices of the results obtained for the iterations with one parameter for polynomials and , respectively. From the results we see that for the values of close to 1 the Mann iteration is faster than the Khan iteration. Then, starting from equal to about 0.77 for and 0.97 for the Khan iteration is faster than the Mann iteration and this remains true up to the lowest values of . Moreover, we can observe that when the value of decreases then the time difference between the two iterations increases and the time of polynomiograph’s generation also increases.

Tables 4 and 5 present slices of the results obtained for the iterations with two parameters for polynomials and , respectively. When we look at the times for Ishikawa and iteration we can observe that for the fixed value of the time difference between those two iterations is increasing when is also increasing and that the iteration is faster. We can also observe that the lower the value of the greater the time difference. In the case of Ishikawa and Picard-S iteration for the values of close to 1 the Ishikawa iteration is faster. Then, starting from equal to about 0.8 for and for the Picard-S iteration is faster than the Ishikawa iteration and the lower the values of the greater the time differences. Finally, for the and Picard-S iterations we can observe that for the fixed value of the iteration is faster and that the time difference is increasing when the value of is also increasing. The difference is the smallest for small values of and increases with the growth of . Moreover, we can observe that the time of Ishikawa iteration has downward trend with the growth of , and that the times for and Picard-S iterations are oscillating is some interval.

For three and five parameter iterations the comparison among iteration types is more complex and difficult to make. Despite the difficulties we made some observations concerning the times. Tables 6 and 7 present slices of the results obtained for the iterations with three parameters for the polynomials and , respectively. When we look at the times for Noor and SP iterations we can observe that the Noor iteration is slower and that for fixed values of and the time difference is increasing with the growth of . Moreover, we can observe that with the value drop of the time differences are getting larger. In the case of the Noor and CR iteration we can observe similar dependencies as in the previous case (substituting SP iteration with CR). Furthermore, for the two iterations have comparable times. Finally, for the SP and CR iterations we can observe that the SP iteration is faster and that for the fixed values of and the time difference is increasing with the growth of . Furthermore, when we look at the times of consecutive iterations we see that the iterations have downward trend with the value growth of for the Noor iteration, for the SP iteration, and for the CR iteration.

Finally, slices of the results for the last group of iterations (with five parameters) for polynomials and are presented in Tables 8 and 9, respectively. From these results we can observe that if , then the times of the iterations are close to each other. When then the time difference between the iterations is noticeable. The lower the sum the greater the difference in favour of the Karakaya iteration. When we look at the formulas of the iterations we see that the parameters and play similar role as and , but in the other step of the iteration process. This may suggest that there may be a similar dependency between the sum of those parameters and the time difference, but the obtained results show that there is no such a dependency.

Additionally, the examples showed that polynomiographs change their shapes in a smooth way with the change of parameters lying in their admissible intervals.

9. Conclusions and Future Work

It is known that mathematics and art are closely connected to each other. A good example of such a connection delivers polynomials and related to them polynomiographs. In the paper by the use of different iteration processes, colouring methods, convergence tests and colourmaps we generalized Kalantari’s polynomiography. The polynomiographs presented in this paper look nicely and many of them can be classified as aesthetic ones. Patterns of polynomiographs can be altered by changing the parameters of iterations and convergence tests. Those parameters effect on the complexity, level of details, and more or less fractal appearance of the polynomiographs. Real parts of the parameters alter symmetry, whereas imaginary ones cause asymmetric twisting of the polynomiographs and influence on statics or dynamics of the images. Colourmaps with cold or warm colours alter drastically a visual expression of polynomiographs. This expression can be classified as nostalgic, sad, calm or cheerful, full of energy or sometimes flat or spatial.

Polynomiographs can be helpful to those who are interested in generating of nicely looking images in an automatic way. Those images can inspire graphics designers in their designs.

The results of this paper can be further extended by using the multipoint methods [2931]. Similar investigations to those presented in this paper can be carried out for complex fractals (Julia and Mandelbrot sets) and biomorphs. Some aspects of such investigations have been reported in the literature [9, 3234]. Another interesting direction rely on replacing complex numbers by more general: dual and double numbers used in [35] for defining the Q-Systems Fractals. Additionally, by following Kalantari’s paper [36] one can generalize polynomiography to analytic functions or even to the quasipolynomials [37] that have infinitely many roots on complex plane, in contrary to polynomials. The problems mentioned above show the possible future work on the polynomiography generalization.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.