Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
companion
コンパニオン行列
呼び出し手順
A=companion(p)
引数
- p
多項式または多項式のベクトル
- A
正方行列
説明
特性多項式を有する
行列A
を返します.
p
がモニックな場合,特性多項式は
p
に等しくなります.
p
がモニックでない場合,
A
の特性方程式は
p/c
に等しくなります.
ただし,c
はp
の最大次数の係数です.
p
がモニックな多項式のベクトルの場合,
A
はブロック対角となり,
i番目の特性多項式は
p(i)
となります.
参照
- spec — 行列とペンシルの固有値
- poly — 多項式を定義する
- randpencil — ランダムなペンシル
Report an issue | ||
<< Matrix Pencil | Matrix Pencil | ereduc >> |