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
hermit
エルミート形式
呼び出し手順
[Ar, U] = hermit(A)
パラメータ
- A
多項式行列
- Ar
三角多項式行列
- U
ユニモジュラ多項式行列
説明
エルミート形式: U
は,
A*U
がエルミート三角形式となるような
ユニモジュラ行列です:
出力変数は Ar=A*U
です.
警告: 実験版
例
--> clean(p'*p*U) ans = 0 0 s² 0 0 s² +2s³ +s⁴ 0 0 2s³ +s⁴ --> det(U) ans = 1
Report an issue | ||
<< factors | Polynomials | horner >> |