Skip to content

View and investigate various fractals using MATLAB and an NVIDIA GPU

License

Notifications You must be signed in to change notification settings

BJTor/GPU-Fractal-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU Fractal Explorer

View and investigate various fractals using MATLAB and an NVIDIA GPU

View GPU Fractal Explorer on File Exchange

This application allows you to explore several different fractals in MATLAB with the help of a capable NVIDIA GPU. It was inspired by Cleve Moler's article GPU Enables Obsession with Fractals, where each fractal has the common pattern that every location (i.e. pixel in the resulting image) can be calculated independently. This makes them trivially parallel and eminently suitable for acceleration on the GPU using the gpuArray/arrayfun feature.

The following fractals are included:

  1. Burning Ship: Mandelbrot-like iteration with update function (|Re(z)|+i|Im(z)|)^2
  2. Mandelbrot: The classic Mandelbrot set
  3. Mandelbar: A Mandelbrot variant using a conjugating update
  4. Mandelbrot 11: A Mandelbrot variant using ^11 instead of ^2.
  5. Newton's Method (cubic): Iterations to convergence of Newton's method for the function x.^3 - 2.*x - 5
  6. Newton's Method (trig): Iterations to convergence of Newton's method for the function tan(sin(x)) - sin(tan(x))
  7. Tower of Powers: Cycle count for y(k+1) = z^y(k)

This app is provided purely for your entertainment, but has the following features:

  • Use the normal MATLAB zoom and pan to browse each fractal
  • Quickly switch between fractals
  • Sit back and watch the app pan and zoom between pre-stored locations for each fractal
  • Add your own locations to the animation lists

You might also be interested in my other GPU fractal apps:

About

View and investigate various fractals using MATLAB and an NVIDIA GPU

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages