Use the following template. Convergence Speed Problem % Generate your matrices A, D, L and U here. % Generate your iteration matrices for Jacobi and GS here. J= G= % Compute the spectral radius here for J and G. Use the function max and abs. % Compute the convergence rate […]