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 meth...
The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi meth...
本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写...
本程序是 用 Jacobi 迭代法解方程组矩阵应 ,短小精干,可以一试...
本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺...
Jacobi法求取特征值的C程序. 试验验证过了。...
这是数值计算的有关jacobi迭代法的源程序,有需要的人可以下载...
给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,...
用Jacobi迭代法计算大型方程组的MATLAB函数文件...
JACOBI迭代求解线形方程组的问题,其中有代码...
线行方程组的Gauss Jacobi 及一个简单的自适应算法...