From f9c02b97350de06aa8a1cb17079f755c354efe8b Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 5 Mar 2022 10:18:00 -0500 Subject: [PATCH] clarify. improve typesetting --- doc/src/compute_momentum.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/src/compute_momentum.rst b/doc/src/compute_momentum.rst index c86901933b..40d2f527f5 100644 --- a/doc/src/compute_momentum.rst +++ b/doc/src/compute_momentum.rst @@ -23,11 +23,10 @@ Examples Description """"""""""" -Define a computation that calculates the translational momentum -of a group of particles. - -The momentum of each particles is computed as m v, where m and v are -the mass and velocity of the particle. +Define a computation that calculates the translational momentum *p* +of a group of particles. It is computed as the sum :math:`\vec{p} = \sum_i m_i \cdot \vec{v}_i` +over all particles in the compute group, where *m* and *v* are +the mass and velocity vector of the particle, respectively. Output info """""""""""