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

  1. %TRIL    Lower triangle.
  2. %    TRIL(X) is the lower triangular part of X.
  3. %    TRIL(X,K) is the elements on and below the K-th diagonal
  4. %    of X .  K = 0 is the main diagonal, K > 0 is above the
  5. %    main diagonal and K < 0 is below the main diagonal.
  6.  
  7. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  8. %    Built-in function.
  9.