in reply to Re: recursive formula.
in thread recursive formula.
P(1, 1, 1) = (1 - 1) P(1, 1) + (1 - 1) P(1, 1) + (1 - 0) P(1, 1) = P(1, 1) = P(1) = 1
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: recursive formula.
by BrowserUk (Patriarch) on Aug 07, 2004 at 05:34 UTC |