Linear System Solver and Determinant v1.10
Awarded as Excellent Code from FreeVBCode.com. This is a linear System Solver that solves the linear system of equations: [A]*{x}={b} for {x} and calculates the Determinant of matrix [A]. It features a user-friendly interface which is limited to 10x10 System dimensions. Yet, the solver itself, which uses the Gauss Elimination Method, can solve systems of (whatever) greater dimensions, too. v1.10 fixes a bug of the first version (v1.00).