We found 12 definitions of factorial from 6 different sources.
Advertising
What does factorial mean?
WordNet
Adjective
factorial -
of or relating to factorials
= synonym
= antonym
= related word
Wiktionary
factorial (Noun) The result of multiplying a given number of consecutive integers from 1 to the given number. In equations, it is symbolized by an exclamation mark !. For example, 5! 120.
factorial (Adjective) Of or pertaining to a factor or factorial.
factorial (Adjective) Of or pertaining to a factor.
factorial (Adjective) Of or pertaining to a factory.
factorial (n.) A name given to the factors of a continued product when
the former are derivable from one and the same function F(x) by
successively imparting a constant increment or decrement h to the
independent variable. Thus the product F(x).F(x + h).F(x + 2h) . . .
F[x + (n-1)h] is called a factorial term, and its several factors take
the name of factorials.
factorial (n.) The product of the consecutive numbers from unity up to
any given number.
OmegaWiki DictionaryOmegaWiki DictionaryΩ
factorial Mathematical function of a non-negative integer n given by the product of all positive integers less than or equal to n (denoted by n!).
Wikipedia
N Factorial (written N!) is a function to calculate the product of every natural number from 1 to N. If N is 0, the result is 1. N! is not defined for negative numbers.
It is used to find out how many possibilities there are to arrange objects.
For example, if there are 3 letters (A, B, and C), they can be arranged as ABC, ACB, BAC, BCA, CAB, and CBA. That's 6 choices because A can be put in 3 different places, B has 2 choices left after A is placed, and C has only one choice left after A and B have been placed. That is 3×2×1 = 6 combinations.
More generally, if there are three objects, and we want to find out how many different ways there are to arrange (or select them), than for the first object, there are 3 choices. For the second object, there are only two choices left as the first object has already been chosen. And finally, for the third object, there is only one object left.
Therefore 3! is equivalent to 3×2×1, or 6.
This function is a good example of recursion (doing things again and again), as 3! can be written as 3×(2!), which can be written as 3×2×(1!) and finally 3×2×1×(0!). N! can therefore also be defined as N×(N-1)! with 0! = 1.
The factorial function grows very fast. There are over 3.5 million ways to arrange 10 items.
Feel free to write to us if you have any questions. But before you do so, please take a look on our page with Frequently Asked Questions (FAQ) and even our sitemap to get a full overview of the content on our site.