anthony2005
- 24
- 0
Hello,
how do you define a function or make a list with n elements, where n is any? More precisely there is a function in mathematica, BellY
BellY[n,k,\{x_{1},...x_{n-k+1}\}]
which gives the partial Bell polynomial. I would like to define in mathematica the complete Bell polynomial defined as
CBellY[n,\{x_{1},...x_{n}\}]=\sum_{k=1}^{n}BellY[n,k,\{x_{1},...x_{n-k+1}\}]
How can I do that?
Thank you.
how do you define a function or make a list with n elements, where n is any? More precisely there is a function in mathematica, BellY
BellY[n,k,\{x_{1},...x_{n-k+1}\}]
which gives the partial Bell polynomial. I would like to define in mathematica the complete Bell polynomial defined as
CBellY[n,\{x_{1},...x_{n}\}]=\sum_{k=1}^{n}BellY[n,k,\{x_{1},...x_{n-k+1}\}]
How can I do that?
Thank you.