The operations are stored as custom blocks that take lists as input. An example of how to use it can be found inside sprite 1, labeled with a comment. You should only use the custom block labeled with either "FUNCTION" or "MATH". Functions include: adjoint det inverse rref trace addition between two matrices multiplication between two matrices subtraction between two matrices multiplication between a matrix and a number raise a matrix to an exponent
Matrices should be stored inside of lists. Example of what a the format of a 2x2 matrix should look like: 1,0 0,1 No spaces should be present in the list.