"생성함수"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
 
(사용자 2명의 중간 판 30개는 보이지 않습니다)
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>
+
==개요==
  
* [[생성함수]]
+
* 생성함수(generating function)
 +
* [[수열]]<math>\{a_n\}</math>에 대한 정보를 담는 멱급수
 +
* 다양한 종류의 생성함수가 있으며 수열의 성질에 따라 적합한 종류의 생성함수를 이용한다
 +
* [[해석적정수론]]의 중요한 아이디어
 +
* 수열이라는 이산적인 대상을, 미적분학이라는 연속적인 개념을 이용하는 도구를 통해 다룰수 있게 해줌.
 +
* [[L-함수, 제타함수와 디리클레 급수]]로 생성함수의 일종으로 이해할 수 있음
 +
* 확률론에서 확률변수를 다루는데 유용한 도구
  
 
 
  
 
 
  
<h5>개요</h5>
+
==생성함수==
  
* [[수열]]<math>\{a_n\}</math>에 대한 생성함수(generating function)<math>f(x)= a_0 + a_1 x + a_2 x^2 + \cdots + a_n x^n + \cdots</math> 로 주어짐
+
* 수열 <math>\{a_n\}</math>이 주어진 경우, 다음과 같은 멱급수함수를 하나 만든다. (유한수열인 경우에는 다항식)
* 수열이라는 이산적인 대상을, 미적분학이라는 연속적인 개념을 이용하는 도구를 통해 다룰수 있게 해줌.
+
:<math>G(x)= a_0 + a_1 x + a_2 x^2 + \cdots + a_n x^n + \cdots</math>
* [[search?q=%ED%95%B4%EC%84%9D%EC%A0%81%EC%A0%95%EC%88%98%EB%A1%A0&parent id=1987712|해석적정수론]]의 중요한 아이디어
+
* [[분할수의 생성함수(오일러 함수)]]:<math>\sum_{n=0}^\infty p(n)q^n = \prod_{n=1}^\infty \frac {1}{1-q^n} = \prod_{n=1}^\infty (1-q^n)^{-1} </math>
* 생성함수의 수렴성에 대해서는
+
* 분할수를 [[데데킨트 에타함수]]의 성질을 통하여 이해할 수 있게 된다
* (무한)수열을 함수 하나 안에 쑤셔 넣은(!) 것. 수열을 다루기가 굉장히 편해진다.
 
  
 
 
  
 
 
  
<h5>사용법</h5>
+
==지수생성함수==
  
'''1. 수열'''<math>\{a_n\}</math>'''주어져 있다.''''''<br> 2. 수열을 이용해서 다음과 같은 멱급수함수를 하나 만든다.''' (유한수열이면 다항식)
+
* 수열 <math>\{a_n\}</math>이 주어진 경우, 다음과 같은 멱급수함수를 지수생성함수라 한다
 +
:<math>EG(x)=\sum _{n=0}^{\infty} \frac{a_n}{n!}x^n</math>
 +
* [[베르누이 수]]의 생성함수:<math>\sum_{n=0}^\infty \frac{B_n}{n!}t^n=\frac{t}{e^t-1}</math>
 +
* [[derangement]]의 생성함수:<math>\sum_{n=0}^{\infty}\frac{D_n}{n!}x^n=\frac{e^{-x}}{1-x}</math>
  
'''3. 함수를 구한다.'''
+
  
 
+
  
 
+
==디리클레급수==
  
<h5>분할수의 생성함수</h5>
+
*  복소수열 <math>\{a_n\}</math>에 대하여 디리클레 급수를 다음과 같이 정의:<math>L(s)=\sum_{n=1}^{\infty} \frac{a_n}{n^s}</math>
 +
* [[L-함수, 제타함수와 디리클레 급수]] 항목 참조
  
* [[자연수의 분할수(integer partitions)|분할수]]의 경우<br><math>\sum_{n=0}^\infty p(n)q^n = \prod_{n=1}^\infty \frac {1}{1-q^n} \right = \prod_{n=1}^\infty (1-q^n)^{-1} </math><br>
+
* 분할수를 [[데데킨트 에타함수]]의 성질을 통하여 이해할 수 있게 된다
 
  
 
+
  
 
+
==자코비 세타함수의 경우==
  
 
+
* [[자코비 세타함수]]:<math>\theta(x)=\sum_{n=-\infty}^\infty x^{n^2}</math>
 +
* 주어진 자연수를 여러 제곱의 합으로 표현하는 방법에 유용하게 사용된다
 +
*  가령 [[자코비의 네 제곱수 정리]]의 경우:<math>\theta^4(x)=(\sum_{n=-\infty}^\infty x^{n^2})^4=(1+2\sum_{n=1}^\infty x^{n^2})^4=1+\sum_{n=1}^\infty r_4(n)x^n</math>
  
<h5>관련된 학부 과목과 미리 알고 있으면 좋은 것들</h5>
+
  
* [[수열]] (고등학교)
+
* [[일변수미적분학]]<br>
 
** 멱급수함수
 
* [[search?q=%EC%9D%B4%EC%82%B0%EC%88%98%ED%95%99&parent id=1987712|이산수학]]<br>
 
** difference equation
 
  
 
+
==확률론과 생성함수==
  
 
+
* probability generating function
 +
* moment generating function
 +
* characteristic function
  
<h5>관련된 항목들</h5>
+
  
* [[자연수의 분할수(integer partitions)|분할수]]
+
* [[피보나치 수열의 여러가지 성질]]
 
  
 
+
==관련된 학부 과목과 미리 알고 있으면 좋은 것들==
  
<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>
+
* [[수열]] (고등학교)
 +
* [[일변수미적분학]]
 +
** 멱급수함수
 +
* [[이산수학]]
 +
** difference equation
  
* http://www.google.com/dictionary?langpair=en|ko&q=
+
* [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://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 대한수학회 수학용어한글화 게시판]
 
  
 
+
  
 
+
==관련된 항목들==
  
<h5>사전 형태의 자료</h5>
+
* [[푸리에 변환]]
 
+
* [[라플라스 변환]]
* http://ko.wikipedia.org/wiki/
+
* [[자연수의 분할수(integer partitions)|분할수]]
* http://en.wikipedia.org/wiki/
+
* [[피보나치 수열의 여러가지 성질]]
* 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>표준적인 도서 추천도서</h5>
+
 +
==매스매티카 파일 계산 리소스==
 +
* https://docs.google.com/file/d/0B8XXo8Tve1cxX0xHTFY0R193cFk/edit
 +
  
* [http://www.amazon.com/Generatingfunctionology-Herbert-S-Wilf/dp/0127519564 generatingfunctionology]<br>
+
==사전 형태의 자료==
** Herbert S. Wilf,
+
* http://en.wikipedia.org/wiki/Generating_function
** PDF 파일 다운받기 : [http://www.math.upenn.edu/%7Ewilf/DownldGF.html http://www.math.upenn.edu/~wilf/DownldGF.html]
 
  
 
+
  
 
+
==관련도서==
  
<h5>관련논문과 에세이</h5>
+
* Sergei K. Lando, Lectures on Generating Functions (Student Mathematical Library, V. 23)
 +
* Herbert S. Wilf, [http://www.amazon.com/Generatingfunctionology-Herbert-S-Wilf/dp/0127519564 generatingfunctionology], [http://www.math.upenn.edu/%7Ewilf/DownldGF.html PDF 파일]
  
* [http://www.jstor.org/stable/3027258 An Interesting Use of Generating Functions]<br>
+
** Aron Pinker, <cite>The Two-Year College Mathematics Journal</cite>, Vol. 6, No. 4 (Dec., 1975), pp. 39-45
 
  
 
+
==리뷰, 에세이, 강의노트==
 +
* Aron Pinker, [http://www.jstor.org/stable/3027258 An Interesting Use of Generating Functions], <cite>The Two-Year College Mathematics Journal</cite>, Vol. 6, No. 4 (Dec., 1975), pp. 39-45
  
 
 
  
<h5>블로그</h5>
 
  
* [http://bomber0.byus.net/index.php/2007/09/30/452 고교 수학의 명장면 (2)]<br>
+
==블로그==
** 피타고라스의 창, 2008-9-30
 
* [http://bomber0.byus.net/index.php/2008/07/26/696 derangement : 목욕탕에서 서로 등을 밀어주는 경우의 수와 자연상수]<br>
 
** 피타고라스의 창, 2008-7-26
 
  
 
+
* [http://bomber0.byus.net/index.php/2007/09/30/452 고교 수학의 명장면 (2)], 피타고라스의 창, 2008-9-30
 +
* [http://bomber0.byus.net/index.php/2008/07/26/696 derangement : 목욕탕에서 서로 등을 밀어주는 경우의 수와 자연상수], 피타고라스의 창, 2008-7-26
  
<h5>위키링크</h5>
+
[[분류:수열]]
 +
[[분류:조합수학]]
  
* [http://en.wikipedia.org/wiki/Generating_function Generating function]<br>  <br>
+
==메타데이터==
 +
===위키데이터===
 +
* ID :  [https://www.wikidata.org/wiki/Q860609 Q860609]
 +
===Spacy 패턴 목록===
 +
* [{'LOWER': 'generating'}, {'LEMMA': 'function'}]

2021년 2월 17일 (수) 05:48 기준 최신판

개요

  • 생성함수(generating function)
  • 수열\(\{a_n\}\)에 대한 정보를 담는 멱급수
  • 다양한 종류의 생성함수가 있으며 수열의 성질에 따라 적합한 종류의 생성함수를 이용한다
  • 해석적정수론의 중요한 아이디어
  • 수열이라는 이산적인 대상을, 미적분학이라는 연속적인 개념을 이용하는 도구를 통해 다룰수 있게 해줌.
  • L-함수, 제타함수와 디리클레 급수로 생성함수의 일종으로 이해할 수 있음
  • 확률론에서 확률변수를 다루는데 유용한 도구


생성함수

  • 수열 \(\{a_n\}\)이 주어진 경우, 다음과 같은 멱급수함수를 하나 만든다. (유한수열인 경우에는 다항식)

\[G(x)= a_0 + a_1 x + a_2 x^2 + \cdots + a_n x^n + \cdots\]


지수생성함수

  • 수열 \(\{a_n\}\)이 주어진 경우, 다음과 같은 멱급수함수를 지수생성함수라 한다

\[EG(x)=\sum _{n=0}^{\infty} \frac{a_n}{n!}x^n\]

  • 베르누이 수의 생성함수\[\sum_{n=0}^\infty \frac{B_n}{n!}t^n=\frac{t}{e^t-1}\]
  • derangement의 생성함수\[\sum_{n=0}^{\infty}\frac{D_n}{n!}x^n=\frac{e^{-x}}{1-x}\]



디리클레급수



자코비 세타함수의 경우

  • 자코비 세타함수\[\theta(x)=\sum_{n=-\infty}^\infty x^{n^2}\]
  • 주어진 자연수를 여러 제곱의 합으로 표현하는 방법에 유용하게 사용된다
  • 가령 자코비의 네 제곱수 정리의 경우\[\theta^4(x)=(\sum_{n=-\infty}^\infty x^{n^2})^4=(1+2\sum_{n=1}^\infty x^{n^2})^4=1+\sum_{n=1}^\infty r_4(n)x^n\]



확률론과 생성함수

  • probability generating function
  • moment generating function
  • characteristic function



관련된 학부 과목과 미리 알고 있으면 좋은 것들



관련된 항목들


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


사전 형태의 자료


관련도서


리뷰, 에세이, 강의노트


블로그

메타데이터

위키데이터

Spacy 패턴 목록

  • [{'LOWER': 'generating'}, {'LEMMA': 'function'}]