-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Variations with repetition
Reading time: 1minVariations with repetition are the different ordered arrangements of a k-element subset of an n-set, allowing repetitions.
Syntax
variations_with_repetition(Integer, Integer)
variations_with_repetition(List | Vector, Integer)
Description
Given two integers n and k, computes all possible arrangements described above.
Given a list and a vector with n elements, returns a list with all the k-subsets.