GCD & LCM கணிப்பான்

எண்களின் பட்டியலில் உள்ள மிகப்பெரிய பொது பகிர்வாளன் மற்றும் மிகச் சிறிய பொது மடங்குகளை கண்டுபிடிக்கவும்.

முழு எண்களை கமா அல்லது இடைவெளி மூலம் பிரிக்கவும்.
மிகப்பெரிய பொது பிரிப்பான்
குறைந்தபட்ச பொது மடங்கு
கவர்?

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

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

you enter two or more whole numbers separated by commas or spaces and it tells you whether they are coprime. This calculator finds the greatest common divisor (GCD) — the largest number that divides all your values evenly — and the least common multiple (LCM), the smallest number they all divide into. Enter two or more whole numbers separated by commas or spaces and it also tells you whether they are coprime. When the GCD is 1 the numbers share no common factor and are called coprime. When the GCD is 1 the numbers shareTheThe GCD is what you use to reduceafraction to lowest terms, while the LCM gives the common denominator for adding fractions and the period at which repeating cycles line upThe GCD is what you use to reduceafraction to lowest terms, while the LCM gives the common denominator for repeating cycles line up and the period at which repe

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

GCD எப்படி கணக்கிடப்படுகிறது?

இது யூக்ளிடியன் முறையை பயன்படுத்துகிறது: இரண்டும் பகிர்ந்து கொள்ளும் போது மீதமுள்ள எண்ணை மாற்றி, ஒன்று பூஜ்ஜியமாகும் வரை. மற்றது GCD.

GCD மற்றும் LCM எப்படி தொடர்புடையது?

இரண்டு எண்களுக்கு, GCD × LCM = எண்களின் பெருக்கல். எனவே LCM =a×b÷ GCD, இது எப்படி LCM ஐ முழு பட்டியலிலும் விரிவாக்குகிறது என்பதை கருவி விளக்குகிறது.

கோபிரம் என்றால் என்ன?

இரண்டு அல்லது அதற்கு மேற்பட்ட எண்கள், அவற்றின் மிகப்பெரிய பொது பிரிப்பாளர் 1 என்றால், அவை கூட்டு முக்கோணங்கள் - அவை 1 ஐத் தவிர பொது காரணிகளை பகிர்ந்து கொள்ளவில்லை. கருவி இதை உங்களுக்குக் காட்டும்.

நான் இரண்டுக்கு மேற்பட்ட எண்களை உள்ளிட முடியுமா?

ஆம். முழு எண்களை கமா அல்லது இடைவெளி மூலம் பிரிக்கவும் GCD மற்றும் LCM அனைத்து பட்டியலிலும் கணக்கிடப்படும்.

12, 18 மற்றும் 24 ன் GCD மற்றும் LCM என்ன?

மிகப் பெரிய பொது வகுப்பெண்6(இரண்டும் மூன்றும் பிரிக்கக்கூடிய மிகப் பெரிய எண்) மற்றும் மிகச் சிறிய பொது மடங்கு 72.

எண்களின் வரிசை முக்கியமா?

இல்லை. GCD மற்றும் LCM இரண்டும் ஒரே மாதிரியானவை நீங்கள் எண்களை எவ்வாறு எழுதுகிறீர்களோ அவ்வாறே.

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

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

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

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

GET https://calculator.free/api/v1/gcd-lcm/

curl

curl "https://calculator.free/api/v1/gcd-lcm/?numbers=12, 18, 24"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/gcd-lcm/?" + new URLSearchParams({
    "numbers": "12, 18, 24"
  }));
const data = await r.json();
console.log(data.results);

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