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
lcm
最小公倍数
呼び出し手順
[pp,fact]=lcm(p)
パラメータ
- p
- fact
- 多項式ベクトルまたは整数ベクトル (8型) 
- pp
- 多項式または整数 
説明
pp=lcm(p) は,多項式ベクトルp
	の最小公倍数ppを計算します.
[pp,fact]=lcm(p) はこれに加えて以下のような
	ベクトルfactを計算します:
p.*fact=pp*ones(p)
例
| << invr | Polynomials | lcmdiag >> |