Capacitance from charge and voltage =================================== The electrical *capacitance* of an object is a physical quantity that describes the capability of the object to store energy in the form of an electric charge. It is directly proportional to the charge accumulated in the object and inversely proportional to the voltage across it. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.electricity.capacitance_from_charge_and_voltage .. py:data:: capacitance :attr:`~symplyphysics.symbols.electrodynamics.capacitance` of the object. Symbol: :code:`C` Latex: :math:`C` Dimension: :code:`capacitance` .. py:data:: charge :attr:`~symplyphysics.symbols.electrodynamics.charge` accumulated in the object. Symbol: :code:`q` Latex: :math:`q` Dimension: :code:`charge` .. py:data:: voltage :attr:`~symplyphysics.symbols.electrodynamics.voltage` across the object. Symbol: :code:`V` Latex: :math:`V` Dimension: :code:`voltage` .. py:data:: definition :code:`C = q / V` Latex: .. math:: C = \frac{q}{V}