rational matrix derivative
pd=derivat(p)
:p polynomial or rational matrix :
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;
Enter search terms or a module, class or function name.