<< normal_prob Probas Stats quartiles >>

Scilab Scholar module for schools >> Probas Stats > permutation

permutation

number of permutations

a = permutation(n,p)

arguments

n

positive number or zero

p

positive number or zero

a

positive number

Description

permutation(n,p) returns the number of permutations of p elements taken from n with n and p positive integers or zero and p<=n.

Examples

permutation(8,3)

See Also

<< normal_prob Probas Stats quartiles >>