QSA exact rational linear systems - #82
Draft
Inserian wants to merge 4 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Exact rational linear-system primitive above accepted PR80 for Brain's typed mathematical/physics procedure layer and QSA's general mathematical platform.
The current exact head adds bounded Gauss-Jordan/RREF over arbitrary-precision
QRational, with canonical sorted variable identities, exact rank/augmented-rank classification, unique/underdetermined/inconsistent states, exact unique solutions, shared QMath scalar/physical type retention, and equation/cell resource caps.The exact-linear cases are now folded into the already-registered native
qstate_logic_testscarrier rather than living in an unregistered duplicate test source. The decision-bearing exact head passed Structural Hardening, Build/Test (including Linux/macOS/Windows C++ validation and sanitizers), and Runtime Evidence. Coverage includes unique 2x2 solve, equation-order-independent canonical result, underdetermined and inconsistent systems, fractional coefficients, arbitrary-precision values, canonical-variable enforcement, width rejection and fail-closed resource caps.Typed QMath-language and persistent-fabric integration is deliberately separated into stacked PR83 rather than being falsely claimed here.
Brain boundary remains unchanged: Brain supplies admitted typed equations/variables and owns semantics/truth/final realization; QSA solves the exact admitted mathematical system and returns exact mathematical receipts.
Research-accepted exact core only. Draft, unmerged, non-production; no merge or production promotion is authorized.