The images of the equations on this page were taken from the Wikipedia pages referenced for each equation.
In [56]:
from IPython.display import Image
In the following cell, use Markdown and LaTeX to typeset the equation for the probability density of the normal distribution $f(x, \mu, \sigma)$, which can be found here. Following the main equation, write a sentence that defines all of the variable in the equation.
In [57]:
Image(filename='normaldist.png')
Out[57]:
Here, $\mu$ is the mean or expectation of the distribution (and also its median and mode). The parameter $\sigma$ is its standard deviation. $x$ is the value in the normal distribution.
In the following cell, use Markdown and LaTeX to typeset the equation for the time-dependent Schrodinger equation for non-relativistic particles shown here (use the version that includes the Laplacian and potential energy). Following the main equation, write a sentence that defines all of the variable in the equation.
In [58]:
Image(filename='tdseqn.png')
Out[58]:
$\mu$ is the particle's "reduced mass", $V$ is its potential energy, $\Delta$ is the Laplacian (a differential operator), and $\Psi$ is the wave function (more precisely, in this context, it is called the "position-space wave function").
In the following cell, use Markdown and LaTeX to typeset the equation for the Laplacian squared ($\Delta=\nabla^2$) acting on a scalar field $f(r,\theta,\phi)$ in spherical polar coordinates found here. Following the main equation, write a sentence that defines all of the variable in the equation.
In [59]:
Image(filename='delsquared.png')
Out[59]:
In this equation, $\varphi$ represents the azimuthal angle and $\theta$ the zenith angle or co-latitude.
In [ ]: