Reciprocal Condition
Compute reciprocal condition of square matrix in 1-norm
Libraries:
DSP System Toolbox /
Math Functions /
Matrices and Linear Algebra /
Matrix Operations
Description
The Reciprocal Condition block computes the reciprocal of the condition number for a square input matrix A.
Here is the equivalent MATLAB® code.
y = rcond(A)
or
where κ is the condition number (κ ≥ 1), and y is the scalar output (0 ≤ y < 1).
The matrix 1-norm, , is the maximum column-sum in the M-by-M matrix A.
For a 3-by-3 matrix:
Ports
Input
Output
Block Characteristics
Data Types |
|
Direct Feedthrough |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Zero-Crossing Detection |
|
References
[1] Golub, G. H., and C. F. Van Loan. Matrix Computations. 3rd ed. Baltimore, MD: Johns Hopkins University Press, 1996.
Extended Capabilities
Version History
Introduced before R2006a