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);


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