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

  1. %QZ      Generalized eigenvalues.
  2. %     [AA, BB, Q, Z, V] = QZ(A,B) for square matrices A and B,
  3. %     produces upper triangular matrices AA and BB, matrices Q
  4. %     and Z containing the products of the left and right trans-
  5. %     formations, such that Q*A*Z = AA, and Q*B*Z = BB, and the
  6. %     generalized eigenvector matrix V. 
  7. %     The alphas and betas comprising the generalized eigenvalues
  8. %     are the diagonal elements of AA and BB so that 
  9. %     A*V*diag(BB) = B*V*diag(AA).
  10.  
  11. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  12. %    Built-in function.
  13.