avitomar12 / Fractals

MAI-215 - Fractal Theory Implementation of factals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MAI-215 - Fractal Theory Implementation of factals.

License:MIT License


Languages

Language:C 87.7%Language:C++ 12.3%