සංකලන කැල්ක්යුලේටරය (nPr)
n සිට තෝරා r අයිතම නියෝග සැලසුම් ගණනය.
ඔබ ටයිප් ලෙස ප්රතිඵල යාවත්කාලීන.
මෙම කැල්ක්යුලේටරය ගැන
you choose 10 items, the calculator returns the exact number of items you can arrange. If r is greater than n, the calculator returns the exact number of items you can arrange. If r is smaller than n, the calculator returns the exact number of items you can arrange. If r is larger than n, the calculator returns the exact number of items you can arrange. If r is smaller than n, the calculator returns the exact number of items you can arrange. If r is larger than n, the calculator returns the exact number of items you canPermutationsPermutations answer "how many ordered sequences?" — the number of possible race finishes, seating orders, PIN codes or ranked shortlists.PermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutationsPermutations
නිතර අසන ප්රශ්න
සංකලනය හා සංකලනය අතර වෙනස කුමක්ද?
එක් permutation නියෝගය කාරණා (පළමු, දෙවන, තෙවන වෙනස් ප්රතිඵල වේ); සංයෝජනය එය නොවේ. සෑම විටම සංයෝජන ලෙස අවම වශයෙන් permutations බොහෝ ඇත.
සංකලන සූත්රය කුමක්ද?
nPr = එන්! / (එන් - ආර්)!. සඳහා 10 අයිතමයන්3වරක් ගෙන: 10 ×9× 8 = 720.
කවදාද මම පරිවර්තනය භාවිතා කළ යුත්තේ?
1.අණ දීම වැදගත් වන විට: අවසන් කරන්නන් ශ්රේණිගත කිරීම, පළමු / දෙවන / තුන්වන ස්ථාන පිරවීම, පේළියේ ජනතාවට ආසන දීම, හෝ නියෝග කේතය ගොඩනැගීම.
r n ට වඩා වැඩි නම් කුමක් සිදු වේ ද?
ඔබ ඔබ වඩා වැඩි අයිතම සකස් කළ නොහැකි, ඒ නිසා ප්රතිඵලය අර්ථ දක්වා නැත හා මෙවලම දෝෂයක් ආපසු.
NP යනු කුමක්ද?
එය 1 - කිසිවක් සකස් කිරීමට හරියටම එක් ක්රමයක්, හිස් සකස් කිරීමක් ඇත.
NPN යනු කුමක්ද?
එය එන් සමාන!, පූර්ණ factorial ලෙසම නිසා ප්රකාරයේ සියලු n භාණ්ඩ සැකසීම නිසා. උදාහරණයක් ලෙස 4P4 =4! = 24.
API - කේතය සිට මෙම කැල්ක්යුලේටරය භාවිතා
කිසිදු යතුරක් අවශ්ය - නිදහස් JSON අවසන් ස්ථානයක් ලෙස මෙම ගණනය කිරීම් ඇමතුම්. විමසුම් පරාමිතීන් හෝ JSON ලෙස පහත ක්ෂේත්ර අගයන් යවන්න. සම්පූර්ණ API ලේඛන කියවන්න →
අවසාන ස්ථානය
GET https://calculator.free/api/v1/permutation/
curl
curl "https://calculator.free/api/v1/permutation/?n=10&r=3"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/permutation/?" + new URLSearchParams({
"n": "10",
"r": "3"
}));
const data = await r.json();
console.log(data.results);
ප්රතිඵල සාමාන්ය මග පෙන්වීම සඳහා පමණක් ඇස්තමේන්තු, මූල්ය, වෛද්ය හෝ බදු උපදෙස් නොවේ.