محاسبه ریشه N
پیدا کردن مربع، مکعب یا هر ریشه nth از یک عدد.
نتایج در حال تایپ به روز میشود.
در مورد این ماشین حساب
the value and the degree n, and it returns the root along with a check that raises the answer back to the nth power to confirm it lands on your original number. 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 of negatives (like a square root of −4) have no real value, so the tool reports "noRootRoots appear in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics. For a plain square root with simplified radical form, use the dedicated square root calculator; this tool handles any degree you enter.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
پرسشهای متداول
چطوري ميشه ریشه n عدد رو پيدا کرد؟
ریشه مکعبی ۲۷ برابر است با ۲۷^(۱/۳) = ۳، زیرا ۳ × ۳ × ۳ = ۲۷.
مي توني يه ریشه زوج از يه عدد منفي بگيري؟
نه در اعداد حقیقی - هیچ ریشه مربعی واقعی برای -۴ وجود ندارد. ریشههای فرد منفی خوب هستند: ریشه مکعبی -۸ برابر -۲ است.
ریشه مکعبی 27 چیه؟
این عدد برابر با ۲۷^(۱/۳) = ۳ است، زیرا ۳ به توان ۳، ۲۷ را میدهد.
خط چک چطور کار ميکنه؟
اگر مقدار اصلی را بازگرداند، ریشه درست است - برای ریشه مکعبی ۲۷ نشان میدهد ۳ ^ ۳ = ۲۷.
چطور با این ابزار ریشه مربعی پیدا کنم؟
درجه n را به ۲ تنظیم کنید. برای یک شکل ریشه ساده مانند ۶√۲، در عوض از محاسبهگر ریشه مربع اختصاصی استفاده کنید.
ریشه nم عدد 1 چیست؟
ریشه nم از 1 همیشه برای هر درجه 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);
نتایج تخمینها فقط برای راهنمایی عمومی است، نه مشاوره مالی، پزشکی یا مالیاتی.