Gaussian Elimination Back Substitution


Programs











a
b
c
k
EQ1:
EQ2:
EQ3:
X(1) X(2) X(3)

This program solves a linear system of three equations in the form:
aX(1) + bX(2) + cX(3) = k
where a,b and c are coeficients and k is a constant.

This probram is writen in VB script and can be viewed in its entirety by
selecting view source from the menu bar. The program is easily adapted to a
greater number of unknowns. Instructions are writen into the code.

Home Page