Legacy Documentation

Control System Professional (1995)

This is documentation for an obsolete product.
Current products and services

 Documentation /  Control Systems Professional /  Function Index /  Realizations /

EigensystemInvertedTransformMatrix

8.4 Internally Balanced Realizations

The Kalman minimal realization algorithm may result in structurally unstable models. In such cases another model reduction technique, based on the internally balanced realization, may be applied (Moore (1981)). The controllable and observable realization is said to be internally balanced if its controllability and observability Gramians are represented by the same (positive definite) diagonal matrix. InternallyBalancedForm attempts to construct such a realization.

Finding the internally balanced form.

Consider a SISO system in its controllable canonical form (see Example 1 in the above-cited paper of Moore (1981)). Evidently, the realization is poorly balanced.

In[19]:=

Out[19]=

This finds the internally balanced realization.

In[20]:=

Out[20]=

We can verify that the realization has equal and diagonal controllability and observability Gramians. The built-in function Chop rounds small numerical errors down to the exact zeros.

In[21]:=

Out[21]=

In[22]:=

Out[22]=

Finally, we can see that the two forms are in fact different realizations of the same transfer function.

In[23]:=

Out[23]=

In[24]:=

Out[24]=

Similarly to KalmanControllableForm and related functions, InternallyBalancedForm takes the option DecompositionMethod. The default Automatic value for this option invokes the built-in function Eigensystem for the continuous-time systems and SingularValues for the discrete-time systems, in the most important case of inexact systems. For exact systems, the Eigensystem-based solution will be attempted.

EigensystemInvertedTransformMatrix