Mass fraction of mixture component ================================== Mass fraction is the ratio of the mass of a mixture component to the total mass of the mixture. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.definitions.mass_fraction .. py:data:: mass_fraction :attr:`~symplyphysics.symbols.chemistry.mass_fraction` of the mixture component. Symbol: :code:`w[i]` Latex: :math:`w_{i}` Dimension: :code:`dimensionless` .. py:data:: mass_of_component :attr:`~symplyphysics.symbols.basic.mass` of the mixture component. Symbol: :code:`m[i]` Latex: :math:`m_{i}` Dimension: :code:`mass` .. py:data:: mass_of_mixture Total :attr:`~symplyphysics.symbols.basic.mass` of the mixture. Symbol: :code:`m` Latex: :math:`m` Dimension: :code:`mass` .. py:data:: definition :code:`w[i] = m[i] / m` Latex: .. math:: w_{i} = \frac{m_{i}}{m}