Skip to content

Latest commit

 

History

History
93 lines (51 loc) · 1.69 KB

README.md

File metadata and controls

93 lines (51 loc) · 1.69 KB

Fractals

The word "fractal" often has different connotations for the lay public as opposed to mathematicians, where the public is more likely to be familiar with fractal art than the mathematical concept. The mathematical concept is difficult to define formally, even for mathematicians, but key features can be understood with a little mathematical background.(Source- Wikipedia)

#About

These program written during course work of MAI-215 Named Fractal Theory. Most of these programs are completed. Some of them contain error. I tried using C,C++,Java,Python to build fractals image.

Note:-

While executing c and c++ program use lgraph in last during compliation.

Example:-

gcc example.cpp -lgraph

The program which uses complex number library and math library add -lm while compiling the program.

gcc example.c -lgraph -lm

Output-

  • Cantor Set(GRCANTOR.C)

  • Cantor Cubes

  • carpet.c

  • gasket.c

  • gasket-new.c

  • Gasket_thr_point.c

  • Recursive Circle

  • roshetacode.cpp

  • test1.c

  • Transformation.c

  • Transformation_single.c

##Julia Set

Koch

  • koch_quad

  • koch_modified

Mandelbort

  • Mendalbort.cpp

  • mandelbort.c