Skip to content

50 lines of python code for generating Julia Set. Enjoy!

Notifications You must be signed in to change notification settings

wzm2256/Simple-JuliaSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple code for plotting Julia Set.

The repository provides fast and preliminary python code for generating Julia Set. Roughly speaking, the Julia Set is the set of complex numbers that do not diverge to infinity under some repeated iterations. This code use the following iteration:

Z = Z*Z + c,

where Z and c are complex numbers. You can adjust c to get different types of Julia Set. For example, set c=-0.391-0.578i to get Siegel disk fractal. Some examples are shown in the root folder.

About

50 lines of python code for generating Julia Set. Enjoy!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages