Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
numer
分子 (非推奨関数)
呼び出し手順
num=numer(R)
パラメータ
- R
有理または多項式または定数行列.
- num
多項式行列
説明
This function is obsolete and will be removed from Scilab 6.1.0. Please use the
.num rational attribute instead. |
ユーティリティ関数. num=numer(R)
は,
有理関数行列R
の
分子num
を返します
(R
は定数または多項式行列とすることができます).
numer(R)
は R(2)
, R('num')
または R.num
に等しくなります
参照
- denom — 分母 (非推奨関数)
履歴
Version | Description |
6.0.2 | numer() is declared obsolete. The rational attribute
.num must be used instead. |
Report an issue | ||
<< ldiv | Polynomials | pdiv >> |