Density from mass and volume ============================ Volumetric mass *density* of an object is a physical quantity equal to the mass of the object per unit of its volume. See :doc:`laws.quantities.quantity_is_volumetric_density_times_volume` for a general version of this law. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.definitions.density_from_mass_volume .. py:data:: density Volumetric :attr:`~symplyphysics.symbols.basic.density` of the object. Symbol: :code:`rho` Latex: :math:`\rho` Dimension: :code:`mass/volume` .. py:data:: mass :attr:`~symplyphysics.symbols.basic.mass` of the object. Symbol: :code:`m` Latex: :math:`m` Dimension: :code:`mass` .. py:data:: volume :attr:`~symplyphysics.symbols.classical_mechanics.volume` of the object. Symbol: :code:`V` Latex: :math:`V` Dimension: :code:`volume` .. py:data:: definition :code:`rho = m / V` Latex: .. math:: \rho = \frac{m}{V}