Question: please write code on Matlab following above instructions (on the picture ) A06.3 Diagonally dominant matrices #1 [4 marksl You might remember from the lectures

please write code on Matlab following above instructions (on the picture )
A06.3 Diagonally dominant matrices #1 [4 marksl You might remember from the lectures that we derived a sufficient condition for convergence in the Gauss-Seidel method: if the coefficient ma x A is strictly diagonally dominant, then the method will converge, "strictly diagonally dominant" means that the absolute value of the diaganal element in each row is greater than the sum of the absolute values of all the other coefficients in the same row n mathematical terms, for i 2, write a script in Matlab to check whether a series of matrices are strictly diagonally dominant [3 marksl and display the results on screen using disp (1 mark Follow the comments in the template solution for hints and variable naming. Save your code to an m-file called "diagdom.m" and submit t to the Aa6 folder on Surrey Learn. Do not use external user defined functions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
