Question: Create a function that uses the Jacobi Iteration technique to solve a system of linear equations. The first line of your m file should like
Create a function that uses the Jacobi Iteration technique to solve a system of linear equations. The first line of your m file should like lig the following: x-Jacobi-LastName (A , b , es , maxit)' function Where: b is the right hand side vector es is the stopping criterion (default to 0.00001%) maxit is the maximum number of iterations before the function gives up (default to 50) Check your notes from in class for a good start to the algorithm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
