Qurak

प्रशंसनीय और सही एक नहीं हैं

छह समस्याएँ जिनका उत्तर एक भाषा मॉडल आत्मविश्वास से और ग़लत देता है, इंजन की गणना के बगल में।

पैटर्न से उत्तर देने वाला सहायक ठीक इतनी बार ग़लत होता है कि फ़र्क़ पड़े, और एक ख़ास तरह से ग़लत होता है: उत्तर का आकार सही होता है। श्रेणी के पहले पद सही होते हैं; समाकल एक प्रसिद्ध मान होता है जिसके साथ ग़लत सीमाएँ जुड़ी होती हैं; गुणनखंडन वहाँ रुक जाता है जहाँ निरीक्षण की पहुँच समाप्त होती है। नीचे की हर पंक्ति पैटर्न का उत्तर, वह पद जहाँ यह विफल होता है, और इंजन जब गणना करता है तो क्या लौटाता है, दिखाती है।

इस पेज पर किसी मॉडल का नाम नहीं है। बायाँ स्तंभ वह है जो पैटर्न-मैचिंग इन समस्याओं पर सामान्यतः देता है, और जिस क्षण कोई भी मॉडल बेहतर होता है यह पुराना हो जाता है; दायाँ स्तंभ हर बिल्ड पर इंजन के विरुद्ध फिर से सत्यापित होता है, और यदि यह भटके तो यह पेज जारी नहीं हो सकता।

Series[Tan[x], {x, 0, 9}]

एक भाषा मॉडल, पैटर्न से उत्तर देते हुए

x + x^3/3 + 2x^5/15 + 17x^7/315 + 31x^9/2835 + O(x^11)

ग़लत पद: 31x^9/2835

Qurak, गणना करते हुए

SeriesData[x, 0, {1, 0, 1/3, 0, 2/15, 0, 17/315, 0, 62/2835}, 1, 10, 1]

बिल्ड के समय इंजन के विरुद्ध सत्यापित

The first four coefficients are common enough to be recalled correctly; the fifth is not. The true coefficient is 62/2835. A series that is right to four terms and wrong at the fifth looks like knowledge and is the shape of a guess.

ख़ुद गणना करें

Eigenvalues[{{2, 0, 0, 1}, {0, 3, 1, 0}, {0, 1, 3, 0}, {1, 0, 0, 2}}]

एक भाषा मॉडल, पैटर्न से उत्तर देते हुए

{4, 2, 3, 1} - or, from a sign slip in the characteristic polynomial, {4, 3, 2, -1}

ग़लत पद: -1

Qurak, गणना करते हुए

{4, 3, 2, 1}

बिल्ड के समय इंजन के विरुद्ध सत्यापित

A 4x4 characteristic polynomial has enough terms for one sign to go wrong on the way to the answer, and a wrong sign produces a wrong eigenvalue that still looks like one. Here the matrix decouples into two 2x2 blocks; the engine finds all four exactly rather than approximating the quartic.

ख़ुद गणना करें

Integrate[Sin[x]/x, {x, 0, Infinity}]

एक भाषा मॉडल, पैटर्न से उत्तर देते हुए

Pi - the integral over the whole real line, quoted for the half line

ग़लत पद: Pi

Qurak, गणना करते हुए

Pi/2

बिल्ड के समय इंजन के विरुद्ध सत्यापित

The Dirichlet integral is famous enough to be recalled, and famous enough to be recalled with the wrong limits: the value over (-inf, inf) is Pi, over (0, inf) it is Pi/2. Both facts are true; attaching the right one to the limits written down is the computation.

ख़ुद गणना करें

FactorInteger[987654321987]

एक भाषा मॉडल, पैटर्न से उत्तर देते हुए

{{3, 1}, {329218123329, 1}} - the cofactor declared prime by inspection

ग़लत पद: 329218123329 declared prime

Qurak, गणना करते हुए

{{3, 1}, {329281, 1}, {999809, 1}}

बिल्ड के समय इंजन के विरुद्ध सत्यापित

Dividing out the 3 is easy; deciding whether the twelve-digit cofactor is prime is not something inspection can do, so a plausible answer stops there and calls it prime. The engine factors it, and it is not.

ख़ुद गणना करें

PowerMod[3, 1000000, 1000000007]

एक भाषा मॉडल, पैटर्न से उत्तर देते हुए

1 - by Fermat's little theorem, misapplied: 3^(p-1) is 1 mod p, but the exponent here is not p-1

ग़लत पद: 1

Qurak, गणना करते हुए

64935414

बिल्ड के समय इंजन के विरुद्ध सत्यापित

The theorem is real and the shape of the problem invites it, but 10^6 is not 10^9+6. The correct residue is reached only by actually reducing, which is a few hundred squarings - trivial for an engine and impossible by inspection.

ख़ुद गणना करें

Sum[1/n^4, {n, 1, Infinity}]

एक भाषा मॉडल, पैटर्न से उत्तर देते हुए

Pi^4/96, or Pi^4/45 - a neighbour of the right constant

ग़लत पद: Pi^4/96

Qurak, गणना करते हुए

Pi^4/90

बिल्ड के समय इंजन के विरुद्ध सत्यापित

zeta(2) = Pi^2/6 is remembered by everyone; zeta(4) is remembered as 'Pi^4 over something', and the something is where a recalled answer diverges from a computed one. 90 is right; 96 and 45 both appear in nearby identities and are both wrong here.

ख़ुद गणना करें

आपका सहायक गणित इंजन को सौंप सकता है

Qurak एक MCP सर्वर है। जोड़ने पर Claude, Cursor, VS Code या कोई भी MCP क्लाइंट अनुमान लगाने के बजाय गणना करता है - और यह मुफ़्त प्लान पर खुला है। या यहीं एक व्यंजक आज़माएँ, बिना खाते के।

प्रति घंटे 5 अनाम मूल्यांकन, 1 सेकंड का बजट, केवल गणित। खाता तीनों सीमाएँ हटा देता है।