feat(math): add Galois theory operations (#1862) - #2047
Conversation
Add galois_theory domain with 4 operations: factorization over GF(p), Frobenius cycle type, Galois group computation, and solvability by radicals. Uses SymPy for exact polynomial factorization over finite fields and Galois group computation over Q. Closes #1862
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Deep review summaryVerdict: REQUEST CHANGES — every high-level Galois/solvability result is currently incorrect or outside the backend's supported domain. 1.
|
Summary
Implements the domain with 4 atomic operations for polynomial Galois theory.
Closes #1862
Operations
polynomial.galois.factor_mod_p.computepolynomial.galois.frobenius_cycle.computepolynomial.galois_group.computepolynomial.solvable_by_radicals.decideDesign
Continue this on Linzumi