What are some beginner softwares for creating fractals on computers?
2026-03-25 21:53:21.1774475601
On
Creating fractals through computers
165 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Check the program Mandel by Wolf Jung. It has many demos which are a good intruduction to theory. Source code is available.
I suppose you do not want to be bothered by specifics of the graphical representation - i.e. you do not want to explicitly code the graphics.
Then generally you can use pretty much the standard tools: Mathematica, Matlab (not so sure about Maple). If you can use Matlab then using Python with matplotlib should be pretty easy.
If you know how to write programs in C++ MathGL is worth a look for graphics.