Tutorials

Here you can find various tutorials I have developed.

Simulating a Bouncing Ball in Python

In this tutorial, we will aim to simulate a ball bouncing off a curved surface in Python as shown below: Objective: To show how basic linear algebra and calculus is...