Good day all;
Is it possible to get all the combinations of a set of numbers, for example I have a group of numbers: 1,2,4,8,16,32, how would I go about finding all the possible combinations for this data set? I have made a best guess seen below (20 combinations), but this doesn't seem right to me now:
1 2 4
1 2 8
1 4 8
2 4 8
1 2 16
1 4 16
2 4 16
1 8 16
2 8 16
4 8 16
1 2 32
1 4 32
2 4 32
1 8 32
2 8 32
4 8 32
1 16 32
2 16 32
4 16 32
8 16 32
Thanks for your help in advance
Kind Regards
Tor Fey
Is it possible to get all the combinations of a set of numbers, for example I have a group of numbers: 1,2,4,8,16,32, how would I go about finding all the possible combinations for this data set? I have made a best guess seen below (20 combinations), but this doesn't seem right to me now:
1 2 4
1 2 8
1 4 8
2 4 8
1 2 16
1 4 16
2 4 16
1 8 16
2 8 16
4 8 16
1 2 32
1 4 32
2 4 32
1 8 32
2 8 32
4 8 32
1 16 32
2 16 32
4 16 32
8 16 32
Thanks for your help in advance
Kind Regards
Tor Fey