Main Content

互惠条件

Compute reciprocal condition of square matrix in 1-norm

Library

Math Functions / Matrices and Linear Algebra / Matrix Operations

dspmtrx3

  • 互惠条件block

Description

The Reciprocal Condition block computes the reciprocal of the condition number for a square input matrix A.

y = rcond(A) % Equivalent MATLAB code

or

y = 1 κ = 1 A 1 1 A 1

where κ is the condition number (κ ≥ 1), andyis the scalar output (0 ≤y< 1).

The matrix 1-norm, A 1 , is the maximum column-sum in the M-by-M matrix A.

A 1 = 1 j M max i = 1 M | a i j |

For a 3-by-3 matrix:

References

Golub, G. H., and C. F. Van Loan.Matrix Computations. 3rd ed. Baltimore, MD: Johns Hopkins University Press, 1996.

Supported Data Types

  • Double-precision floating point

  • Single-precision floating point

See Also

Matrix 1-Norm DSP系统工具箱
Normalization DSP系统工具箱
rcond MATLAB

Extended Capabilities

Version History

Introduced before R2006a