We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacd9d1 commit 05921b5Copy full SHA for 05921b5
physics/speeds_of_gas_molecules.py
@@ -5,7 +5,7 @@
5
speeds of particles in an ideal gas.
6
7
The distribution is given by the following equation:
8
- \.. math:: f(v) = \left(\frac{M}{2 \pi RT}\right)^{\frac{3}{2}} \cdot 4 \pi v^2 \cdot e^{-\frac{Mv^2}{2RT}}
+ .. math:: f(v) = \left(\frac{M}{2 \pi RT}\right)^{\frac{3}{2}} \cdot 4 \pi v^2 \cdot e^{-\frac{Mv^2}{2RT}}
9
10
where:
11
* :math:`f(v)` is the fraction of molecules with a speed :math:`v`
0 commit comments