Triangular Feedback Matrices
An interesting class of feedback matrices, also explored by Jot [216], is that of triangular matrices. A basic fact from linear algebra is that triangular matrices (either lower or upper triangular) have all of their eigenvalues along the diagonal.4.13 For example, the matrix
![$\displaystyle \mathbf{A}_3 = \left[\begin{array}{ccc}
\lambda_1 & 0 & 0\\ [2pt]
a & \lambda_2 & 0\\ [2pt]
b & c & \lambda_3
\end{array}\right]
$](http://www.dsprelated.com/josimages_new/pasp/img786.png)




It is important to note that not all triangular matrices are lossless. For example, consider
![$\displaystyle \mathbf{A}_2 = \left[\begin{array}{cc} 1 & 0 \\ [2pt] 1 & 1 \end{array}\right]
$](http://www.dsprelated.com/josimages_new/pasp/img790.png)
![$ [0,1]^T$](http://www.dsprelated.com/josimages_new/pasp/img791.png)

![$\displaystyle \mathbf{A}_2^n = \left[\begin{array}{cc} 1 & 0 \\ [2pt] n & 1 \end{array}\right]
$](http://www.dsprelated.com/josimages_new/pasp/img793.png)
One way to avoid ``coupled repeated poles'' of this nature is to use
non-repeating eigenvalues. Another is to convert
to Jordan
canonical form by means of a similarity transformation, zero any
off-diagonal elements, and transform back [329].
Next Section:
Mean Free Path
Previous Section:
Most General Lossless Feedback Matrices