derivat — rational matrix derivative
pd=derivat(p)
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;