Using the Gauss-Jacobi and the Gauss-Seidel method, solve the following system:
([4,-1,0,1,0],[-1,4,-1,0,1],[0,-1,4,-1,0],[1,0,-1,4,-1],[0,1,0,-1,4])([x_(1)],[x_(2)],[x_(3)],[x_(4)],[x_(5)])=([100],[100],[100],[100],[100])
Calculate the first 4 iterations with initial guess x^(0)=(0,0,0,0,0)^(T). Display them in shape of a
table.