Transcription: An Invertible Matrix is a special kind of square matrix that has an inverse. The product of an Invertible Matrix and its inverse is the Identity Matrix. The Invertible Matrix class would inherit members from the Square Matrix class, some of which may have been inherited in turn from the Matrix class.