home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / MATFUN.DI$ / RCOND.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  405 b   |  12 lines

  1. %RCOND    LINPACK reciprocal condition estimator.
  2. %    RCOND(X) is an estimate for the reciprocal of the
  3. %     condition of X in the 1-norm obtained by the LINPACK
  4. %     condition estimator. If X is well conditioned, RCOND(X)
  5. %     is near 1.0. If X is badly conditioned, RCOND(X) is
  6. %     near 0.0.
  7. %
  8. %    See also COND, NORM, CONDEST, NORMEST.
  9.  
  10. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  11. %    Built-in function.
  12.