So I need to write a program to implement the Jacobi Iteration Scheme but I am having some issues with it causing segmentation faults. I am not sure where the issue is occuring. Any help would be great.
PROGRAM 961
IMPLICIT NONE
! Declare Variables
INTEGER:: i, j, k, n, aux, max_iter...