In: Advanced Math
Solve using Gaussian elimination with partial pivoting and 4 digit arithematic
Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations. It consists of a sequence of operations performed on the corresponding matrix of coefficients. Solving the given 3 variable equations into an augmented matrix by reducing lower triangular entities to zero. Thus, using a row operations equation (1) and (2) is verified, and simultaneously solving equations we get the values of the variables x1, x2, and x3.
x1= 1.0628
x2= 10.2661
x3=0.1429