C=ZR+ZIi Green Flag Enter the value of ZR (from 0.9 to 1.4) Enter the value of ZI (from 0.8 to 1.3) Random color.
Z=x+iy Z=|Z|(cosα + i sinα) where |Z|=sqrt(x^2+y^2) α=arctg(y/x) To calculate the power of complex numbers, I used the de Moivre formula. Z^10+ZC=(Z^9+C)*Z Z^10+ZC=((|Z|^9)*(cos(9*α) + i sin(9*α))+c)*(x+yi) C=ZR+ZIi