Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 576 Bytes

File metadata and controls

30 lines (16 loc) · 576 Bytes

BellY

BellY(n, k, {x1, x2, ... , xN}) 

the second kind of Bell polynomials (incomplete Bell polynomials).

See:

Examples

>> BellY(6, 2, {x1, x2, x3, x4, x5})
10*x3^2+15*x2*x4+6*x1*x5

Implementation status

  • ☑ - partially implemented

Github