Synopsis:
diff m -- differentiate the matrix m with respect to the variables of its ring.
Code:
-- ../../../Macaulay2/m2/matrix.m2:458 diff(Matrix) := m -> diff(vars ring m, m)