| Author |
Comment/Response |
Jacques
|
08/10/05 02:34am
Dear List manipulators and mathematica experts,
From this two sets
KAPITALS = {A,B}
smalls2 = {a,b}
I would like to obtain in the most syntetic way the set
MIXED=
{{b,a,A,B},{a,b,A,B},{a,A,b,B},{a,A,B,b},
{b,A,a,B},{A,b,a,B},{A,a,b,B},{A,a,B,b},
{b,A,B,a},{A,b,B,a},{A,B,b,a},{A,B,a,b}} .
(afterwards I will need to consider
smalls3={a,b,c}.., small7,etc)
I know that it is possible but I cannot figure out how to start.
Jacques VE
URL: , |
|