Projects

Simulating Conway's Game of Life in 3D

In this project, a 3D version of Conway's Game of Life is simulated using Python and visualized with Matplotlib. The simulation explores cellular automata in a three-dimensional space, demonstrating complex patterns and behaviors that emerge from simple rules.

Simulating The Double Pendulum Using Lagrangian Formulation

In this project, a double pendulum is simulated using the Lagrangian formulation and visualized with Python's Matplotlib library. The simulation explores the chaotic behavior of the double pendulum system, demonstrating how small changes in initial conditions can lead to vastly different outcomes.