| Author |
Comment/Response |
Sinval Santos
|
04/01/12 07:50am
I have a set with five elements:
Co = {a, b, c, d, e}
I split it in lists, with two subsets: The first two elements and the second with three elements. These elements can be grouped in 5!/(2!*3!)=10 ways. How do I build a list, these 10 sets of the form:
{{{a, b,} {c, d, e}}, {{a, c}, {b, d, e}}, {{a, d}, {b, c, e}}. ...... }
URL: , |
|