Scilab 6.0.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
cmndred
共通分母形式
呼び出し手順
[n,d]=cmndred(num,den)
パラメータ
- num, den
同じ次元の2つの多項式行列
説明
[n,d]=cmndred(num,den)
は,
以下のような
多項式行列n
および
共通分母多項式d
を計算します:
n/d=num./den
num./den
により定義される有理行列は
n/d
です.
Report an issue | ||
<< chepol | Polynomials | coeff >> |