Ideal gas equation ================== The ideal gas law, also known as the general gas equation, is an equation of state used to describe a hypothetical ideal gas. **Notation:** #. :math:`R` (:code:`R`) is :attr:`~symplyphysics.quantities.molar_gas_constant`. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.thermodynamics.equations_of_state.ideal_gas_equation .. py:data:: pressure :attr:`~symplyphysics.symbols.classical_mechanics.pressure` inside the gas. Symbol: :code:`p` Latex: :math:`p` Dimension: :code:`pressure` .. py:data:: volume :attr:`~symplyphysics.symbols.classical_mechanics.volume` of the gas. Symbol: :code:`V` Latex: :math:`V` Dimension: :code:`volume` .. py:data:: amount_of_substance :attr:`~symplyphysics.symbols.chemistry.amount_of_substance` of the gas. Symbol: :code:`n` Latex: :math:`n` Dimension: :code:`amount_of_substance` .. py:data:: temperature :attr:`~symplyphysics.symbols.thermodynamics.temperature` of the gas. Symbol: :code:`T` Latex: :math:`T` Dimension: :code:`temperature` .. py:data:: law :code:`p * V = n * R * T` Latex: .. math:: p V = n R T