I am a huge beginner in mathematica.
My question is the following :
I need to compute :
SixJSymbol[{j1, j2, j3}, {j4, j5, j6}]
I would like to create a list like that :
List[{j1, j2, j3}, {j4, j5, j6}]
And to directly give it to the SixJSymbol function.
How to do it ?
I read topic advised when I wrote this message but I find the answers a little too hard (I just begin with mathematica : I can create lists, functions, plots but that is basically all that I can do).