Overview#
RGB is a Java toolkit for common linear algebra and numerical-method workflows used in coursework and experimentation. It is designed to be practical for both terminal and GUI-first users.
Highlights#
- Linear system solvers (Gaussian, Gauss-Jordan, related methods)
- Matrix operations and transformation utilities
- Interpolation and regression modules
- Dual interface: command line and graphical mode
Challenges & Learnings#
- Preserving numerical stability in matrix computations
- Building UI interactions that remain responsive for larger inputs
- Structuring reusable math modules with clear APIs
@l0stplains