Random Walkers walking on a 2D grid
YouTube video explaining the analytical solution POWERPOINT PRESENTATION DOWNLOAD LINK Problem Alice (starts from lower left corner) will walk north(up) or east(right) with…
Read MoreYouTube video explaining the analytical solution POWERPOINT PRESENTATION DOWNLOAD LINK Problem Alice (starts from lower left corner) will walk north(up) or east(right) with…
Read MoreYouTube Tutorial [wpedon id=”7041″ align=”center”]
Read MoreYouTube Tutorial [wpedon id=”7041″ align=”center”]
Read MoreYouTube Tutorial [wpedon id=”7041″ align=”center”]
Read MoreBased on a lot of useful references especially (https://gist.github.com/neale/e32b1f16a43bfdc0608f45a504df5a84) here I share my code to plot the animated trajectory of a particle (in…
Read MoreIf you ever want to plot some trajectory of particles then a 3D plot can be particularly useful. The following is a very…
Read MoreIn this brief blog post I post a small code that can be used to solve a system of linear equations using SciPy…
Read MoreIn this blog post, I demonstrate a Python code, that shows how to perform various matrix operations such as: 1. Defining a matrix,…
Read More