Log In  

Cart #julia_sets-1 | 2021-11-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Instructions

Left/Right - change real part of the parameter
Up/Down - change imaginary part of the parameter
X - redraw with new parameter
Z - show/hide the parameter

Explanation

This is a visualisation of what is (wrongly*) called Julia sets after a French mathematician Gaston Julia who devised the formula governing them. They are drawn by assigning each pixel a complex value based on its coordinates and looking at a certain sequence based on that value. If the sequence shoots off to infinity in either direction the pixel is coloured based on how quickly it shoots off. If it stays bounded it is colored black.

The formula for the sequence is

f(0) = z
f(n + 1) = f(n)^2 + c

Where z is the pixel value and c is the parameter. My implementation looks at the first 20 values of the sequence and if the magnitude of one of them exceeds 2*sqrt(2) the corresponding pixel is coloured based on how fast that happened: sequences that grow slowly will be coloured bright and sequences that grow fast will be coloured dark. If a big enough value is not found in the first 20 values the sequence is considered convergent and the pixel is coloured black.

(*) The term Julia set actually refers just to points on the boundary of the black and coloured regions and are defined for many other functions than the one I'm using there.

P#99606 2021-11-04 21:00 ( Edited 2021-11-06 06:44)

This is really nice. Great job!

P#99622 2021-11-05 10:07
1

can you set default coords to an ‘interesting’ place?

P#99624 2021-11-05 12:09

@freds72 done! Defaults are now set to the same set as the thumbnail.

P#99671 2021-11-06 06:45

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 12:11:07 | 0.029s | Q:22