Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
rowcompr
多項式行列の行圧縮
呼び出し手順
[X,rk,Ac]=rowcompr(A)
パラメータ
- A
- 多項式行列 
- Y
- 正方多項式行列 (左ユニモジュラ基底) 
- rk
- Aの通常のランク
- Ac
- Ac=X*A, 多項式行列
説明
多項式行列Aの行圧縮.
X は,
	行圧縮されたAの行である
	左多項式ユニモジュラ基底です.
	rk は Aの通常ランクです.
警告: "小さい"項は削除されます (注意して使用してください!).
参照
- colcompr — 多項式行列の列圧縮
| << roots | Polynomials | sfact >> |