Transmission matrix equation¶
The transmission matrix equation relates the input voltage and input current to the output voltage and output current.
Notes:
See Transmission Matrix.
Links:
- Symbol:
V_i
- Latex:
\(V_\text{i}\)
- Dimension:
voltage
- Symbol:
V_o
- Latex:
\(V_\text{o}\)
- Dimension:
voltage
- Symbol:
I_i
- Latex:
\(I_\text{i}\)
- Dimension:
current
- Symbol:
I_o
- Latex:
\(I_\text{o}\)
- Dimension:
current
- Symbol:
A
- Latex:
\(A\)
- Dimension:
dimensionless
- voltage_current_parameter¶
Ratio of input
voltage
to outputcurrent
in case of a short circuit at the output.
- Symbol:
B
- Latex:
\(B\)
- Dimension:
impedance
- Symbol:
C
- Latex:
\(C\)
- Dimension:
conductance
- current_current_parameter¶
Ratio of input
current
to outputcurrent
in case of a short circuit at the output.
- Symbol:
D
- Latex:
\(D\)
- Dimension:
dimensionless
- law¶
[V_i, I_i] = [[A, B], [C, D]]*[V_o, I_o]
- Latex:
- \[\begin{split}\begin{pmatrix} V_\text{i} \\ I_\text{i} \end{pmatrix} = \begin{pmatrix} A & B \\ C & D \end{pmatrix} \begin{pmatrix} V_\text{o} \\ I_\text{o} \end{pmatrix}\end{split}\]