ScratchData LogoScratchData
Back to PeaBrainProgram's profile

Koch curve with a Mandelbrot set formula

PEPeaBrainProgram•Created February 20, 2015
Koch curve with a Mandelbrot set formula
893
670
32796 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

check out this project running in Javascript http://phosphorus.github.io/app.html?id=48815918&turbo=true&full-screen=true Thanks for 800+ likes. If you like fractals you can look at my other account @fractal_universe .

Project Details

Project ID48815918
CreatedFebruary 20, 2015
Last ModifiedAugust 22, 2015
SharedFebruary 20, 2015
Visibilityvisible
CommentsAllowed