アドミタンス行列

定電圧源を接続した線型受動回路

 線形受動回路において,ループ\(i\)のループ電流を\(I_i\),定電圧源を\(V_i\)とすると(\(i=1,2,\cdots, N\)),キルヒホッフの電流則より, \begin{eqnarray} \mathscr{Z}_{11} I_1 + \mathscr{Z}_{12} I_2 + \cdots + \mathscr{Z}_{1N} I_N &=& V_1 \nonumber \\ \mathscr{Z}_{21} I_1 + \mathscr{Z}_{22} I_2 + \cdots + \mathscr{Z}_{2N} I_N &=& V_2 \nonumber \\ \cdots \cdots \cdots \cdots \cdots \nonumber \\ \mathscr{Z}_{N1} I_1 + \mathscr{Z}_{N2} I_2 + \cdots + \mathscr{Z}_{NN} I_N &=& V_N \end{eqnarray} ここで,\(\mathscr{Z}_{ii}\)はループ\(i\)のインピーダンス(self-impedance),\(\mathscr{Z}_{ij}\)はループ\(i\)と\(j\)の共通のインピーダンスである. クラメルの公式(Cramer's rule)より電流について解き,分子の行列式\(\Delta_i\)を第\(i\)列(\(i=1,2,\cdots\))で展開すると, \begin{eqnarray} I_1 &=& \frac{\Delta_1}{\Delta} \nonumber \\ &=& \frac{1}{\Delta} \Big( \Delta_{11} V_1 + \Delta_{21} V_2 + \cdots + \Delta_{N1} V_N \Big) \\ I_2 &=& \frac{\Delta_2}{\Delta} \nonumber \\ &=& \frac{1}{\Delta} \Big( \Delta_{12} V_1 + \Delta_{22} V_2 + \cdots + \Delta_{N2} V_N \Big) \\ &&\cdots \cdots \cdots \cdots \cdots \nonumber \end{eqnarray} ここで, \begin{gather} \Delta = \begin{vmatrix} \mathscr{Z}_{11} & \mathscr{Z}_{12} & \cdots & \mathscr{Z}_{1N} \\ \mathscr{Z}_{21} & \mathscr{Z}_{22} & \cdots & \mathscr{Z}_{2N} \\ \cdots & \cdots & \cdots & \cdots \\ \mathscr{Z}_{N1} & \mathscr{Z}_{N2} & \cdots & \mathscr{Z}_{NN} \\ \end{vmatrix} \end{gather} また, \begin{gather} \Delta_1 = \begin{vmatrix} V_1 & \mathscr{Z}_{12} & \cdots & \mathscr{Z}_{1N} \\ V_2 & \mathscr{Z}_{22} & \cdots & \mathscr{Z}_{2N} \\ \cdots & \cdots & \cdots & \cdots \\ V_N & \mathscr{Z}_{N2} & \cdots & \mathscr{Z}_{NN} \\ \end{vmatrix} \end{gather} \begin{gather} \Delta_2 = \begin{vmatrix} \mathscr{Z}_{11} & V_1 & \cdots & \mathscr{Z}_{1N} \\ \mathscr{Z}_{21} & V_2 & \cdots & \mathscr{Z}_{2N} \\ \cdots & \cdots & \cdots & \cdots \\ \mathscr{Z}_{N1} & V_N & \cdots & \mathscr{Z}_{NN} \\ \end{vmatrix} \end{gather} ただし,\(\Delta_{ji}\)は行列式\(\Delta\)における\(\mathscr{Z}_{ji}\)の余因子を示す.いま,次の左図のようにループ1にのみ定電圧源を接続(\(V_2=V_3= \cdots = V_N=0\))すると電流\(I_1'\),\(I_2'\)は, \begin{gather} I_1' = \frac{\Delta_{11}}{\Delta} V_1 \\ I_2' = \frac{\Delta_{12}}{\Delta} V_1 \end{gather} また,右図のようにループ2にのみ定電圧源を接続(\(V_1=V_3= \cdots = V_N=0\))すると\(I_1''\),\(I_2''\)は, \begin{gather} I_1'' = \frac{\Delta_{21}}{\Delta} V_2 \\ I_2'' = \frac{\Delta_{22}}{\Delta} V_2 \end{gather}
定電圧源を接続した回路
これより,上の二つを重ね合わせると, \begin{eqnarray} I_1 &=& I_1' + I_1'' \nonumber \\ &=& \frac{\Delta_{11}}{\Delta} V_1 + \frac{\Delta_{21}}{\Delta} V_2 \nonumber \\ &\equiv& Y_{11} V_1 + Y_{12} V_2 \\ I_2 &=& I_2' + I_2'' \nonumber \\ &=& \frac{\Delta_{12}}{\Delta} V_1 + \frac{\Delta_{22}}{\Delta} V_2 \nonumber \\ &\equiv& Y_{21} V_1 + Y_{22} V_2 \end{eqnarray}
重ね合わせた回路
行列表示すると, \begin{gather} \begin{pmatrix} I_1 \\ I_2 \end{pmatrix} = \begin{pmatrix} Y_{11} & Y_{12} \\ Y_{21} & Y_{22} \\ \end{pmatrix} \begin{pmatrix} V_1 \\ V_2 \end{pmatrix} \end{gather} あるいは,もっと簡略に \begin{gather} \boldsymbol{I} = [Y] \boldsymbol{V} \end{gather} ここで, \begin{align} &\boldsymbol{I} = \begin{pmatrix} I_1 \\ I_2 \end{pmatrix} \\ &[Y] = \begin{pmatrix} Y_{11} & Y_{12} \\ Y_{21} & Y_{22} \\ \end{pmatrix} \\ &\boldsymbol{V}= \begin{pmatrix} V_1 \\ V_2 \end{pmatrix} \end{align} 上式の\([Y]\)をアドミタンス行列(admittance matrix),またはY行列(Y-matrix)という.

短絡駆動点アドミタンス

 アドミタンス行列要素の物理的意味について考えよう.まず, \begin{eqnarray} \left. \frac{I_1}{V_1} \right| _{V_2=0} &=& \left. \frac{Y_{11} V_1 + Y_{12} V_2}{V_1} \right| _{V_2=0} \nonumber \\ &=& Y_{11} \\ \left. \frac{I_2}{V_2} \right| _{V_1=0} &=& \left. \frac{Y_{21} V_1 + Y_{22} V_2}{V_2} \right| _{V_1=0} \nonumber \\ &=& Y_{22} \end{eqnarray} ここで,\(Y_{11}\),\(Y_{22}\)を短絡駆動点アドミタンス(short-circuit driving point admittance)という. 駆動点アドミタンス(driving point admittance)は単にアドミタンスと言ってもよく,一つのポートにおける\(Y = V/I\)によって定義される.

短絡駆動点アドミタンス

 また, \begin{eqnarray} \left. \frac{I_1}{V_2} \right| _{V_1=0} &=& \left. \frac{Y_{11} V_1 + Y_{12} V_2}{V_2} \right| _{V_1=0} \nonumber \\ &=& Y_{12} \\ \left. \frac{I_2}{V_1} \right| _{V_2=0} &=& \left. \frac{Y_{21} V_1 + Y_{22} V_2}{V_1} \right| _{V_2=0} \nonumber \\ &=& Y_{21} \end{eqnarray} ここで,\(Y_{12}\),\(Y_{21}\)を短絡伝達アドミタンス(short-circuit transfer admittance)という. 四端子回路網におけるこのような異なる2つのポート間の電圧,電流の関係を表す係数の総称が伝達関数(transfer function)である.

アドミタンス行列の対称性

 線形受動回路(passive linear network)では,相反定理(reciprocity theorem)(可逆定理)が成立するから, \begin{gather} Y_{12} = Y_{21} \end{gather} すなわち\([Y]\)は対称行列で,転置行列(transposed matrix)を\([Y]^T\)とすると, \begin{gather} [Y] = [Y]^T \end{gather}

2端子対回路

 次の図のような2端子対回路(two-terminal pair network, two-port network)を考え,各端子対の電圧,電流を与えたときにも同様にアドミタンス行列を用いて表すことができる (\(V_1\),\(V_2\)は各端子対の電圧). \begin{gather} \begin{pmatrix} I_1 \\ I_2 \end{pmatrix} = \begin{pmatrix} Y_{11} & Y_{12} \\ Y_{12} & Y_{22} \\ \end{pmatrix} \begin{pmatrix} V_1 \\ V_2 \end{pmatrix} \end{gather}
2端子対回路

多端子対回路

 多端子対回路に拡張すると, \begin{gather} \begin{pmatrix} I_1 \\ I_2 \\ \vdots \\ I_N \end{pmatrix} = \begin{pmatrix} Y_{11} & Y_{12} & \cdots & Y_{1N} \\ Y_{21} & Y_{22} & \cdots & Y_{2N} \\ \vdots & \vdots & & \\ Y_{N1} & Y_{N2} & \cdots & Y_{NN} \\ \end{pmatrix} \begin{pmatrix} V_1 \\ V_2 \\ \vdots \\ V_N \end{pmatrix} \end{gather} これより, \begin{gather} \boldsymbol{i} = [Y] \boldsymbol{v} \end{gather} ここで, \begin{gather} [Y] = \begin{pmatrix} Y_{11} & Y_{12} & \cdots & Y_{1N} \\ Y_{21} & Y_{22} & \cdots & Y_{2N} \\ \vdots & \vdots & & \\ Y_{N1} & Y_{N2} & \cdots & Y_{NN} \\ \end{pmatrix} \nonumber \end{gather}