Periodic Functions [PYTHON PROGRAM]
While working on Fourier Series or some other Mathematical Problem, you might sometime have to work with Periodic Functions. Periodic Functions are those…
Read MoreWhile working on Fourier Series or some other Mathematical Problem, you might sometime have to work with Periodic Functions. Periodic Functions are those…
Read MoreOne can estimate the value of Pi using Monte Carlo technique. The procedure is really intuitive and based on probabilities and random number…
Read MoreIn this post you will find a simple Python program that finds the root of a function using the Bisection Method as well…
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 Manas SharmaI’m a physicist specializing in computational material science with a PhD in Physics from Friedrich-Schiller University Jena, Germany. I write…
Read MoreYouTube Tutorial Manas SharmaI’m a physicist specializing in computational material science with a PhD in Physics from Friedrich-Schiller University Jena, Germany. I write…
Read MoreYouTube Tutorial Manas SharmaI’m a physicist specializing in computational material science with a PhD in Physics from Friedrich-Schiller University Jena, Germany. I write…
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 MoreOUTPUT: MP4 Video GIF Manas SharmaI’m a physicist specializing in computational material science with a PhD in Physics from Friedrich-Schiller University Jena, Germany.…
Read More