Application of Gauss Jordan On Matlab Computation in Civil Engineering
Application of Gauss Jordan On Matlab Computation in Civil Engineering
ABSTRACT
The Jordan Gauss Method is a method of solving linear problems, while the
Jordan Gauss Method is a development of the gauss elimination method, except that the
matrix is added, on the left it is converted into a diagonal matrix. Computing The Gauss
Jordan method in Matlab can solve mathematics and engineering one of them in the field
of construction. The purpose of asking for the Gauss Jordan method is to determine the
amount of material needed to complete the construction project which requires three-
hole data while the materials can be obtained through a linear agreement. And in this
computational analysis a loop for function is used. From the computational results
carried out in Matlab, it was found that each hole needed to be transported 40.0581 m3
of sand, 71.3140 m3 of fine gravel, and 51.6279 m3 of coarse gravel.
Keywords :Gauss-Jordan,Linear Equation, Matrix
2. Script on Matlab
SCRIPT FUNCTION
%MAIZAN RIN DALWAIN%
%03411740000022%
%KOMGE D%
clear all
clc
M = [52 20 25; 30 50 20; 18 30 55]; Change the linear equations into matrix
N = [4800; 5800; 5700];