ScratchData LogoScratchData
Back to leszpio's profile

Mandelbrot Set a*Z^5

LEleszpio•Created March 6, 2022
 Mandelbrot Set a*Z^5
13
10
67 views
View on Scratch

Instructions

Gren Flag Adjust the ax and ay sliders and hit the green flag a=ax+i*ay a=1 a=-1 a=1+i a=1-i a=-1-i a=-1+i a=-i a=i

Description

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^5=(|Z|^5)*(cos(5*α) + i sin(5*α))

Project Details

Project ID655155152
CreatedMarch 6, 2022
Last ModifiedMarch 6, 2022
SharedMarch 6, 2022
Visibilityvisible
CommentsAllowed