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
simp
有理数の簡単化
呼び出し手順
[N1,D1] = simp(N,D) H1 = simp(H)
パラメータ
- N, D
実数多項式または実数行列多項式
- H
有理行列 (すなわち, エントリ
n/d
を有する行列 ,実数多項式n
およびd
)
説明
[n1,d1]=simp(n,d)
は,n1/d1 = n/d
となるような多項式
n1
および d1
を計算します.
N
および D
が多項式行列の場合,
計算が要素毎に行われます.
H1=simp(H)
も有効です (H
の各エントリは
H1
で簡単化されます).
|
例
参照
Report an issue | ||
<< sfact | Polynomials | simp_mode >> |