Scilab Function
Last update : 28/09/2007

derivat - rational matrix derivative

Calling Sequence

pd=derivat(p)

Parameters

Description

computes the derivative of the polynomial or rational function matrix w.r.t the dummy variable.

Examples


s=poly(0,'s');
derivat(1/s)  // -1/s^2;