Skip to content

Ahmed-alkharusi/Interesting-problems-

Repository files navigation

Some of the examples presented in this repo

The Logistic map (Python and C++)

alt text

Double pendulum simulation using the RK4 method (Python and C++)

alt text alt text For the animation see https://youtu.be/woyswK03KhI and https://youtu.be/5vmxRNm91i8

The solar system simulation (RK4)

alt text For the animation see https://youtu.be/vLTeW4AxYmM

Mandelbrot and Julia sets

alt text

alt text

The three-body problem using the RK4 method (Python and C++)

An example for the case of equal masses

alt text

An example for the case of unequal masses

alt text

Sandpiles

alt text

This was plotted in C++ using olcPixelGameEngine. This is a single header file that enables us to draw graphics in C++. This is created by javidx9 (OneLoneCoder). please download it from his repo https://github.com/OneLoneCoder/olcPixelGameEngine

alt text also see https://youtu.be/1MtEUErz7Gg