The images of the equations on this page were taken from the Wikipedia pages referenced for each equation.
In [5]:
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 [6]:
Image(filename='normaldist.png')
Out[6]:
Where $x$ is position, $\mu$ is the median, and $\sigma$ is the standard deviation.
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 [7]:
Image(filename='tdseqn.png')
Out[7]:
Where $\mu$ is the particles "reduced mass", $V$ is its potential energy, $\nabla^2$ is the Laplacian, and $\Psi$ is the 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 [8]:
Image(filename='delsquared.png')
Out[8]:
Where $\psi$ is the azimuthal angle and $\theta$ is the zenith angle.
I don't know why this equation isn't formatting correctly
In [ ]: