ScratchData LogoScratchData
Back to leszpio's profile

Mandelbrot Set a*Z^4

LEleszpio•Created February 18, 2022
Mandelbrot Set a*Z^4
18
11
138 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^4=(|Z|^4)*(cos(4*α) + i sin(4*α))

Project Details

Project ID646816141
CreatedFebruary 18, 2022
Last ModifiedMarch 18, 2022
SharedFebruary 18, 2022
Visibilityvisible
CommentsAllowed