Math -> Gaussian Elimination And Linear Algebra
Solve dense linear systems over one field by pivoting columns, eliminating rows, and reconstructing any valid assignment or detecting inconsistency.
- Topic slug:
math/gaussian-elimination
- Tutorial page: Open tutorial
- Ladder page: Open ladder
- Repo problems currently tagged here:
1
- Repo companion pages:
4
- Curated external problems:
2
Microtopics
- gaussian-elimination
- augmented-matrix
- pivot-column
- free-variables
- mod-prime-linear-system
- gauss-jordan
Learning Sources
Practice Sources
Repo Companion Material
Curated External Problems
Core
| Problem |
Source |
Difficulty |
Context |
Style |
Prerequisites |
Tags |
Why it fits |
| System of Linear Equations |
CSES |
Hard |
Linear Systems |
Math; Implementation |
Modular Arithmetic; Matrix Modeling; Gaussian Elimination |
Linear Algebra; Mod Prime; Free Variables |
The cleanest first verifier for the repo's exact route: solve one dense linear system modulo one prime and output any valid assignment. |
Stretch
| Problem |
Source |
Difficulty |
Context |
Style |
Prerequisites |
Tags |
Why it fits |
| System of Linear Equations |
Library Checker |
Hard |
Linear Systems |
Math; Implementation |
Gaussian Elimination; Free Variables; Basis Output |
Affine Solution Space; Mod Prime |
Same elimination worldview, but the output contract is stricter because the full affine solution space must be exposed instead of only one assignment. |
Repo Problems
| Code |
Title |
Fit |
Difficulty |
Pattern |
Note |
Solution |
SYSTEMOFLINEAREQUATIONS |
System of Linear Equations |
primary |
hard |
- |
Note |
Code |
Regeneration
python3 scripts/generate_problem_catalog.py