Quality factor of resonator =========================== If the resonator is an oscillatory circuit, that quality factor will depend on the resistance, inductance, and angular oscillation frequency. .. TODO: fix file name .. py:currentmodule:: symplyphysics.laws.electricity.circuits.resonators.own_quality_factor_of_resonator .. py:data:: quality_factor :attr:`~symplyphysics.symbols.classical_mechanics.quality_factor` of the resonator. Symbol: :code:`Q` Latex: :math:`Q` Dimension: :code:`dimensionless` .. py:data:: resistance :attr:`~symplyphysics.symbols.electrodynamics.electrical_resistance` of the oscillating circuit. Symbol: :code:`R` Latex: :math:`R` Dimension: :code:`impedance` .. py:data:: inductance :attr:`~symplyphysics.symbols.electrodynamics.inductance` of the oscillating circuit. Symbol: :code:`L` Latex: :math:`L` Dimension: :code:`inductance` .. py:data:: angular_frequency :attr:`~symplyphysics.symbols.classical_mechanics.angular_frequency` of the current. Symbol: :code:`w` Latex: :math:`\omega` Dimension: :code:`angle/time` .. py:data:: law :code:`Q = R / (w * L)` Latex: .. math:: Q = \frac{R}{\omega L}