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

  1. %HESS    Hessenberg form.
  2. %    The Hessenberg form of a matrix is zero below the first
  3. %    subdiagonal. If the matrix is symmetric or Hermitian,
  4. %    the form is tridiagonal.  [P,H] = HESS(A) produces a unitary
  5. %    matrix P and a Hessenberg matrix H so that A = P*H*P' and
  6. %    P'*P = EYE(P).  By itself, HESS(A) returns H.
  7.  
  8. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  9. %    Built-in function.
  10.