[top][index]
search for:

diff Matrix -- differentiate a matrix

Synopsis:

  • Function: diff -- differentiate
  • Input:
  • an instance of class Matrix.
  • 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)

    [top][index]
    search for: