Tableau Analysis#
Once we have a basis for all instances of Kirchhoff's laws within a given network and we know the characteristics of its elements, we can construct a system of equations which describes the behavior of the network.
Definition: Tableau System
A tableau system of a network is a system of equations which completely describes it.
Algorithm: Tableau Analysis
Tableau analysis is the process of finding a tableau system for a given network:
-
Construct a network graph.
-
Find a basis for all KVLs in the network and write it in the form \(\boldsymbol{B}\boldsymbol{v} = \boldsymbol{0}\) .
- Fundamental loop analysis or mesh-current analysis can be used for this. -
Find a basis for all KCLs in the network and write it in the form \(\boldsymbol{A}\boldsymbol{i} = \boldsymbol{0}\).
- Fundamental cut-set analysis or node-voltage analysis can be used for this. -
Combine the implicit representations of all electrical elements into a single \(f(\boldsymbol{v},\boldsymbol{i}) = \boldsymbol{0}\) by using the branch voltage vector and branch current network.
-
Combine the results from the previous steps to obtain a tableau system:
- The first part can also be written in matrix form:
Info: Non-Existent Implicit Representation
Theoretically, it might be possible for some elements to not have an implicit representation.
Affine Networks#
If a network contains only affine elements, their characteristics can be combined into a single matrix equation of the following form:
We can then construct a tableau system of the following form:
Definition: Tableau Matrix
The matrix
is known as a tableau matrix.
Notation
Example: Tableau Analysis of Affine Networks
Consider the following network:
We use fundamental loop and cut-set analysis to find a basis for Kirchhoff's laws:
We get the following from the elements:
- \(v_1 = v_0\) from the voltage source;
- \(i_5 = 0\) and \(v_5 = 0\) from the nullator;
- \(v_2 - R_{\text{e}}i_2 = 0\) from the resistor \(R_{\text{e}}\);
- \(v_3 - Nv_4 = 0\) and \(Ni_3 + i_4 = 0\) from the transformer;
- \(v_7 - R_{\text{L}}i_7 = 0\) from the resistor \(R_{\text{L}}\).
We can write these in the form
where
Combining all results, we get the following tableau system:
TODO
Non-Affine Networks#
For networks which contain both affine and non-affine elements, we can combine the characteristics of the affine elements as before and combine the characteristics of the non-affine elements into \(f_{\text{non-affine}} (\boldsymbol{v}, \boldsymbol{i}) = \boldsymbol{0}\).
We can then construct a tableau system of the following form: