We set all parameters of the GA to be the same as in the first example. We map
z to
in the given polynomial by reversing the order of the
coefficients then test for the existence of a root on or inside the unit
circle. Once again, the tolerance
is set to
as a
true numeric zero. First, we check for roots on the unit circle. After
58 generations, the tolerance
converges to
0.00021171124248198 and
further improvement is unlikely, as shown in Figure 9. The value of
is
.
The accuracy is
not satisfactory for our requirement, and therefore further search inside the
unit circle is necessary. After running 153 generations searching inside
the unit circle, the GA finally found a pair of roots at
|0.985708500750795|e1.57079632679489700j with
q = 0.10000000000000001, k
= 1.427358664247987, and
.
Once again, using the GA, we can conclude that the given
polynomial is unstable.