Introduction - If you have any usage issues, please Google them yourself
Overload the extraction operator to take four real numbers to fill the contents of the matrix. The four numbers will be in sequence: a b c d
Overload the binary+,-, and* operators to perform matrix addition, subtraction and multiplication. These calculations all result in a 2 _ 2 matrix, as shown below: