ScratchData LogoScratchData
Back to Zro716's profile

Cubic Mandelbrot Explorer

ZRZro716•Created May 7, 2014
Cubic Mandelbrot Explorer
18
13
413 views
View on Scratch

Instructions

Use the arrow keys to change the highlighted region's center Press Z to move it to the mouse Press Space to begin rendering Press E to manually enter coordinates and a zoom value. Click on the buttons at the bottom to change parameters.

Description

Inspired by @twins_paradox's Mandelbrot Explorer. :) **Fixed** Z <=> z^3 + c That simple equation is what constitutes this exquisite variation of the Mandelbrot. In Scratch's operators, this would be translated as: new x = x^3 - 3*x*y^2 + a new y = 3*x^2*y - y^3 + b where a and b are the center coordinates of the rendered region.

Project Details

Project ID21729885
CreatedMay 7, 2014
Last ModifiedMay 17, 2014
SharedMay 7, 2014
Visibilityvisible
CommentsAllowed