-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Permutations
Reading time: 1minReturns the permutations of a set.
Syntax
permutations(List | Vector | Range)
permutations(Integer)
Description
Given a list, vector or range with the elements of a set, returns a list with all the permutations given in lexicographical order.
Given an integer n, returns the number of permutations of a set with n elements, that is n!.