VB6 Kildekode

Kildekode fra fortiden (i den gamle Visual Basic 6)

Matrix Inverse and Transpose Calculator v1.10

Awarded as Excellent Code from FreeVBCode.com. This is a program that calculates the Inverse of a Rectangular Matrix [A] (Dimensions N x N) using the Gauss elimination method, the product [A]*[A-1] for verification purposes (must be always equal to Singular Matrix [I]) and also the transpose of Matrix [A]. The interface is limited to 10x10 dimensions, but the solver itself can be used to calculate the Inverse of any Rectangular Matrix, provided the determinant of it is non-zero. v1.10 fixes a bug of the first version (v1.00).

Download Source Code