GAUSS ELIMINATION BASIC PROGRAMMING (SOLVING 2-VARIABLE LINEAR EQUATION PROBLEMS)
Abstract
Experience in learning and studying the field of Electrical Engineering and Informatics Engineering has contributed many things for authors, especially those related to linear equation system.
Linear Equation System is one of the important topic in Mathematics, especially in Computation and Linear Algebra. This system is essential to solve problems in human daily life. Although it seems very simple but deep learning in this will drive us into a more complex equation and problem that need to be solved.
This research raised from the authors' interest to develop the theory given in classroom about Gauss Elimination and Programming, how to integrate these two topics and solve 2-variable linear equation system problems easily using programming. Some Gauss Elimination applications found in the internet also encourage the authors to build a simple application so it can be used to help people solve the related problem.
This study derived from a logical structural algorithm and appropriate procedure to carry out the logical programming codes for applying Gauss Elimination into solving a 2-variable linear equation system problem.