|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: recursive formula.by BrowserUk (Patriarch) |
| on Aug 06, 2004 at 02:02 UTC ( [id://380456]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
What should the result be for P( 1, 1, 1 )? My interpretation is that each term will be: P( 1 - 1 )P( ... ) Which as 1 - 1 will always be zero, the results of the multiplication is zero, so the overall results will be zero? If this is the case, then herveus' solution is incorrect as given input of ( 1, 1, 1 ), he returns 1. If I'm correct, of which there is no guarentee, then I think that the problem lies with his simple expedient of prefixing the list with a 0 to get around the "indices starting from 1" problem, which is causing the function to iterate and recurse once too often.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||