Develop a class of 2 x 2 matrices of double precision floating point variables that has the features listed below. ? An overridden default constructor that initializes all entries of the matrix to zero. ? An overridden copy constructor. ? A method that returns the inverse of the matrix, if it exists. ? A method that multiplies a matrix by a specified double precision floating point variable.
Comments
Leave a comment