<< colcompr
Polynomials
derivat >>
Scilab Help
>>
Polynomials
> degree
degree
多項式行列の次数
呼び出し手順
D
=
degree
(
M
)
パラメータ
M
多項式行列
D
整数行列
説明
M
の最高次数の行列を返します.
参照
poly
— Polynomial definition from given roots or coefficients, or characteristic to a square matrix.
coeff
— 多項式行列の係数
clean
— 行列を消去 (小さなエントリをゼロに丸める)
履歴
Version
Description
6.0.2
nullの多項式の場合、degree()は0の代わりに - %infを返すようになりました.
Report an issue
<< colcompr
Polynomials
derivat >>