Skip to content

hurak/StructuredSingularValues.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StructuredSingularValues.jl

Dev Build Status Coverage

An (experimental) Julia package for computing the Structured Singular Value (SSV, also μ) of a (in general) complex matrix. In fact, just lower and upper bounds are computed as the computation of the exact value is known to be NP hard.

What is Structured Singular Value of a matrix?

In order to explain what structured singular value is, we need to recall what classical singular value of a matrix is. In particular, we focus on the largest singular value σ₁(M), which plays the role of an operator norm for the matrix M.

Furthermore, we need to be able to specify a structure of a matrix. Loosely speaking, we just specify which elements in the matrix are zero and which a free to assume real or complex values. For some matrix Δ, we say that if it has the given structure, it belong to some set 𝚫, that is, Δ∈𝚫.

With the concept of a singular value and some way to characterize a structure of a matrix, we can define the (largest) structured singular value of a matrix M in the following way

μ(M) = 1/(min {σ₁(Δ): Δ∈𝚫, det(I-MΔ)=0}).

Clearly, if the matrix Δ has no structure, the structured singular value μ of the matrix M is equal to the the reciprocal value of the largest singular value σ₁(Δ) of some smallest (in the sense of σ₁) matrix Δ that makes the determinant of I-MΔ vanish. But this is exactly equal to the standard (largest) singular value σ₁(M). That is, in this unstructured case μ(M)=σ₁(M). In presence of some structure imposed on Δ, μ(M)≦σ₁(M).

Usage of the StructuredSingularValues.jl package

...

Anticipated use in analysis of robust stability of LTI systems

An anticipated use of this computation is in analysis of robustness of linear time invariant (LTI) dynamical systems. If such a system is modelled by a (matrix) transfer function M(s), structured singular value(s) are computed for a grid of frequencies ωₖ, k=1,…,N, at which the transfer function M(s) evaluates to M(jωₖ). This evaluation of the matrix M(s) at a grid of points along the imaginary axis and subsequent computation of the SSV is left for the user. In this package we only aim at computing the SSV for a given (constant) matrix.

References

  1. Doyle, John. “Analysis of Feedback Systems with Structured Uncertainties.” IEE Proceedings D (Control Theory and Applications) 129, no. 6 (November 1, 1982): 242–50. https://doi.org/10.1049/ip-d.1982.0053.
  2. Packard, Andrew, Pete Seiler, and Gary Balas. “Structured Singular Value and Applications: Analyzing the Effect of Linear Time-Invariant Uncertainty in Linear Systems.” In Encyclopedia of Systems and Control, edited by John Baillieul and Tariq Samad, 1–8. London: Springer, 2013. https://doi.org/10.1007/978-1-4471-5102-9_163-1.
  3. Roos, C., and J. -M. Biannic. “A Detailed Comparative Analysis of All Practical Algorithms to Compute Lower Bounds on the Structured Singular Value.” Control Engineering Practice 44 (November 1, 2015): 219–30. https://doi.org/10.1016/j.conengprac.2015.06.006.
  4. Young, Peter M., Matthew P. Newlin, and John C. Doyle. “Computing Bounds for the Mixed μ Problem.” International Journal of Robust and Nonlinear Control 5, no. 6 (1995): 573–90. https://doi.org/10.1002/rnc.4590050604.
  5. Young, Peter M., Matthew P. Newlin, and John C. Doyle. “Practical Computation of the Mixed μ Problem.” In 1992 American Control Conference, 2190–94, 1992. https://doi.org/10.23919/ACC.1992.4792521.
  6. Young, P.M., and J.C. Doyle. “A Lower Bound for the Mixed /Spl Mu/ Problem.” IEEE Transactions on Automatic Control 42, no. 1 (January 1997): 123–28. https://doi.org/10.1109/9.553696.
  7. Young, Peter M., and John C. Doyle. “Computation of Mu with Real and Complex Uncertainties.” In 29th IEEE Conference on Decision and Control, 1230–35 vol.3, 1990. https://doi.org/10.1109/CDC.1990.203804.

About

Computing the Structured Singular Value of a matrix.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages