derivat - rational matrix derivative
computes the derivative of the polynomial or rational function matrix w.r.t the dummy variable.
s=poly(0,'s'); derivat(1/s) // -1/s^2;