In article <k54ev4$qpa$
1...@dont-email.me>,
rancid moth <
ranci...@yahoo.com> wrote:
> .... how does one go about solving the following finite system of
> such that sum(k=1,k=n) P(k,t) = 1 and P(n,0)=1 if n=1, 0 otherwise....
Presumably the P(n-1) should be P(n-1, t).
If you leave out the restriction sum(k=1,k=n) P(k,t) = 1
then the system appears to have the unique solution
P(x,t) = exp(-Lt)*(1 - exp(-Lt))^(x-1).
But then imposing the condition sum(k=1,k=n) P(k,t) = 1
leads to (for every t) (1 - exp(-Lt) = 0)
which forces L to be 0, so makes everything trivial.
Are you sure about all your conditions?
Ken Pledger.