Electric field of uniformly charged plane ========================================= The electric field strength of a uniformly charged plane is proportional to its charge density. **Notation:** #. :math:`\varepsilon_0` (:code:`epsilon_0`) is :attr:`~symplyphysics.quantities.vacuum_permittivity`. **Conditions:** #. The plane is thin, i.e. its thickness approaches zero. #. The plane is in vacuum. **Links:** #. `Electric field of a uniformly charged plane `__ .. py:currentmodule:: symplyphysics.laws.electricity.electric_field_of_uniformly_charged_plane .. py:data:: electric_field_strength :attr:`~symplyphysics.symbols.electrodynamics.electric_field_strength`. Symbol: :code:`E` Latex: :math:`E` Dimension: :code:`voltage/length` .. py:data:: surface_charge_density :attr:`~symplyphysics.symbols.electrodynamics.surface_charge_density`. Symbol: :code:`sigma` Latex: :math:`\sigma` Dimension: :code:`charge/area` .. py:data:: law :code:`E = sigma / (2 * epsilon_0)` Latex: .. math:: E = \frac{\sigma}{2 \varepsilon_0}