nature of mathematical modelling 2023

miana smith

this week's assignment was to simulate balls bouncing in as many programming/visualization environments as possible. After doing that, we were to simulate Maxwell's demon using our creation.

I did three things:

Many balls bouncing using 3js and ammo (physics engine). This code is available HERE

Balls colliding using pydrake HERE.

Many particles in 3D to do Maxwell's demon simulation using numpy and matplotlib HERE.