레이블이 Permutation인 게시물을 표시합니다. 모든 게시물 표시
레이블이 Permutation인 게시물을 표시합니다. 모든 게시물 표시

2016년 3월 22일 화요일

Factorial, Permutation and Combination







n! -> n factorial
0! = 1 



   nPr -> n permutation r 
nPn = n!
n ≥ r

nPr means the number of methods 
to choose r different elements among n different elements 
with order.






nCr -> n combination r

      n ≥ r     

nCr means the number of methods
to choose r different elements among n different elements
without order.








if you want to more about factorial, permutation and combination

click

Factorial


Permutation

and


Combination