Difference between revisions of "Factorial"
Quantum leap (talk | contribs) |
(Added basic information about factorials) |
||
Line 1: | Line 1: | ||
− | + | === Definition === | |
+ | |||
+ | An important concept in [[combinatorics]], the factorial is defined for positive integers as <math>n!=n \cdot (n-1) \cdots 2 \cdot 1</math> Alternatively, a recursive definition for the factorial is: <math>n!=n \cdot (n-1)!</math>. | ||
+ | |||
+ | === Additional Information === | ||
+ | |||
+ | By convention, <math>0!</math> is given the value <math>1</math>. | ||
+ | |||
+ | The [[gamma function]] is a generalization of the factorial to values other than positive integers. | ||
+ | |||
+ | === Uses === | ||
+ | |||
+ | The factorial is used in the definitions of [[combinations]] and [[permutations]], as <math>n!</math> is the number of ways to order <math>n</math> distinct objects. |
Revision as of 12:12, 18 June 2006
Definition
An important concept in combinatorics, the factorial is defined for positive integers as Alternatively, a recursive definition for the factorial is: .
Additional Information
By convention, is given the value .
The gamma function is a generalization of the factorial to values other than positive integers.
Uses
The factorial is used in the definitions of combinations and permutations, as is the number of ways to order distinct objects.