User Portlet
Discussions |
---|
Hi there, the first two commands generate the list and the permutations, just like in Nasser's reply. list = {4, 9, 2, 3, 6}; per = Permutations[list]; Then you need to combine the digits to Integers and add them up: ... |