How to do Permutations in numbers. Not just the of possible permutations but the actual combinations.
How to do Permutations in numbers. Not just the number of possible permutations but the actual combinations of those possible permutations.
For example: A, B, C
3!= 6
I would like to know how to get this in numbers. Instead of just 6.
a b c
1 A, B, C
2 A, C, B
3 B, A, C
4 B, C, A
5 C, A, B
6 C, B, A