使用方法: 組合計算機
組合計算機 是一款免費線上數學與統計工具,可在瀏覽器中即時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: ✓
常見問題
什麼是 Combination Calculator?
Combination Calculator 用於c(n,r) with exact BigInt arithmetic and a list of the actual combinations for small inputs。它完全在瀏覽器內執行,資料保持私密。
Combination Calculator 可以免費使用嗎?
可以。Combination Calculator 免費、無次數限制,無需註冊或安裝。
我的資料會被上傳嗎?
不會。所有處理都在本機瀏覽器完成,不會傳送到任何伺服器。
注意事項
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。
相關工具
統計計算機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.