1 | initial version |
With Sage 8.1.beta9, this seems to be solved. Cutting and pasting the example in a Sage terminal and politely asking :
sage: ep.simplify_full()
gives you :
lamda^k*e^(-lamda)/factorial(k)
which, I suppose, was the searched-for result.