Arduino Playground is read-only starting December 31st, 2018. For more info please look at this Forum Post

The MatrixMath library provides basic arithmetic operations for floating-point matrices stored as 2D arrays, including an inverse function utilizing Gauss-Jordan elimination. Keeping track of dimensions is left to the user.

The example code demonstrates printing (to the serial port) and multiplies a matrix by its inverse to get the identity matrix.