Skip to content

Ahmed-alkharusi/Interesting-problems-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ea0cf6 · Aug 16, 2020

History

55 Commits
Jul 16, 2020
Aug 9, 2020
Aug 16, 2020
Aug 1, 2020
Aug 1, 2020
Aug 1, 2020
Jul 16, 2020
Aug 9, 2020
Jul 26, 2020

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