home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A130933.TXT < prev    next >
Encoding:
Text File  |  1993-09-20  |  235 b   |  5 lines

  1. A square matrix is a special kind of matrix that has an equal
  2. number of rows and columns.  The square matrix class would inherit
  3. members from the matrix class.  It could also have some members
  4. that are specific to square matrices.
  5.