Question: the answer has to be a VBA code! You were introduced to a number of numerical techniques in a computational methods for engineers course to

the answer has to be a VBA code!
You were introduced to a number of numerical techniques in a computational methods for engineers course to solving systems of linear equation of the form Which can can be readily transformed into matrix form as where A is an n n matrix of coefficients 11 12.a1n 21 a22 .2r an1 ani2.. ann B is the n x 1 column vector of constants, and X is the n x 1 column vector of unknowns: bi brui 7L 1. In this assignment we ask that you begin with the macro-enabled Excel sheet provided with the assignment (Check D2L), and include a VBA code within the Sub Gauss to solve any system of linear equations of dimensions (n n), where n = 5 , 6 , 7 , 8 , 9 using Gauss-Seidel technique Set the condition for convergence to a an estimaled relative error 0.01 Sub Gauss() Embed your Gauss elimination code here End Sub You were introduced to a number of numerical techniques in a computational methods for engineers course to solving systems of linear equation of the form Which can can be readily transformed into matrix form as where A is an n n matrix of coefficients 11 12.a1n 21 a22 .2r an1 ani2.. ann B is the n x 1 column vector of constants, and X is the n x 1 column vector of unknowns: bi brui 7L 1. In this assignment we ask that you begin with the macro-enabled Excel sheet provided with the assignment (Check D2L), and include a VBA code within the Sub Gauss to solve any system of linear equations of dimensions (n n), where n = 5 , 6 , 7 , 8 , 9 using Gauss-Seidel technique Set the condition for convergence to a an estimaled relative error 0.01 Sub Gauss() Embed your Gauss elimination code here End Sub
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
