Previous Up Next

5.6.3  Permutations: perm nPr

The perm command computes numbers of permutations.
nPr is a synonym for perm.

Example.

Input:

perm(5,2)

Output:

20

Previous Up Next