Finally got the matrix multiplication operation, I've also added a transpose operation since I figured out it was very easy to do. Now comes the difficult part, the Inverse of a matrix... PS: the multiplication result is taken from the multiplication of duplicate matrices containing the consecutive numbers from 1 to 9:
[1][2][3] * [1][2][3] [4][5][6] [4][5][6] [7][8][9] [7][8][9]
















