I want to solve these equation 13 for variable "n". Here n[i][j] is the electron density in the i,j position at time "t+1".
So the matrix "x" (if this can be rearranged to the form Ax=B) should contain the values of "n" at the positions (i,j),(i,j-1),(i,j+1),(i-1,j),(i+1,j).
matrix "B"...