Reference articles on history, science, culture and more
Encyclopedia

Kron reduction

Power engineering technique

In power engineering, Kron reduction is a method used to reduce or eliminate the desired node without need of repeating the steps like in Gaussian elimination.

It is named after Hungarian American electrical engineer Gabriel Kron.

01Description

Kron reduction is a useful tool to eliminate unused nodes in a Y-parameter matrix. For example, three linear elements linked in series with a port at each end may be easily modeled as a 4X4 nodal admittance matrix of Y-parameters, but only the two port nodes normally need to be considered for modeling and simulation. Kron reduction may be used to eliminate the internal nodes, and thereby reducing the 4th order Y-parameter matrix to a 2nd order Y-parameter matrix. The 2nd order Y-parameter matrix is then more easily converted to a Z-parameter matrix or S-parameter matrix when needed.

Matrix operations

Consider a general Y-parameter matrix that may be created from a combination of linear elements constructed such that two internal nodes exist.

Y{_{4}}{_{X}}{_{4}}={\begin{bmatrix}Y{_{1}}{_{1}}&Y{_{1}}{_{2}}&Y{_{1}}{_{3}}&Y{_{1}}{_{4}}\\Y{_{2}}{_{1}}&Y{_{2}}{_{2}}&Y{_{2}}{_{3}}&Y{_{2}}{_{4}}\\Y{_{3}}{_{1}}&Y{_{3}}{_{2}}&Y{_{3}}{_{3}}&Y{_{3}}{_{4}}\\Y{_{4}}{_{1}}&Y{_{4}}{_{2}}&Y{_{4}}{_{3}}&Y{_{4}}{_{4}}\\\end{bmatrix}}

While it is possible to use the 4X4 matrix in simulations or to construct a 4X4 S-parameter matrix, is may be simpler to reduce the Y-parameter matrix to a 2X2 by eliminating the two internal nodes through Kron Reduction, and then simulating with a 2X2 matrix and/or converting to a 2X2 S-parameter or Z-Parameter matrix.

Y'{_{2}}{_{X}}{_{2}}={\begin{bmatrix}Y'{_{1}}{_{1}}&Y'{_{1}}{_{2}}\\Y'{_{2}}{_{1}}&Y'{_{2}}{_{2}}\end{bmatrix}}\qquad \mathrm {Where\ Y'\ is\ the\ Kron\ Reduced\ Matrix}

The process for executing a Kron reduction is as follows:

Select the Kth row/column used to model the undesired internal nodes to be eliminated. Apply the below formula to all other matrix entries that do not reside on the Kth row and column. Then simply remove the Kth row and column of the matrix, which reduces the size of the matrix by one.

Kron Reduction for the Kth row/column of an NxN matrix:

{\begin{aligned}\sum _{i=1}^{N}\sum _{j=1}^{N}Y'{_{i}}{_{j}}=Y{_{i}}{_{j}}-{\frac {Y{_{i}}{_{k}}Y{_{j}}{_{k}}}{Y{_{k}}{_{k}}}},&\qquad for\ i\neq k,,j\neq k\\&\qquad \mathrm {Where\ Y'\ is\ The\ Replacement\ Matrix\ Entry} \\\end{aligned}}

Linear elements that are also passive always form a symmetric Y-parameter matrix, that is, Y{_{i}}{_{j}}=Y{_{j}}{_{i}} in all cases. The number of computations of a Kron reduction may be reduced by taking advantage of this symmetry, as shown ion the equation below.

Kron Reduction for symmetric NxN matrices:

{\begin{aligned}&\sum _{i=1}^{N}\sum _{j=i}^{N}Y'{_{i}}{_{j}}=Y{_{i}}{_{j}}-{\frac {Y{_{i}}{_{k}}Y{_{j}}{_{k}}}{Y{_{k}}{_{k}}}},\qquad for\ i\neq k,j\neq k\\&Y{_{j}}{_{i}}=Y{_{i}}{_{j}},\qquad for\ i\neq j\\\end{aligned}}

Once all the matrix entries have been modified by the Kron Reduction equation, the Kth row/column may be eliminated, and the matrix order is reduced by one. Repeat for all internal nodes desired to be eliminated

02Simplified theory and derivation

The concept behind Kron reduction is quite simple. Y-parameters are measured using nodes shorted to ground, but unused nodes, that is nodes without ports, are not necessarily grounded, and their state is not directly known to the outside. Therefore, the Y-parameter matrix of the full network does not adequately describe the Y-parameter of the network being modeled, and contains extraneous entries if some nodes do not have ports.

Consider the case of two lumped elements of equal value in series, two resistors of equal resistance for example. If both resistors have an admittance of {\textstyle Y_{R}, and the series network has an admittance of {\textstyle Y_{R}/2. The full admittance matrix that accounts for all three nodes in the network would look like below, using standard Y-parameter matrix construction techniques:

Y_{FULL}={\begin{bmatrix}0&-Y_{R}&Y_{R}\\-Y_{R}&2Y_{R}&-Y_{R}\\Y_{R}&-Y_{R}&0\end{bmatrix}}

However, it is easily observed that the two resistors in series, each with an assigned admittance of Y, has a net admittance of {\textstyle Y_{R}/2, and since resistors do not leak current to ground, that the network Y12 is equal and opposite to YR11, that is YR12 = -YR11. The 2 port network without the middle node can be created by inspection and is shown below:

Y_{PORTS}={\begin{bmatrix}-Y_{R}/2&Y_{R}/2\\Y_{R}/2&-Y_{R}/2\end{bmatrix}}

Since row and column 2 of the {\textstyle Y_{FULL}matrix is to be eliminated, we can rewrite {\textstyle Y_{FULL} without row 2 and column 2. We will call this rewritten matrix {\textstyle Y'_{FULL}.

Y'_{FULL}={\begin{bmatrix}0&Y_{R}\\Y_{R}&0\end{bmatrix}}

Now we have a basis to create the translation equation by finding an equation that translates each entry in {\textstyle Y'_{FULL} to the corresponding entry in {\textstyle Y_{PORTS}:

{\begin{bmatrix}0\Rightarrow -Y_{R}/2&Y_{R}\Rightarrow Y_{R}/2\\Y_{R}\Rightarrow Y_{R}/2&0\Rightarrow -Y_{R}/2\end{bmatrix}}

For each of the four entries, it can be observed that subtracting Y_{R}/2 from the left-of-arrow value successfully makes the translation. Since Y_{R}/2 is identical to {Y_{R}}^{2}/(2Y_{R}), each case of {\textstyle Y'_{FULL} meets the condition Y'_{ij}=Y_{ij}-Y_{ij}Y_{ji}/Y_{kk} shown in the general translation equations.

The same process may be used for elements of arbitrary admittance (Y_{11}\neq -Y_{12},Y_{ij}\neq Y_{ji} etc.) and networks of arbitrary size, but the algebra becomes more complex. The trick is to deduce and/or calculate an expression that translates the original matrix entries to the reduced matrix entries.

Watch videos about Kron reductionExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article Kron reduction, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.