Harmonic Oscillator – Relativistic Correction
In this post, I will use the stationary(time-independent) first order perturbation theory, to find out the relativistic correction to the Energy of the…
Read MoreIn this post, I will use the stationary(time-independent) first order perturbation theory, to find out the relativistic correction to the Energy of the…
Read MoreI recently discovered this Html parsing library called Jsoup. It is open source and extremely powerful. To get a hang of it I…
Read MoreFor one of the apps that I was developing recently, I needed some information on the elements of the periodic table. Now Wikipedia…
Read MoreI recently parsed the Wikimedia for the electronic shell diagrams of the elements of the periodic table, for an app that I was…
Read MoreThe following are a few commonly asked questions for the experiment, where you measure the speed of sound using CRO. What are the…
Read MoreHellman-Feynman Theorem investigates how the energy of a system varies as the Hamiltonian varies. If a system is characterised by a Hamiltonian that…
Read MoreIn this post we will be evaluating the expectation value of 1/r : using the Virial Theorem, that we proved and talked about…
Read MoreOkay, so the following is a code for fitting a polynomial to a given set of data using the Least Squares Approximation Method(Wikipedia). Formula…
Read MoreSo I wrote a code for Gaussian Elimination to solve a system of linear equations a while ago. But recently learned that it…
Read MoreThanks to the amazing library by jjoe, you can plot graphs easily using GraphView. The documentation provided is really helpful. However, some users…
Read More