Timeline for How to get a combination of lists from a large list? [closed]
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 24, 2016 at 15:16 | history | closed | Feyre corey979 Quantum_Oli m_goldberg MarcoB | Not suitable for this site | |
| Nov 24, 2016 at 10:52 | vote | accept | ZHANG Juenjie | ||
| Nov 24, 2016 at 10:28 | comment | added | ZHANG Juenjie | @Mauricio Lobos.No, I don't want permutations. just{x1,x2,x3}and other combinations. | |
| Nov 24, 2016 at 9:52 | review | Close votes | |||
| Nov 24, 2016 at 15:16 | |||||
| Nov 24, 2016 at 9:43 | answer | added | kglr | timeline score: 3 | |
| Nov 24, 2016 at 9:33 | comment | added | Kuba | 17242 | |
| Nov 24, 2016 at 9:32 | comment | added | Mauricio Fernández | Wait, do you want to allow for permutations, I mean, do you want to have also the combinations {x1,x2,x3} and {x2,x1,x3}? If so, then this might help Select[Permutations[Array[x, 10], 3], Length[#] == 3 &] | |
| Nov 24, 2016 at 9:21 | comment | added | kglr | Subsets[{x1, x2, x3, x4, x5, x6, x7, x8, x9, x10}, {3}]? | |
| Nov 24, 2016 at 9:19 | history | asked | ZHANG Juenjie | CC BY-SA 3.0 |