使い方: 組合せ計算
組合せ計算 はブラウザ内で即座に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キーやトークンなどの機密データにも安心して使えます。
使い方
組合せ計算 の使い方は3ステップ:
- 入力ボックスにデータを貼り付け(または例を読み込み)。
- 目的の形式やシーンに合わせてオプションを調整。
- 出力をコピー・ダウンロード・確認——入力に応じてライブ更新。
実行
例
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.