Chemical Engineering Computing
Write a VBA program that will solve a system of 3 linear equations with 3 unknowns using the Gauss elimination method. Your program should read the elements of the system to be solved from an Excel spreadsheet. And it should check its final answer to make sure that they actually solve the given set of equations.