Computing Resources

Computing is an invaluable resource for the physical sciences. As the need arises, I will post notes on using Jupyter or Mathematica notebooks here.

Cautionary note for some browsers: By default some browsers download jupyter notebooks as text files (extension .txt). Before you are able to open the file properly in jupyter you will need to change this extension.

Week 2: Our first efforts at Monte Carlo integration. Note that my first example is a false Monte Carlo algorithm where I sample the interval uniformly. The random sampling begins about half way down the notebook:

Week 1: Our first exercises in defining expectation values, variances, numerical differentiation and numerical integration:

Some Python basics if you want to explore: