I have a list K_interior like this: K_Interior = [8, 5, 9, 2]
#Initial matrices Nx = 4 Ny = 4 N = Nx*Ny #of unknowns M = np.zeros((N,N)) #N rows, N columns B