"뫼비우스 함수"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
Pythagoras0 (토론 | 기여) |
Pythagoras0 (토론 | 기여) |
||
1번째 줄: | 1번째 줄: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==개요== | ==개요== | ||
+ | * 산술함수 | ||
+ | * 정의 | ||
+ | $$ | ||
+ | \mu(n) = | ||
+ | \begin{cases} | ||
+ | 1 & \text{if $n$ is a square-free positive integer with an even number of prime factors} \\ | ||
+ | -1 & \text{if $n$ is a square-free positive integer with an odd number of prime factors} \\ | ||
+ | 0 & \text{if $n$ has a squared prime factor} \\ | ||
+ | \end{cases} | ||
+ | $$ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==관련된 항목들== | ==관련된 항목들== | ||
− | |||
* [[뫼비우스 반전공식]] | * [[뫼비우스 반전공식]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==매스매티카 파일 및 계산 리소스== | ==매스매티카 파일 및 계산 리소스== | ||
− | |||
* https://docs.google.com/file/d/0B8XXo8Tve1cxaDFRS1BzZkpfdzA/edit | * https://docs.google.com/file/d/0B8XXo8Tve1cxaDFRS1BzZkpfdzA/edit | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[분류:초등정수론]] | [[분류:초등정수론]] |
2019년 4월 2일 (화) 18:29 판
개요
- 산술함수
- 정의
$$ \mu(n) = \begin{cases} 1 & \text{if $n$ is a square-free positive integer with an even number of prime factors} \\ -1 & \text{if $n$ is a square-free positive integer with an odd number of prime factors} \\ 0 & \text{if $n$ has a squared prime factor} \\ \end{cases} $$
관련된 항목들