[top][index]
search for:

diff RingElement -- differentiate a ring element

Synopsis:

  • Function: diff -- differentiate
  • Input:
  • an instance of class RingElement.
  • diff f -- differentiate the ring element f with respect to the variables of its ring.

    Code:

         -- ../../../Macaulay2/m2/matrix.m2:457
         diff(RingElement)    := f -> diff(vars ring f, f)

    [top][index]
    search for: