Generate the initial conditions matrix for a finite difference

后端 未结 0 816
死守一世寂寞
死守一世寂寞 2021-01-23 03:07

I want to make a initial condition matrix for this finite difference relations:

w_{i+1,j} - 4w_{i,j} + w_{i-1,j} + w_{i,j+1} + w_{i,j-1} = h^2 g(x_i, y_j)

with the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题