multiplication of combinaton values?
1 次查看(过去 30 天)
显示 更早的评论
I would like to compute multiplcation of combination of numbers. For example if I have;
1, 2, 3, 4, 5 and want to find
Triple combinations of these numbers are
1,2, 3; 1,2,4; 1,2,5; 1,3,4; 1,3,5; ... etc How can find a=1*2*3; b=1*2*4; c=1*2*5; d=1*3*4; e=1*3*5 etc
a. How can I find all the multiplications of triple combinations, that is, a, b, c, d, etc
b. How can I easily and quickly find sum of a,b,c,d etc?
0 个评论
采纳的回答
Dyuman Joshi
2023-9-13
编辑:Dyuman Joshi
2023-9-13
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!