VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Linear System Solver and Determinant v1.10

Vagelis Plevris  (2 Submissions)   Math/Dates   Visual Basic 5.0   Advanced   Wed 3rd February 2021

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.

Assumes
Version History: ---------------- v1.10: Fixed a bug in the Build_Triangular_Matrix routine (which occurred only in some special cases), where line k is changed with line_1: LINE from version v1.00: For m = k To System_DIM should be: For m = k To System_DIM + 1

Rate Linear System Solver and Determinant v1.10 (6(6 Vote))
Linear System Solver and Determinant v1.10.bas

Linear System Solver and Determinant v1.10 Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters