chaos

Orbits of Mira's system, and Dust cloud generator

a=-0.397198, b=0.673330, c=0.655293, d=-0.227851

Electrical Attractor


p = 1.93

Chebyshev Polynomial

a=20, b=30, x=20, y=30

Henon Attractor

Robert May's Equation

Robert May's population growth model

Fern via IFS method

Lorenz Attractor

mandint.h

/*
MANDINT.H -- Mandelbrot set program : Header file for MandInt
*/
#ifndef __MANDINTH__
#define __MANDINTH__

#include <complex.h>

mandint.c

//============================
// MANDINT.C -- Mandelbrot set program
//============================
#include "mandint.h"
#include "keydefs.h"
#include "initgr.h"

Mandelbrot Set

The Mandelbrot Set

The Mandelbrot Set - showing interior details

The basic algorithm:

The central loop of a Mandelbrot program repeats (iterates) the following simple equation:

Syndicate content