Mathjs obtient un élément de la matrice

M.get([0,0])
// Both methods work. Above is preferred

M.subset(math.index(1, 2));
slohobo