Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
coeff
多項式行列の係数
呼び出し手順
C = coeff(Mp) C = coeff(Mp, degrees)
パラメータ
- Mp
多項式行列
- v
整数 (行または列), 選択した次数のベクトル
- C
大きな係数の行列
説明
C=coeff(Mp)
多項式行列Mp
の係数である大きな
行列C
を返します.
C
はC=[C0,C1,...,Ck]
のように
分割されます.
ただし,Ci
は昇順
k = max(degree(Mp))
に並べられています.
C=coeff(Mp,v)
は
degrees
の次数の行列の係数を返します
(degrees
は行または列ベクトルです).
例
参照
Report an issue | ||
<< cmndred | Polynomials | coffg >> |