The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi meth
The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi method with over-relaxat...
Jacobi Iteration技术资料下载专区,收录78份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi method with over-relaxat...
本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。 Gauss-...