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

  1. %BALANCE Diagonal scaling to improve eigenvalue accuracy.
  2. %     [T,B] = BALANCE(A) finds a similarity transformation T such
  3. %     that B = T\A*T has approximately equal row and column norms.
  4. %     BALANCE(A), by itself, returns the balanced matrix B.
  5.  
  6. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  7. %    Built-in function.
  8.