Matrix multiplication Tests

Basic 3x3 and vectors

multiplyMatrices() math.js

Incorrect data

These are expected to fail, as multiplyMatrices does not dimension checking.The point of them is to see how it fails.

math.js multiplyMatrices()