Scilab 6.0.0
Scilabヘルプ >> Elementary Functions > Discrete mathematics > perms
perms
ベクトル要素の全順列
呼び出し手順
y=perms(x)
引数
- x
スカラーまたはベクトル
- y
行列
説明
長さ nのベクトル x を指定すると,
perms はxの
n個の要素の全順列
(すなわち,n!順列)を返します.
yの大きさは n!-by-n となります.
例
x=[4, 7, 10] y=perms(x) x=[1, 5, 2, 5] y=perms(x)
Comments
Add a comment:
Please login to comment this page.