Recent Programming Projects

Matrix operations in C

This file contains the functions that compute matrix operations. It was created partly as a project to help me learn C better so I do not guarantee exceptional coding practice. Code here.

Galaxy simulation in python

Simulation of a self-gravitating disk written in python. The initial conditions still need some work so that the disk can remain intact throughout the simulation. Code here.