Scilab 5.4.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
derivat
有理行列の微分
呼び出し手順
pd=derivat(p)
パラメータ
- p
多項式または有理行列
説明
多項式または有理関数行列のダミー変数に関する微分を計算します.
例
s=poly(0,'s'); derivat(1/s) // -1/s^2;
Report an issue | ||
<< denom | Polynomials | determ >> |