Resistivity of serial resistors¶
The total resistance of the circuit whose components are connected in series is the sum of the resistances of individual components.
Conditions:
Applies to direct current circuits.
Links:
- total_resistance¶
Total resistance of the circuit.
- Symbol:
R
- Latex:
\(R\)
- Dimension:
impedance
- resistance¶
Resistance of the \(i\)-th component.
- Symbol:
R[i]
- Latex:
\({R}_{i}\)
- Dimension:
impedance
- law¶
R = Sum(R[i], i)
- Latex:
- \[R = \sum_i {R}_{i}\]