Skip to content

Commit 05921b5

Browse files
committed
Fix
1 parent bacd9d1 commit 05921b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physics/speeds_of_gas_molecules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
speeds of particles in an ideal gas.
66
77
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}}
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}}
99
1010
where:
1111
* :math:`f(v)` is the fraction of molecules with a speed :math:`v`

0 commit comments

Comments
 (0)