home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A130934.TXT < prev    next >
Encoding:
Text File  |  1993-11-02  |  309 b   |  6 lines

  1. An invertible matrix is a special kind of square matrix that has
  2. an inverse.  The product of an invertible matrix and its inverse
  3. is the identity matrix.  The invertible matrix class would inherit
  4. members from the square matrix class, some of which may have been
  5. inherited in turn from the matrix class.
  6.