derivat
Rational matrix derivative
Calling Sequence
pd=derivat(p)
Arguments
p
polynomial or rational matrix
Description
The derivat() function works with expressions like
p(z) = \sum \limits_{i = -\infty}^{\infty} A_{i} z^{i}
which consists of functions of linear combinations with integer exponents of one variable (in the example denoted by z).
The function derivat() implements the analytical derivation of p(z), giving the following result.
\dfrac{d(p(z))}{d z} = \sum \limits_{i = -\infty}^{\infty} i A_{i} z^{i - 1}
Examples