Fractal Tricorn Mandel Brot
Ranjan Nandy
Unknown
- 0 Collaborators
Fractal implementation of Conjugate of MandelBrot ...learn more
Project status: Published/In Market
Overview / Usage
One API Challenge entry
Exploring Tricorn function of Fractal using GPU
Methodology / Approach
Learning Objectives- Showing Different Fractals with DPC++
- Understand the Data Parallel C (DPC) language and programming model
It is one of the most amazing discoveries in the realm of mathematics that not only does the simple equation Zn+1 = Zn2 + C create the infinitely complex Mandelbrot Set, but we can also find the same iconic shape in the patterns created by many other equations. In fact, the phenomenon of Mandelbrot Universality means that anytime we iterate a function that in some portion, at some scale, resembles the parabolic function Z2, then we will find small copies of the Mandelbrot Set in the map of that function.
oneAPI DistributionIntel® oneAPI toolkits are available via multiple distribution channels:
- Local product installation: install the oneAPI toolkits from the Intel® Developer Zone.
- Install from containers or repositories: install the oneAPI toolkits from one of several supported containers or repositories.
- Pre-installed in the Intel® DevCloud: a free development sandbox for access to the latest Intel® SVMS hardware and select oneAPI toolkits.
Conjugate of mandelbrot the tricorn, sometimes called the Mandelbar set, is a fractal defined in a similar way to the Mandelbrot set, but using the mapping
Conj(Z^2 + C)
Where Z is the complex number
Extract the Zip File and run it on Devcloud
Technologies Used
One API
DPC++
GPU