Oscillation period of inductor-capacitor network ================================================ An inductor-capacitor network, also called **LC circuit**, **resonator circuit**, or **tuned circuit**, consists of an inductor and a capacitor connected together. This type of circuit can act as an electrical resonator, storing energy oscillating at the circuit's resonant frequency. **Links:** #. `Wikipedia, derivable from here `__. .. py:currentmodule:: symplyphysics.laws.electricity.circuits.oscillation_period_of_inductor_capacitor_network .. py:data:: period Natural :attr:`~symplyphysics.symbols.basic.period` of oscillations. Symbol: :code:`T` Latex: :math:`T` Dimension: :code:`time` .. py:data:: inductance :attr:`~symplyphysics.symbols.electrodynamics.inductance` of the inductor. Symbol: :code:`L` Latex: :math:`L` Dimension: :code:`inductance` .. py:data:: capacitance :attr:`~symplyphysics.symbols.electrodynamics.capacitance` of the capacitor. Symbol: :code:`C` Latex: :math:`C` Dimension: :code:`capacitance` .. py:data:: law :code:`T = 2 * pi * sqrt(L * C)` Latex: .. math:: T = 2 \pi \sqrt{L C}