<< lcm Discrete mathematics primes >>

Scilabヘルプ >> Elementary Functions > Discrete mathematics > perms

perms

ベクトル要素の全順列

呼び出し手順

y=perms(x)

引数

x

スカラーまたはベクトル

y

行列

説明

長さ nのベクトル x を指定すると, permsxn個の要素の全順列 (すなわち,n!順列)を返します. yの大きさは n!-by-n となります.

x=[4, 7, 10]
y=perms(x)
x=[1, 5, 2, 5]
y=perms(x)

Report an issue
<< lcm Discrete mathematics primes >>