Coupling parameter of resonator from quality factor =================================================== There is a coupling parameter to describe the resonator and the load. The parameter is equal to the ratio of the resonator's own quality factor to the quality factor of the external circuit. .. TODO: find link .. py:currentmodule:: symplyphysics.laws.electricity.circuits.resonators.coupling_parameter_of_resonator_from_quality_factors .. py:data:: coupling_parameter Coupling parameter of the resonator. Symbol: :code:`g` Latex: :math:`g` Dimension: :code:`dimensionless` .. py:data:: resonator_quality_factor :attr:`~symplyphysics.symbols.classical_mechanics.quality_factor` of the resonator. Symbol: :code:`Q_0` Latex: :math:`Q_{0}` Dimension: :code:`dimensionless` .. py:data:: external_circuit_quality_factor :attr:`~symplyphysics.symbols.classical_mechanics.quality_factor` of the external circuit. Symbol: :code:`Q_e` Latex: :math:`Q_\text{e}` Dimension: :code:`dimensionless` .. py:data:: law :code:`g = Q_0 / Q_e` Latex: .. math:: g = \frac{Q_{0}}{Q_\text{e}}