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
colcompr
多項式行列の列圧縮
呼び出し手順
[Y,rk,ac]=colcompr(A);
パラメータ
- A
多項式行列
- Y
正方多項式行列 (右ユニモジュラ基底)
- rk
A
の通常ランク- Ac
Ac=A*Y
, 多項式行列
説明
多項式行列 A
の列圧縮 (左への圧縮)
例
s=poly(0,'s'); p=[s;s*(s+1)^2;2*s^2+s^3]; [Y,rk,ac]=colcompr(p*p'); p*p'*Y
参照
- rowcompr — 多項式行列の行圧縮
Report an issue | ||
<< coffg | Polynomials | degree >> |