Nth மூல கணிப்பான்

ஒரு எண்கின் சதுரத்தை, கனசதுரத்தை அல்லது எண்களின் nவது மூலத்தை கண்டுபிடி.

முடிவு
சரிபார்

நீங்கள் தட்டச்சு செய்யும் போது முடிவுகள் புதுப்பிக்கப்படும்.

கணிப்பொறி பற்றி

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.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

அடிக்கடி கேட்கப்படும் கேள்விகள்

எண்களின் n- ஆம் மூலத்தை எப்படி கண்டுபிடிக்கலாம்?

எண்களை 1/n க்கு உயர்த்து. 27 ன் கனமூலம் 27^(1/3) =3, ஏனெனில்3×3×3= 27.

எதிர்ம எண்களின் ஒற்றை மூலத்தை நீங்கள் எடுக்க முடியுமா?

உண்மையான எண்களுக்குள் இல்லை - -4இன் உண்மையான சதுர மூலமில்லை. எதிர்மறைகளின் ஒற்றை மூலங்கள் சரியாக இருக்கும்: - 8 இன் கன மூலம் -2ஆகும்.

27ன் கனமூலம் என்ன?

இது 27^(1/3) =3என்பதால்3ஐ3ஆக உயர்த்தினால் 27 கிடைக்கிறது.

"Check" வரி எப்படி வேலை செய்கிறது?

இது கணக்கிடப்பட்ட மூலத்தை n ன் வலிமைக்கு உயர்த்துகிறது. இது உங்கள் மூல மதிப்பைக் காட்டினால், மூலத்தின் மதிப்பு சரியாக இருக்கும் - 27 க்கு கனமூலம் இது3^3= 27 காட்டுகிறது.

நான்கு வட்ட மூலத்தை இந்த கருவியில் எப்படி கண்டுபிடிக்கலாம்?

n ன் படிமத்தை2ஆக அமைக்கவும்.6√2 போன்ற ஒரு எளிய மூல வடிவத்திற்கு, அதற்கு பதிலாக, குறிப்பிட்ட சதுர மூல கணிப்பியை பயன்படுத்தவும்.

1ன் nவது மூல எது?

1 இன் n-வது மூலக்கூறு எப்போதும் எந்தவொரு படிநிலைக்கும் 1 ஆகும், ஏனெனில் 1 எந்தவொரு வலிமையிலும் 1 ஆகும்.

❤️ காதல் Calculator.Free? பகிர்

𝕏  X Facebook Reddit
API — குறியீட்டிலிருந்து இந்த கணிப்பொறியை பயன்படுத்து

இந்த கணிப்பொறியை ஒரு இலவச JSON முடிவு புள்ளியாக அழைக்கவும் - எந்த விசையும் தேவையில்லை. கீழே உள்ள புல மதிப்புகளை கேள்வி அளவுருக்கள் அல்லது JSON ஆக அனுப்பவும். முழு API ஆவணத்தை படிக்கவும் →

முடிவுப் புள்ளி

GET https://calculator.free/api/v1/root/

curl

curl "https://calculator.free/api/v1/root/?value=27&degree=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);

முடிவுகள் பொதுவான வழிகாட்டுதல் மட்டுமே மதிப்பீடுகள், நிதி, மருத்துவம் அல்லது வரி ஆலோசனை இல்லை.