Impedance in serial connection ============================== The total impedance of a circuit whose components are connected in series is the sum of the impedances of individual components. **Conditions:** #. Components are connected in series. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.electricity.circuits.impedance_in_serial_connection .. py:data:: total_impedance Total :attr:`~symplyphysics.symbols.electrodynamics.electrical_impedance` of the circuit. Symbol: :code:`Z` Latex: :math:`Z` Dimension: :code:`impedance` .. py:data:: impedance :attr:`~symplyphysics.symbols.electrodynamics.electrical_impedance` of the :math:`i`-th component. Symbol: :code:`Z[i]` Latex: :math:`{Z}_{i}` Dimension: :code:`impedance` .. py:data:: law :code:`Z = Sum(Z[i], i)` Latex: .. math:: Z = \sum_i {Z}_{i}