VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Linear System Solver and Determinant v1.10

by Vagelis Plevris (2 Submissions)
Category: Math/Dates
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

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

Upload

Download this snippet    Add to My Saved Code

Linear System Solver and Determinant v1.10 Comments

No comments have been posted about Linear System Solver and Determinant v1.10. Why not be the first to post a comment about Linear System Solver and Determinant v1.10.

Post your comment

Subject:
Message:
0/1000 characters