Nth මුල් ගණනය
වර්ග, ඝනක හෝ ඕනෑම සංඛ්යාවක් nth මූල සොයා.
ඔබ ටයිප් ලෙස ප්රතිඵල යාවත්කාලීන.
මෙම කැල්ක්යුලේටරය ගැන
the value and the degree n, and it returns the root along withacheck that raises the answer back to the nth power to confirm it lands on your original number. The square root calculator uses n = 2 and the cube root n = 3. For example, the cube root of 27 is 27^(1/3) = 27, and the check shows 3 ^ 3 = 27. Odd roots of negative numbers are real and negative — the cube root of −8 is −2 — but even roots ofRootsRoots appear in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.RootsRoots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging
නිතර අසන ප්රශ්න
ඔබ කොහොමද සංඛ්යාව nth මූල සොයා ගන්නේ කෙසේද?
1/n බලය දක්වා සංඛ්යාව ඉහළ නැංවීම. 27 ඝන මූල 27^ (1/3) =3වේ, 3×3×3= 27 නිසා.
ඔබට ඍණ සංඛ්යාවක ඉරට්ටේ මූලයක් ගත හැකිද?
ඍණ සංඛ්යාවල ඉරට්ටේ මූලයන් හොඳයි: −8 හි ඝනක මූලය −2 වේ.
27 ක් ඝන මූල කුමක්ද?
27^(1/3) =3වන අතර,33 ට බලය දීම නිසා 27 වෙයි.
කොහොමද "පරීක්ෂා" රේඛාව වැඩ කරන්නේ?
එය බලය n නැවත ගණනය මූල ඉහළ නංවයි. එය ඔබේ මුල් අගය ආපසු නම්, මූල නිවැරදියි - 27 ඝන මූල සඳහා එය3^3= 27 පෙන්වයි.
මම කොහොමද මේ මෙවලම සමග වර්ග මූලය සොයා ගන්නේ කෙසේද?
2. එවැනි සරල රොක් ආකෘතිය සඳහා 6√2, වෙනුවට කැප වර්ග මූල ගණනය භාවිතා.
1 nth මූල කුමක්ද?
1 ගේ n වන මූලය සෑම විටම ඕනෑම අගයකට 1 වන අතර, 1 ගේ ඕනෑම බලයක් 1 වන නිසාය.
API - කේතය සිට මෙම කැල්ක්යුලේටරය භාවිතා
කිසිදු යතුරක් අවශ්ය - නිදහස් JSON අවසන් ස්ථානයක් ලෙස මෙම ගණනය කිරීම් ඇමතුම්. විමසුම් පරාමිතීන් හෝ JSON ලෙස පහත ක්ෂේත්ර අගයන් යවන්න. සම්පූර්ණ API ලේඛන කියවන්න →
අවසාන ස්ථානය
GET https://calculator.free/api/v1/root/
curl
curl "https://calculator.free/api/v1/root/?value=27°ree=3"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/root/?" + new URLSearchParams({
"value": "27",
"degree": "3"
}));
const data = await r.json();
console.log(data.results);
ප්රතිඵල සාමාන්ය මග පෙන්වීම සඳහා පමණක් ඇස්තමේන්තු, මූල්ය, වෛද්ය හෝ බදු උපදෙස් නොවේ.