Recursive Factorial

A recursive definition of the factorial function is arrived at by observing the following algebraic relationship:

n! = n  ·  (n – 1)!

For example, 5! is clearly equal to 5 * 4! as is shown by the following:


5! = 5 · 4 · 3 · 2 · 1
5! = 5 · (4 · 3 · 2 · 1)
5! = 5 · (4!)


..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.116.40.177