Mathjs Get Element da Matrix
M.get([0,0])
// Both methods work. Above is preferred
M.subset(math.index(1, 2));
slohobo
M.get([0,0])
// Both methods work. Above is preferred
M.subset(math.index(1, 2));