Admittance in parallel connection¶
The total admittance of the circuit whose components are connected in parallel is the sum of the admittances of individual components.
Conditions:
Components are connected in parallel.
Links:
- total_admittance¶
Total
admittance
of the circuit.- Symbol:
Y
- Latex:
\(Y\)
- Dimension:
conductance
- admittance¶
admittance
of \(i\)-th circuit.- Symbol:
Y[i]
- Latex:
\({Y}_{i}\)
- Dimension:
conductance
- law¶
Y = Sum(Y[i], i)
- Latex:
- \[Y = \sum_i {Y}_{i}\]