Go to the first, previous, next, last section, table of contents.


base_choose

base_choose(L,M)
: It returns the list of the order M subsets of L.

Example:

 base_choose([1,2,3],2);

@tex It outputs all the order $2$ subsets of the set $\{ 1, 2, 3\}$ @end tex


Go to the first, previous, next, last section, table of contents.