"중복조합의 공식 H(n,r)=C(n+r-1,r)"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
 
(사용자 4명의 중간 판 39개는 보이지 않습니다)
1번째 줄: 1번째 줄:
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">이 항목의 스프링노트 원문주소</h5>
+
==개요==
  
* [[중복조합의 공식 H(n,r) =C(n+r-1,r)]]
+
*  중복조합
 
 
 
 
 
 
 
 
 
 
<h5>개요</h5>
 
 
 
*  중복조합<br>
 
 
** 주어진 집합의 원소 중에서 뽑되 동일한 원소의 중복을 허용하여 뽑아내는 것
 
** 주어진 집합의 원소 중에서 뽑되 동일한 원소의 중복을 허용하여 뽑아내는 것
 
** 1과 2에서 세 개를 취하는 중복조합은 111, 112, 122, 222의 네 가지가 있음.
 
** 1과 2에서 세 개를 취하는 중복조합은 111, 112, 122, 222의 네 가지가 있음.
** n개 중에서 r개를 선택하는 중복조합의 개수를 이라고 쓰자. <math>_n C_r = {n\choose r} </math>즉, H(2,3)=4.<br> H(2,3) = C(2+3-1,3)=C(4,3)=4 임을 확인할 수 있다.
+
* n개 중에서 r개를 선택하는 중복조합의 개수를 <math>_n H_r=\textstyle\left\langle{n\atop r}\right\rangle</math> 로 나타낸다.
* 중복조합의 공식<br><math>_n H_r=_{n+r-1}C_{r}</math><br>
+
* 변수의 개수가 <math>n</math>이고, 차수가 <math>d</math>인 [[동차다항식(Homogeneous polynomial)]]이 이루는 벡터공간의 차원은 <math>_n H_d</math>이며, 중복조합의 H는 homogeneous에서 온 것이다
 +
* <math>n</math>차원 벡터공간 <math>V</math>에 대하여 [[대칭곱 (symmetric power)과 대칭텐서|대칭곱]] <math>\operatorname{Sym}^d V</math>의 차원은 <math>_n H_d</math>로 주어진다
  
 
+
==조합과의 비교==
 
 
 
 
 
 
<h5>조합과의 비교</h5>
 
  
 
* 조합은 여러 개의 원소 중에서 몇 개를 순서에 관계없이 뽑아내는 것
 
* 조합은 여러 개의 원소 중에서 몇 개를 순서에 관계없이 뽑아내는 것
 
* 가령 1,2,3,4 네 개의 수 가운데서 세 개씩 뽑아 모은 조합은 123, 124, 134, 234 의 네 가지
 
* 가령 1,2,3,4 네 개의 수 가운데서 세 개씩 뽑아 모은 조합은 123, 124, 134, 234 의 네 가지
* n개 중에서 r개를 선택하는 조합의 개수를  <math>_n C_r = {n\choose r} </math>로 표현함
+
* n개 중에서 r개를 선택하는 조합의 개수를  <math>_n C_r = {n\choose r} </math>로 표현함
*  즉, <math>_4 C_3 = {4\choose 3} =4</math> 가 됨.<br>
+
*  즉, <math>_4 C_3 = {4\choose 3} =4</math> 가 됨.
*  일반적으로 <math>_n C_r = {n\choose r} = {{n!} \over {r!(n - r)!}}</math> 공식을 통해 구할수 있음.<br>
+
*  일반적으로 <math>_n C_r = {n\choose r} = {{n!} \over {r!(n - r)!}}</math> 공식을 통해 구할수 있음.
  
 
+
  
 
+
  
<h5>예1</h5>
+
==중복조합의 공식 증명 1==
  
* 증명의 아이디어를 이해하기 위해, H(4,2)의 예를 들어보자
+
*  중복조합의 공식:<math>_n H_r=_{n+r-1}C_{r}</math>
*  1,2,3,4 중에서 뽑는 것으로 하면, 중복해서 두 개를 뽑는 방법은 다음과 같이 열 가지가 있음.<br>
+
 
 +
* 증명의 아이디어를 이해하기 위해, <math>_4 H_2</math>의 예를 들어보자
 +
*  1,2,3,4 중에서 뽑는 것으로 하면, 중복해서 두 개를 뽑는 방법은 다음과 같이 열 가지가 있음.
 
** 11,12,13,14,22,23,24,33,34,44
 
** 11,12,13,14,22,23,24,33,34,44
*  이제 이 중복조합에서 첫번째 것은 내버려 두고, 두번째 수에 1을 더하면 다음과 같은 결과를 얻음.<br>
+
*  이제 이 중복조합에서 첫번째 것은 내버려 두고, 두번째 수에 1을 더하면 다음과 같은 결과를 얻음.
 
** 12,13,14,15,23,24,25,34,35,45
 
** 12,13,14,15,23,24,25,34,35,45
 
** 이것은 1부터 5까지 중에서 2개를 선택하는 방법과 같아짐.
 
** 이것은 1부터 5까지 중에서 2개를 선택하는 방법과 같아짐.
* 그러므로, H(4,2)=C(5,2)
+
* 그러므로, <math>_4 H_2=_5 C_2</math>
  
* 또다른 예. H(2,3)의 계산.
+
* 또다른 예. <math>2 H_3</math>의 계산.
*  1,2 중에서 세 가지를 택하는 중복조합은 다음과 같음.<br>
+
*  1,2 중에서 세 가지를 택하는 중복조합은 다음과 같음.
 
** 111,112,122,222
 
** 111,112,122,222
*  위에서 한 것처럼 첫번째 것은 내버려 두고, 두번째 것에 1, 세번째 것에 2를 더해 보면, 다음을 얻게 됨<br>
+
*  위에서 한 것처럼 첫번째 것은 내버려 두고, 두번째 것에 1, 세번째 것에 2를 더해 보면, 다음을 얻게 됨
 
** 123,124,134,234
 
** 123,124,134,234
 
** 이 경우는 1,2,3,4 중에서 세 개를 뽑는 조합과 일치함.
 
** 이 경우는 1,2,3,4 중에서 세 개를 뽑는 조합과 일치함.
* 그러므로, H(2,3)=C(4,3)
+
* 그러므로, <math>_2 H_3=_4 C_3</math>
 
 
 
* 특정한 조합과 특정한 중복조합 사이에 [[일대일대응]]이 존재하는 것을 보이는 것임.
 
* 특정한 조합과 특정한 중복조합 사이에 [[일대일대응]]이 존재하는 것을 보이는 것임.
  
 
+
==중복조합의 공식 증명 2==
 
 
 
 
 
 
<h5>예2</h5>
 
 
 
examples of multiset computation
 
  
(n=4, k=18)
+
* n=4, r=18 인 경우
 +
* 집합을  <math>\{a,b,c,d\}</math> 로 두자.
 +
*  a가 6개, b가 2개, c가 3개, d가 7개 있는 경우를 아래처럼 나타내자.:<math>\{a, a, a, a, a, a, b, b, c, c, c, d, d, d, d, d, d, d \}</math>:<math>\bullet \bullet \bullet \bullet \bullet \bullet \mid \bullet \bullet \mid \bullet \bullet \bullet \mid \bullet \bullet \bullet \bullet \bullet \bullet \bullet </math>
 +
* 그림에서 점과 막대를 다 합하여 총 4+18-1=21 개가 있는데, 이 21개의 위치에서 18개를 선택하여 a,b,c,d를 배열하는 중복조합과 일대일대응된다.
  
set \{a,b,c,d}
+
  
multiset \{<em>a</em>, <em>a</em>, <em>a</em>, <em>a</em>, <em>a</em>, <em>a</em>, <em>b</em>, <em>b</em>, <em>c</em>, <em>c</em>, <em>c</em>, <em>d</em>, <em>d</em>, <em>d</em>, <em>d</em>, <em>d</em>, <em>d</em>, <em>d</em> \} (6 <em>a</em>s, 2 <em>b</em>s, 3 <em>c</em>s, 7 <em>d</em>s) in this form: 
+
  
: <math>\bullet \bullet \bullet \bullet \bullet \bullet \mid \bullet \bullet \mid \bullet \bullet \bullet \mid \bullet \bullet \bullet \bullet \bullet \bullet \bullet </math>
+
==생성함수==
 
 
 
 
 
 
<h5>생성함수</h5>
 
  
 
* [[생성함수]]
 
* [[생성함수]]
* multiset generating function
+
* 한 개의 원소에서 얻어지는 중복조합 <math>\{ \{\}, \{x\}, \{x,x\}, \{x,x,x\}, ... \}</math> 의 생성함수는 <math>S = 1 + x + x^2 + x^3 + \cdots = 1 + xS</math>로부터 <math>S=1/(1-x)</math>
* { {}, {x}, {x,x}, {x,x,x}, ... } gives S = 1 + x + x2 + x3 + ... = 1 + xS which is formally S=1/(1-x)
+
* 두 개의 경우는
* (1 − <em>x</em>)<sup>−1</sup>·(1 − <em>y</em>)<sup>−1</sup> = 1 + (<em>x</em> + <em>y</em>) + (<em>x</em><sup>2</sup> + <em>x·y</em> + <em>y</em><sup>2</sup>) +(<em>x</em><sup>3</sup> + <em>x</em><sup>2</sup><em>·y</em> + <em>x</em><em>y</em><sup>2</sup>+<em>y</em><sup>3</sup>)+...
+
:<math>
* (1 − <em>x</em>)<sup>−2</sup> = 1 + (<em>x</em> + <em>x</em>) + (<em>x</em><sup>2</sup> + <em>x·x</em> + <em>x</em><sup>2</sup>) + ...
+
(1-x)^{-1}(1-y)^{-1}=1+(x+y)+(x^2+xy+y^2)+(x^3+x^2y+xy^2+y^3)+\cdots
*  n개의 원소에서 k개를 뽑는 중복조합의 생성함수는 다음과 같이 주어진다<br><math>\frac{1}{(1-x)^n}=\sum_{k=0}^{\infty}H(n,k)x^k=\sum_{k=0}^{\infty}\frac{(n)_k}{k!}x^k=1+nx+\frac{n(n+1)}{2!}x^2+\frac{n(n+1)(n+2)}{3!}x^3+\cdots</math><br>
+
</math>
 
+
* 따라서
 +
:<math>
 +
\frac{1}{(1-x)^2}=\sum_{r=0}^{\infty} \textstyle\left\langle{2\atop r}\right\rangle x^r
 +
</math>
 +
*  n개의 원소에서 r개를 뽑는 중복조합의 생성함수는 다음과 같이 주어진다
 +
:<math>
 +
\begin{aligned}
 +
\frac{1}{(1-x)^n}&=\sum_{r=0}^{\infty} \textstyle\left\langle{n\atop r}\right\rangle x^r \\
 +
{}&=1+nx+\frac{n(n+1)}{2!}x^2+\frac{n(n+1)(n+2)}{3!}x^3+\cdots
 +
\end{aligned}
 +
</math>
 
* [[이항급수와 이항정리]] 항목 참조
 
* [[이항급수와 이항정리]] 항목 참조
  
 
+
==부정방정식에의 응용==
  
 
+
*  자연수 r에 대하여, 다음 부정방정식의  <math>x_i \geq 0</math>인 정수해의 개수를 구해보자:<math>x_0+x_1+x_2+\cdots+x_n=r</math>
 +
*  해의 개수는 n+1개의 원소를 가지고 r개를 뽑는 중복조합의 수와 같다. 즉, 해의 개수는 다음과 같다:<math>_{n+1} H_r=_{n+r}C_{r}=_{n+r}C_{n}</math>
 +
* [[프로베니우스 디오판투스 방정식과  동전 바꾸기 문제 (coin exchange problem)|프로베니우스 디오판투스 방정식]]
  
<h5>부정방정식에의 응용</h5>
 
  
*  자연수 r에 대하여, 다음 부정방정식의  <math>x_i \geq 0</math>인 정수해의 개수를 구해보자<br><math>x_0+x_1+x_2+\cdots+x_n=r</math><br>
 
*  해의 개수는 n+1개의 원소를 가지고 r개를 뽑는 중복조합의 수와 같다. 즉, 해의 개수는 다음과 같다<br><math>_{n+1} H_r=_{n+r}C_{r}=_{n+r}C_{n}</math><br>
 
  
 
+
==메모==
  
 
<math>\sum_{k}\left\langle        \begin{matrix}  3  \\  4        \end{matrix}    \right\rangle  x^k</math>
 
<math>\sum_{k}\left\langle        \begin{matrix}  3  \\  4        \end{matrix}    \right\rangle  x^k</math>
  
 
+
<math>\sum_{k} \textstyle\left\langle{n\atop k}\right\rangle x^k</math>
 
 
http://en.wikipedia.org/wiki/Multiset
 
 
 
[http://en.wikipedia.org/wiki/Bose%E2%80%93Einstein_statistics http://en.wikipedia.org/wiki/Bose–Einstein_statistcs]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">재미있는 사실</h5>
 
 
 
 
 
 
 
* Math Overflow http://mathoverflow.net/search?q=
 
* 네이버 지식인 http://kin.search.naver.com/search.naver?where=kin_qna&query=
 
 
 
 
 
  
 
 
  
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">역사</h5>
+
==관련된 항목들==
  
 
+
* [[이항계수와 조합]]
 
 
* http://www.google.com/search?hl=en&tbs=tl:1&q=
 
* [[수학사연표 (역사)|수학사연표]]
 
*  
 
 
 
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">메모</h5>
 
 
 
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련된 항목들</h5>
 
 
 
* [[이항계수와 조합|이항계수]]
 
 
* [[이항급수와 이항정리]]
 
* [[이항급수와 이항정리]]
 +
* [[동차다항식(Homogeneous polynomial)]]
 +
* [[완전 동차 대칭 다항식 (complete homogeneous symmetric polynomial)]]
 
* [[q-이항정리]]
 
* [[q-이항정리]]
 
* [[일대일대응]]
 
* [[일대일대응]]
  
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">수학용어번역</h5>
 
 
* 단어사전 http://www.google.com/dictionary?langpair=en|ko&q=
 
* 발음사전 http://www.forvo.com/search/
 
* [http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=&fstr= 대한수학회 수학 학술 용어집]<br>
 
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=
 
* [http://www.nktech.net/science/term/term_l.jsp?l_mode=cate&s_code_cd=MA 남·북한수학용어비교]
 
* [http://kms.or.kr/home/kor/board/bulletin_list_subject.asp?bulletinid=%7BD6048897-56F9-43D7-8BB6-50B362D1243A%7D&boardname=%BC%F6%C7%D0%BF%EB%BE%EE%C5%E4%B7%D0%B9%E6&globalmenu=7&localmenu=4 대한수학회 수학용어한글화 게시판]
 
  
 
+
==매스매티카 파일 및 계산 리소스==
 +
* https://docs.google.com/file/d/0B8XXo8Tve1cxS1hEZ1p0MDNfMFU/edit
  
 
 
  
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">사전 형태의 자료</h5>
+
==사전 형태의 자료==
  
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
 
* http://en.wikipedia.org/wiki/Multiset
 
* http://en.wikipedia.org/wiki/Multiset
 +
* http://mathworld.wolfram.com/Multichoose.html
 +
* http://en.wikipedia.org/wiki/Bose–Einstein_statistics
  
 
 
 
* [http://en.wikipedia.org/wiki/Bose%E2%80%93Einstein_statistics http://en.wikipedia.org/wiki/Bose–Einstein_statistics]
 
* http://www.wolframalpha.com/input/?i=
 
* [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions]
 
* [http://www.research.att.com/%7Enjas/sequences/index.html The On-Line Encyclopedia of Integer Sequences]<br>
 
** http://www.research.att.com/~njas/sequences/?q=
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련논문</h5>
 
 
* http://www.jstor.org/action/doBasicSearch?Query=
 
* http://www.ams.org/mathscinet
 
* http://dx.doi.org/
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련도서</h5>
 
 
*  도서내검색<br>
 
** http://books.google.com/books?q=
 
** http://book.daum.net/search/contentSearch.do?query=
 
*  도서검색<br>
 
** http://books.google.com/books?q=
 
** http://book.daum.net/search/mainSearch.do?query=
 
** http://book.daum.net/search/mainSearch.do?query=
 
 
 
 
 
 
 
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">관련기사</h5>
 
 
*  네이버 뉴스 검색 (키워드 수정)<br>
 
** [http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=%EC%A4%91%EB%B3%B5%EC%A1%B0%ED%95%A9 http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=중복조합]
 
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
** http://news.search.naver.com/search.naver?where=news&x=0&y=0&sm=tab_hty&query=
 
 
 
 
 
 
 
  
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">블로그</h5>
+
[[분류:조합수학]]
  
*  구글 블로그 검색<br>
+
==메타데이터==
** http://blogsearch.google.com/blogsearch?q=
+
===위키데이터===
* [http://navercast.naver.com/science/list 네이버 오늘의과학]
+
* ID :  [https://www.wikidata.org/wiki/Q864377 Q864377]
* [http://math.dongascience.com/ 수학동아]
+
===Spacy 패턴 목록===
* [http://www.ams.org/mathmoments/ Mathematical Moments from the AMS]
+
* [{'LEMMA': 'multiset'}]
* [http://betterexplained.com/ BetterExplained]
+
* [{'LEMMA': 'bag'}]
 +
* [{'LEMMA': 'mset'}]

2021년 2월 17일 (수) 06:00 기준 최신판

개요

  • 중복조합
    • 주어진 집합의 원소 중에서 뽑되 동일한 원소의 중복을 허용하여 뽑아내는 것
    • 1과 2에서 세 개를 취하는 중복조합은 111, 112, 122, 222의 네 가지가 있음.
  • n개 중에서 r개를 선택하는 중복조합의 개수를 \(_n H_r=\textstyle\left\langle{n\atop r}\right\rangle\) 로 나타낸다.
  • 변수의 개수가 \(n\)이고, 차수가 \(d\)인 동차다항식(Homogeneous polynomial)이 이루는 벡터공간의 차원은 \(_n H_d\)이며, 중복조합의 H는 homogeneous에서 온 것이다
  • \(n\)차원 벡터공간 \(V\)에 대하여 대칭곱 \(\operatorname{Sym}^d V\)의 차원은 \(_n H_d\)로 주어진다

조합과의 비교

  • 조합은 여러 개의 원소 중에서 몇 개를 순서에 관계없이 뽑아내는 것
  • 가령 1,2,3,4 네 개의 수 가운데서 세 개씩 뽑아 모은 조합은 123, 124, 134, 234 의 네 가지
  • n개 중에서 r개를 선택하는 조합의 개수를 \(_n C_r = {n\choose r} \)로 표현함
  • 즉, \(_4 C_3 = {4\choose 3} =4\) 가 됨.
  • 일반적으로 \(_n C_r = {n\choose r} = {{n!} \over {r!(n - r)!}}\) 공식을 통해 구할수 있음.



중복조합의 공식 증명 1

  • 중복조합의 공식\[_n H_r=_{n+r-1}C_{r}\]
  • 증명의 아이디어를 이해하기 위해, \(_4 H_2\)의 예를 들어보자
  • 1,2,3,4 중에서 뽑는 것으로 하면, 중복해서 두 개를 뽑는 방법은 다음과 같이 열 가지가 있음.
    • 11,12,13,14,22,23,24,33,34,44
  • 이제 이 중복조합에서 첫번째 것은 내버려 두고, 두번째 수에 1을 더하면 다음과 같은 결과를 얻음.
    • 12,13,14,15,23,24,25,34,35,45
    • 이것은 1부터 5까지 중에서 2개를 선택하는 방법과 같아짐.
  • 그러므로, \(_4 H_2=_5 C_2\)
  • 또다른 예. \(2 H_3\)의 계산.
  • 1,2 중에서 세 가지를 택하는 중복조합은 다음과 같음.
    • 111,112,122,222
  • 위에서 한 것처럼 첫번째 것은 내버려 두고, 두번째 것에 1, 세번째 것에 2를 더해 보면, 다음을 얻게 됨
    • 123,124,134,234
    • 이 경우는 1,2,3,4 중에서 세 개를 뽑는 조합과 일치함.
  • 그러므로, \(_2 H_3=_4 C_3\)
  • 특정한 조합과 특정한 중복조합 사이에 일대일대응이 존재하는 것을 보이는 것임.

중복조합의 공식 증명 2

  • n=4, r=18 인 경우
  • 집합을 \(\{a,b,c,d\}\) 로 두자.
  • a가 6개, b가 2개, c가 3개, d가 7개 있는 경우를 아래처럼 나타내자.\[\{a, a, a, a, a, a, b, b, c, c, c, d, d, d, d, d, d, d \}\]\[\bullet \bullet \bullet \bullet \bullet \bullet \mid \bullet \bullet \mid \bullet \bullet \bullet \mid \bullet \bullet \bullet \bullet \bullet \bullet \bullet \]
  • 그림에서 점과 막대를 다 합하여 총 4+18-1=21 개가 있는데, 이 21개의 위치에서 18개를 선택하여 a,b,c,d를 배열하는 중복조합과 일대일대응된다.



생성함수

  • 생성함수
  • 한 개의 원소에서 얻어지는 중복조합 \(\{ \{\}, \{x\}, \{x,x\}, \{x,x,x\}, ... \}\) 의 생성함수는 \(S = 1 + x + x^2 + x^3 + \cdots = 1 + xS\)로부터 \(S=1/(1-x)\)
  • 두 개의 경우는

\[ (1-x)^{-1}(1-y)^{-1}=1+(x+y)+(x^2+xy+y^2)+(x^3+x^2y+xy^2+y^3)+\cdots \]

  • 따라서

\[ \frac{1}{(1-x)^2}=\sum_{r=0}^{\infty} \textstyle\left\langle{2\atop r}\right\rangle x^r \]

  • n개의 원소에서 r개를 뽑는 중복조합의 생성함수는 다음과 같이 주어진다

\[ \begin{aligned} \frac{1}{(1-x)^n}&=\sum_{r=0}^{\infty} \textstyle\left\langle{n\atop r}\right\rangle x^r \\ {}&=1+nx+\frac{n(n+1)}{2!}x^2+\frac{n(n+1)(n+2)}{3!}x^3+\cdots \end{aligned} \]

부정방정식에의 응용

  • 자연수 r에 대하여, 다음 부정방정식의 \(x_i \geq 0\)인 정수해의 개수를 구해보자\[x_0+x_1+x_2+\cdots+x_n=r\]
  • 해의 개수는 n+1개의 원소를 가지고 r개를 뽑는 중복조합의 수와 같다. 즉, 해의 개수는 다음과 같다\[_{n+1} H_r=_{n+r}C_{r}=_{n+r}C_{n}\]
  • 프로베니우스 디오판투스 방정식


메모

\(\sum_{k}\left\langle \begin{matrix} 3 \\ 4 \end{matrix} \right\rangle x^k\)

\(\sum_{k} \textstyle\left\langle{n\atop k}\right\rangle x^k\)


관련된 항목들


매스매티카 파일 및 계산 리소스


사전 형태의 자료

메타데이터

위키데이터

Spacy 패턴 목록

  • [{'LEMMA': 'multiset'}]
  • [{'LEMMA': 'bag'}]
  • [{'LEMMA': 'mset'}]