跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Explore Diophantine Equations

技能 已验证 活跃

Solve Diophantine equations (integer-only solutions) including linear, quadratic, and Pell equations. Covers the extended Euclidean algorithm, descent methods, and existence proofs. Use when finding all integer solutions to ax + by = c, solving Pell's equation, generating Pythagorean triples, proving no integer solutions exist via modular constraints, or finding the fundamental solution from which all others are generated.

目的

To provide a structured and reliable method for finding integer solutions to complex mathematical equations, enabling users to solve problems in number theory and related fields.

功能

  • Solves linear Diophantine equations (ax + by = c)
  • Solves Pell equations (x^2 - Dy^2 = 1)
  • Generates Pythagorean triples
  • Proves non-existence of solutions via modular constraints
  • Provides step-by-step procedures and validation checks

使用场景

  • Finding all integer solutions to ax + by = c
  • Solving Pell's equation x^2 - Dy^2 = 1
  • Generating Pythagorean triples
  • Proving no integer solutions exist via modular constraints
  • Finding the fundamental solution from which all others are generated

非目标

  • Solving equations with non-integer solutions
  • Performing general algebraic manipulation beyond Diophantine equations
  • Providing a graphical interface for equation solving

安装

/plugin install agent-almanac@pjt222-agent-almanac

质量评分

已验证
97 /100
about 23 hours ago 分析

信任信号

最近提交2 days ago
星标14
许可证MIT
状态
查看源代码

类似扩展

Analyze Prime Numbers

99

Analyze prime numbers using primality tests, factorization algorithms, prime distribution analysis, and sieve methods. Covers trial division, Miller-Rabin, Sieve of Eratosthenes, and the Prime Number Theorem. Use when determining whether an integer is prime or composite, finding prime factorizations, counting or listing primes up to a bound, or investigating prime properties within a number-theoretic proof or computation.

技能
pjt222

Prove Geometric Theorem

100

Prove geometric theorems using Euclidean axiomatic methods, coordinate geometry, or vector methods with rigorous step-by-step logical structure. Covers direct proof, proof by contradiction, coordinate proofs, vector proofs, and handling of special cases and degenerate configurations. Use when given a geometric statement to prove, verifying a conjecture, establishing a lemma, converting geometric intuition into a rigorous proof, or comparing the effectiveness of different proof methods.

技能
pjt222

Solve Trigonometric Problem

99

Solve trigonometric equations and triangle problems systematically using identities, law of sines/cosines, inverse functions, and unit circle analysis. Covers equation solving, triangle resolution, identity verification, and applied trigonometric modeling. Use when solving trigonometric equations for unknown angles, resolving triangles from partial information (SSS, SAS, ASA), verifying identities, or applying trigonometry to real-world problems in surveying, physics, or engineering.

技能
pjt222

Derive Theoretical Result

99

Derive a theoretical result step-by-step from first principles or established theorems, with every step explicitly justified and special cases checked. Use when deriving a formula or theorem from first principles, proving a mathematical statement by logical deduction, re-deriving a textbook result for verification or adaptation, extending a known result to a more general setting, or producing a self-contained derivation for a paper or thesis.

技能
pjt222

Solve Modular Arithmetic

98

Solve modular arithmetic problems including congruences, systems via the Chinese Remainder Theorem, modular inverses, and Euler's theorem applications. Covers both manual and computational approaches. Use when solving linear congruences, computing modular inverses, evaluating large modular exponentiations, working with simultaneous congruences (CRT), or operating in cyclic groups and discrete logarithm contexts.

技能
pjt222