Matrix Class
Understand the implementation of a 3x3 square Matrix class.
We'll cover the following...
Challenge
Write a program containing the Matrix
class that performs addition, multiplication, transpose, and determinant value operations on 3 x 3
matrices.
Sample run
If you correctly implement the code in the constructors and methods and don’t change the code in main
, then you should expect to see the following console output after running your coding exercise: