"자연수의 분할"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 8개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;자연수의 분할
;자연수의 분할
*자연수 n을 다음과 같이 나타내는 것
*자연수 n을 다른 자연수의 합으로 나타내는 일
*다음과 같은 형식으로 표현됨
:<math>n=n_1+n_2+\cdots+n_k</math><ref>단, <math>n_1\ge n_2\ge \cdots \ge n_k \ge 1</math></ref>
:<math>n=n_1+n_2+\cdots+n_k</math><ref>단, <math>n_1\ge n_2\ge \cdots \ge n_k \ge 1</math></ref>
*예시) 4의 분할 전체
:<math>4=1+1+1+1</math>
:<math>4=2+1+1</math>
:<math>4=2+2</math>
:<math>4=3+1</math>
:<math>4=4</math>


==예시==
==방법의 수==
*자연수 n을 k개의 자연수의 합으로 나타내는 방법의 수
:<math>P(n, k)</math>
 
==예시 1==
*같은 종류의 사탕 7개를 같은 종류의 봉지 3개에 빈 봉지가 없도록 넣는 방법의 수
:5+1+1, 4+2+1, 3+3+1, 3+2+2 → 4가지
:<math>P(7, 3)=P(4, 1) + P(4, 2) + P(4, 3)= 1 + 2 + 1 = 4</math>
 
==예시 2==
*자연수 5의 모든 분할
*자연수 5의 모든 분할
:<math>5=5</math>
:5, 4+1, 3+2, 3+1+1, 2+2+1, 2+1+1+1, 1+1+1+1+1 → 7가지
:<math>5=4+1=3+2</math>
:<math>B(5)=P(5, 1) + P(5, 2) + P(5, 3) + P(5, 4) + P(5, 5)= 1 + 2 + 2 + 1 + 1 = 7</math>
:<math>5=3+1+1=2+2+1</math>
:<math>5=2+1+1+1</math>
:<math>5=1+1+1+1+1</math>
 
==같이 보기==
==같이 보기==
*[[집합의 분할]]
*[[집합의 분할]]

2015년 1월 11일 (일) 21:47 기준 최신판

1 개요[ | ]

자연수의 분할
  • 자연수 n을 다른 자연수의 합으로 나타내는 일
  • 다음과 같은 형식으로 표현됨
[math]\displaystyle{ n=n_1+n_2+\cdots+n_k }[/math][1]
  • 예시) 4의 분할 전체
[math]\displaystyle{ 4=1+1+1+1 }[/math]
[math]\displaystyle{ 4=2+1+1 }[/math]
[math]\displaystyle{ 4=2+2 }[/math]
[math]\displaystyle{ 4=3+1 }[/math]
[math]\displaystyle{ 4=4 }[/math]

2 방법의 수[ | ]

  • 자연수 n을 k개의 자연수의 합으로 나타내는 방법의 수
[math]\displaystyle{ P(n, k) }[/math]

3 예시 1[ | ]

  • 같은 종류의 사탕 7개를 같은 종류의 봉지 3개에 빈 봉지가 없도록 넣는 방법의 수
5+1+1, 4+2+1, 3+3+1, 3+2+2 → 4가지
[math]\displaystyle{ P(7, 3)=P(4, 1) + P(4, 2) + P(4, 3)= 1 + 2 + 1 = 4 }[/math]

4 예시 2[ | ]

  • 자연수 5의 모든 분할
5, 4+1, 3+2, 3+1+1, 2+2+1, 2+1+1+1, 1+1+1+1+1 → 7가지
[math]\displaystyle{ B(5)=P(5, 1) + P(5, 2) + P(5, 3) + P(5, 4) + P(5, 5)= 1 + 2 + 2 + 1 + 1 = 7 }[/math]

5 같이 보기[ | ]

6 주석[ | ]

  1. 단, [math]\displaystyle{ n_1\ge n_2\ge \cdots \ge n_k \ge 1 }[/math]
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}