Come si usa: Calcolatore di combinazione
Calcolatore di combinazione è uno strumento online gratuito di Matematica e statistica che c(n,r) with exact BigInt arithmetic and a list of the actual combinations for small inputs istantaneamente nel browser. Incolla i dati, regola le opzioni e ottieni il risultato in tempo reale: senza installazione, senza registrazione, senza upload.
Usa Calcolatore di combinazione ora →
Descrizione
C(n,r) with exact BigInt arithmetic and a list of the actual combinations for small inputs.
- Matematica e statistica
- Essendo tutto client-side, Calcolatore di combinazione è sicuro anche per dati sensibili come chiavi API e token.
Come si usa
Usare Calcolatore di combinazione richiede tre passaggi:
- Incolla i dati nel campo di input (o carica l’esempio).
- Regola le opzioni in base al formato desiderato.
- Copia, scarica o consulta l’output — aggiornato in tempo reale.
Esegui
Esempi
C(52,5) — the number of five-card poker hands. Small inputs also list the actual combinations.
Input
52, 5
Output
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
此输出由工具真实运行产生,并非人工编写。
Casi d’uso
Casi d’uso comuni di Calcolatore di combinazione:
- C(n,r) with exact BigInt arithmetic and a list of the actual combinations for small inputs.
Parametri
| key | Opzioni | type | allowed | default | Calcolatore di combinazione |
|---|---|---|---|---|---|
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 |
Input: — · Output: text · live: ✓
FAQ
Cos’è Combination Calculator?
Combination Calculator serve a c(n,r) with exact BigInt arithmetic and a list of the actual combinations for small inputs. Funziona interamente nel browser, i dati restano privati.
È gratuito?
Sì, illimitato, senza registrazione né installazione.
I miei dati vengono caricati?
No, tutto è elaborato localmente nel browser.
Da sapere
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。