ScratchData LogoScratchData
Back to mloni's profile

Koch curve with a Mandelbrot formula

MLmloni•Created March 18, 2015
Koch curve with a Mandelbrot formula
0
0
5 views
View on Scratch

Instructions

Please use turbo Click to zoom in press "e" to zoom out >-----------------------------------------MATH-------------------------------------------< The normal Mandelbrot set formula is written as Z´ = Z^2 + C. That means X´ = X^2 - Y^2 + C and Y´ = 2XY + C. Any Variations of this are for example the "burning ship"-fractal with X´ = abs(X^2 - Y^2 + C) and Y´ = abs(2XY + C) or the "perpendicular burning ship" with X´ = X^2 - Y^2 + C and Y´ = abs(2XY + C). Around the point -1;1 you can find lots of structures which look like the Koch curve. But there are lots of line on the false place. You can fix this little "bug" by render the perpendicular julia fractal with X´ = X^2 - Y^2 + 1 and Y´ = abs(2XY - 1). And with this little formula, you can make <-----------this fractal!

Description

thx... going 2 make sum changes

Project Details

Project ID53135822
CreatedMarch 18, 2015
Last ModifiedMarch 18, 2015
SharedMarch 18, 2015
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root