ScratchData LogoScratchData
Back to Ping16's profile

Combinations of Julia Sets

PIPing16•Created May 6, 2017
Combinations of Julia Sets
3
1
7 views
View on Scratch

Instructions

This program generates Julia Sets with the formula z=z^2 + c, where z is the point being tested and c is the entered complex point. The formula is iterated either until the max iterations is reached or the distance that z is from the origin exceeds a certain limit. Variables are pretty much the same as on the regular Julia Set project, except there's just two fractals. Information about the combination types: 1. Intersection - shows the points in both fractals. 2. Difference - shows the points in either one fractal or the other, but not both. 3. Addition - shows the points that are in either fractal.

Description

The thumbnail was made with the default settings, where the first fractal's c value is -1-.25i and the second fractal's c value is at -1+.25i. The max iterations for both of them is 25, and the combination type is 3. Feel free to share any interesting combinations you find in the comments!

Project Details

Project ID159384107
CreatedMay 6, 2017
Last ModifiedMay 7, 2017
SharedMay 6, 2017
Visibilityvisible
CommentsAllowed