The images of the equations on this page were taken from the Wikipedia pages referenced for each equation.
In [1]:
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 [2]:
Image(filename='normaldist.png')
Out[2]:
The above equation is the probability density for x, where $\mu$ represents the mean of the distribution, and $\sigma$ is the standard deviation with $\sigma^{2}$ being the variance.
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 [3]:
Image(filename='tdseqn.png')
Out[3]:
In the above equation i is an imaginary unit, $\bar{h}$ is placks constant divided by 2$\pi$, $\Psi$ is the quantum wave function of the system, $\mu$ is the reduced mass, $\Delta^{2}$ is the Laplace operator, and V is the potential energy.
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 [4]:
Image(filename='delsquared.png')
Out[4]:
In the above equation $\theta$ represents is the zenith angle and $\varphi$ is the azimuthal angle
In [ ]: