fixed.complexConditionNumberUpperBound
Estimate of upper bound for 2-norm condition number of complex-valued matrix
Since R2022b
Syntax
Description
C = fixed.complexConditionNumberUpperBound(m,n,max_abs_A,noiseStandardDeviation)m-by-n matrix A, where
          max_abs_A >= max(abs(A(:))) and
          noiseStandardDeviation is the standard deviation of the additive
        random noise in A.
C = fixed.complexConditionNumberUpperBound(___,p_s)p_s that the estimate of the lower bound of the
        smallest singular value is larger than the actual smallest singular value.
          p_s is an optional parameter. If not supplied or empty, then the
        default value is used.
C = fixed.complexConditionNumberUpperBound(___,regularizationParameter)regularizationParameter, A is an
          m-by-n matrix with m >=
          n, and In =
            eye(n).
          regularizationParameter is an optional parameter. If not supplied or
        empty, then the default value is used.
Examples
Input Arguments
More About
Algorithms
The condition number with respect to the inversion of matrix A is the
      ratio of the largest singular value of A to the smallest singular value of
        A. The fixed.complexSingularValueLowerBound function estimates the lower bound of the
      smallest singular value, s_n, of A. The fixed.singularValueUpperBound function determines an upper bound for the largest
      singular value, svdUpperBound, of A. A bound on the
      condition number of A is then cond(A) = max(svd(A))/min(svd(A))
        <= svdUpperBound/s_n [1] [2] [3].
References
[1] Bryan, Thomas A., Jenna L. Warren, Shixin Zhuang, and Jessica Clayton. “Systems and Methods for Design Parameter Selection.” The MathWorks. US Patent 12,008,344 B2, issued June 11, 2024. https://patents.google.com/patent/US12008344B2/en?oq=US+12%2c008%2c344+B2
[2] Bryan, Thomas A., and Jenna L. Warren. “Systems and Methods for Design Parameter Selection.” The MathWorks. US Patent 12,045,737 B2, issued July 23, 2024. European EP 3,944,105 A1. https://patents.google.com/patent/US12045737B2/en?oq=US+12%2c045%2c737+B2.
[3] Chen, Zizhong and Jack J. Dongarra. "Condition Numbers of Gaussian Random Matrices." SIAM Journal on Matrix Analysis and Applications 27, no. 3 (July 2005): 603-620. https://doi.org/10.1137/040616413.
Extended Capabilities
Version History
Introduced in R2022b