FraxiousFraxious is a program which displays Mandelbrot, Julia, and a few otherfractal types. Currently, it runs only on PowerMac.OverviewYou create a fractal by choosing New and the fractal type you want from theFile menu. You are then presented with a dialog box of parameters to fillin. When you press OK, Fraxious creates a window and generates the fractalin it. You can adjust the colours using the Palette floating window.You can 'zoom in' by selecting a portion of the currently displayed fractal.Saving the fractal saves it as a PICT with some other resources, so you canreopen it in Fraxious to continue generating or adjust the colours, or openit in an image-editing program like Photoshop.When you have two fractals of the same type open, you can create a moviewhich 'moves between' the two fractals. For example, you could create amovie between a Mandelbrot and a zoom of it; between two Julia Sets withdifferent real and imaginary parts; or between two Mandelbrot sets usingdifferent powers of Z.Fractal TypesMandelbrot - mandelbrot set for Z^2 + cJulia - Julia set for Z^2 + cNewton - Newtons method for Z^n - 1Henon MapStrange AttractorFM2D - Two-dimensional fractal brownian motion - good for cloudsGeneral Mandelbrot - Mandelbrot with (fairly) arbitrary equations. Allowsexpression with */+-^ operators and functions real, imag, abs, norm, arg,conj, cos, cosh, exp, log, sin, sinh, sqrt, sin, sinh, sqrt, sqr, tan, andconstants e and ¹ (pi). For example: (Z/e)^c+sin(c) or ((c+e)^(z*c)). Bewarned - this is slow, as the equation is interpreted rather than compiled.General JuliaLyapunovBugs.There are some bugs which cause the program to end unexpectedly. Please letme know of any bugs you find, with details of how to recreate them.Comments.Please let me know of any improvements or any interesting algorithms to add.Also let me know if you have found the program of any use.This is freeware.Alan Smithalan@smithac.demon.co.uk