사용 방법: 조합 계산기
조합 계산기은 브라우저에서 즉시 c(n,r) with exact BigInt arithmetic and a list of the actual combinations for small inputs할 수 있는 무료 온라인 수학·통계 도구입니다. 데이터를 붙여넣고 옵션을 조절하면 실시간으로 결과를 얻을 수 있습니다 — 설치 불필요, 가입 불필요, 서버 전송도 없습니다.
설명
C(n,r) with exact BigInt arithmetic and a list of the actual combinations for small inputs.
- 수학·통계
- 모든 연산이 클라이언트에서 수행되어 API 키, 토큰 등 민감한 데이터에도 안전합니다.
사용 방법
조합 계산기 사용법은 세 단계:
- 입력창에 데이터를 붙여넣기 (또는 예제 불러오기).
- 목적에 맞게 옵션 조정.
- 출력 복사·다운로드·확인 — 입력에 따라 실시간 업데이트.
실행
예제
C(52,5) — the number of five-card poker hands. Small inputs also list the actual combinations.
입력
52, 5
출력
C(10,3) = 120
Digits: 3
Formula: n! / (r! (n-r)!) = 10! / (3! 7!)
First 40 of 120 combinations of {1…10}:
123 124 125 126 127 128 129 1210 134 135 136 137 138 139 1310 145 146 147 148 149 1410 156 157 158 159 1510 167 168 169 1610 178 179 1710 189 1810 1910 234 235 236 237 238
此输出由工具真实运行产生,并非人工编写。
사용 사례
조합 계산기이 유용한 상황:
- C(n,r) with exact BigInt arithmetic and a list of the actual combinations for small inputs.
매개변수
| key | 옵션 | type | allowed | default | 조합 계산기 |
|---|---|---|---|---|---|
n | n | number | — | 10 | 10 |
r | r | number | — | 3 | 3 |
mode | Operation | select | ncr (C(n,r) — combinations), npr (P(n,r) — permutations), fact (n! — factorial), pow (n^r — power), mult (multinomial / repetition C(n+r-1,r)) | — | ncr |
입력: — · 출력: text · live: ✓
FAQ
Combination Calculator이 무엇인가요?
c(n,r) with exact BigInt arithmetic and a list of the actual combinations for small inputs을(를) 위한 도구입니다. 전부 브라우저에서 실행되어 데이터가 외부로 전송되지 않습니다.
무료인가요?
네. 무제한, 가입·설치 없이 무료입니다.
데이터가 업로드되나요?
아니요. 모든 처리는 로컬에서 이루어집니다.
주의 사항
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。
관련 도구
통계 계산기Mean, median, mode, range, variance, standard deviation, standard error, quartiles and IQR from a list of numbers.백분위 계산기Compute any percentile of a data set with linear interpolation, plus all deciles.상관 계산기Pearson and Spearman correlation, r², and the least-squares regression line for paired data.순열 계산기P(n,r) ordered arrangements computed exactly with BigInt — no floating point rounding.소수 Factorization 계산기Break any integer into prime factors and list every divisor with the divisor count.소수 숫자 검사기Test whether a number is prime and, if not, show its smallest divisors and divisor count.