Welcome![Sign In][Sign Up]
Location:
Search - SOR iteration

Search list

[Mathimatics-Numerical algorithmsJGSSOR

Description: 该程序用于数值分析中计算J迭代,GS迭代,SOR迭代。-procedures for the numerical analysis of iterative calculations J, GS iteration, the SOR iteration.
Platform: | Size: 1217 | Author: 陈如山 | Hits:

[Mathimatics-Numerical algorithmsSOR-Matlab

Description: 数值计算中SOR迭代法的Matlab程序-numerical calculation SOR iteration of the Matlab program
Platform: | Size: 907 | Author: zhouun | Hits:

[CSharpSOR

Description: 超松弛法(SOR迭代)c语言源程序代码,很有用. 对学者计算帮助很大.-Overrelaxation (SOR iteration) c language source code useful. The scholars of great help.
Platform: | Size: 2193 | Author: 肖青顺 | Hits:

[Mathimatics-Numerical algorithmsJGSSOR

Description: 该程序用于数值分析中计算J迭代,GS迭代,SOR迭代。-procedures for the numerical analysis of iterative calculations J, GS iteration, the SOR iteration.
Platform: | Size: 1024 | Author: 陈如山 | Hits:

[matlabSORxx

Description: 雅可比、塞德尔和SOR迭 代法的原理。代法的原雅可比、塞德尔和SOR迭代法的原理。理。-Jacobian, Seidel and SOR Diez Jacobian, Seidel SOR iteration method and the principle. On behalf of the original law Jacobian, Seidel SOR iteration method and the principle. Jimmy.
Platform: | Size: 2048 | Author: 张名 | Hits:

[Algorithmiterative_SOR

Description: 这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。-This is an iterative method to achieve the C code. This algorithm is used SOR iteration.
Platform: | Size: 1024 | Author: 宋亚平 | Hits:

[Mathimatics-Numerical algorithmsSOR-Matlab

Description: 数值计算中SOR迭代法的Matlab程序-numerical calculation SOR iteration of the Matlab program
Platform: | Size: 1024 | Author: zhouun | Hits:

[Algorithmdiedaisuanfa

Description: 解线性方程组的Jacobi,Gauss_Seidel,SOR迭代,以及四级四阶Runge_Kutta方法,Adams预估校正算法-Solution of linear equations of Jacobi, Gauss_Seidel, SOR iteration, as well as Runge_Kutta four fourth-order method, Adams forecast correction algorithm
Platform: | Size: 2048 | Author: xinrui | Hits:

[AlgorithmSORiterativemethodoftheMatlabprogram

Description: SOR迭代法的Matlab程序,用MATLAB语言编写,用SOR迭代求解线性方程组-SOR iterative method of the Matlab program, using MATLAB language, using SOR iteration for solving linear equations
Platform: | Size: 3072 | Author: 欧阳 | Hits:

[Algorithmsor

Description: 求解线性方程组——超松弛迭代法,程序用c语言编写。-Solving linear equations- over-relaxation iteration method, procedures using c language.
Platform: | Size: 4096 | Author: 欧阳 | Hits:

[AlgorithmSOR

Description: 逐次超松驰迭代法(Successive Over Relaxation Me thod,简称SOR方法)是高斯—塞德尔方法的一种加速方法,是解大型稀疏矩阵方程组的有效方法之一,它具有计算公式简单,程序设计容易,占用计算机内存较少等优点,但需要较好的加速因子(即最佳松驰因子).下面我们首先说说松驰一词的含意,再利用它来解释雅可比迭代法与高斯—塞德尔迭代法,最后给出逐次超松驰迭代法的推算公式和收敛性条件.-Successive over relaxation iteration method (Successive Over Relaxation Me thod, called SOR method) is the Gauss- Seidel method for an accelerated method is solution of large sparse matrix equations, one effective method, it has a simple formula, programming easy, take up less computer memory, etc., but the need for better acceleration factor (that is, the best relaxation factor). Let us first talk about the meaning of the term relaxation, and then use it to explain the Jacobi s iterative method and the Gauss- Seidel iterative method, and finally gives successive over relaxation iterative method of projection formula and the convergence condition.
Platform: | Size: 1024 | Author: iop | Hits:

[matlabmulNewtonSOR

Description: 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps) where F: equations, x0: the initial solution of equations, w: SOR iterative factor, h: numerical integration constant, eps: the root of the accuracy, m: the number of iterative steps.
Platform: | Size: 1024 | Author: 锦夏 | Hits:

[AlgorithmNumericalAnalysis

Description: 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition, cubic spline interpolation curve, least squares curve fitting, numerical integration Romberg method, ordinary differential Solutions to improve the initial value equation Euler method, eigenvalues and eigenvectors of inverse power law.
Platform: | Size: 5521408 | Author: Lynn | Hits:

[Data structsSOR

Description: 松弛因子的介绍(“松弛迭代法是高斯-塞德尔迭代法的一种加速方法,基本思想是将高斯-塞德尔迭代法得到的第k+1次近似解向量与第k次近似解向量作加权平均,当权因子(即松弛因子)w选择是适当时,加速效果很明显。因此这个方法最关键的是如何选取最佳松弛因子。")和算法。-Relaxation factor of the introduction (" relaxation method is the Gauss- Seidel iteration method for an accelerated method, the basic idea is to Gauss- Seidel iteration the first k+1 obtained for solution vector with the first k for solution vector as the weighted average, power factor (ie the relaxation factor) w option is appropriate to accelerate the effect is obvious. Therefore, this method is how to select the most critical optimal relaxation factor. " ) and algorithms.
Platform: | Size: 4096 | Author: 陈倩倩 | Hits:

[AlgorithmCG-Jacobi-g-s-sor

Description: 解线性方程组的迭代法,包括jacobi迭代,G-S迭代,Sor迭代,及共轭梯度等。-iterative method for solving linear equations, including jacobi iteration, GS iterative, Sor iteration, and conjugate gradient.
Platform: | Size: 2048 | Author: xiaojunsuus | Hits:

[matlabiteration

Description: 高斯迭代,雅克比迭代,sor迭代,通过判断矩阵是否正定再进行各个操作-Gauss iteration, Jacobi iteration, sor iteration individual judgment matrix is ​ ​ positive definite
Platform: | Size: 2048 | Author: 廖秋晓 | Hits:

[Special EffectsSOR

Description: 实现SOR迭代,解决大规模矩阵的问题,十分有用-Achieve SOR iteration to solve the problem of large-scale matrix is useful
Platform: | Size: 1024 | Author: herhero | Hits:

[Algorithmjacobi-Gauss-Seidel-SOR

Description: 雅克比迭代,SOR迭代计算器,输入方程组可求得结果-Jacobi iteration, SOR iteration calculator, enter the results of equations can be obtained
Platform: | Size: 7168 | Author: 黄庆庆 | Hits:

[OS programmitlpb-sor-can

Description: matlab-sor实现matlab上的sor迭代法,可以学习参考(Matlab - sor sor iteration method on matlab, can learn the reference)
Platform: | Size: 8192 | Author: DH%2525263964 | Hits:

[OtherSOR

Description: 超松驰迭代法,用于快速求解线性方程组,可按每行注释理解算法原理,可自行调整松弛因子(一般建议1.2左右有良好效果)(The super relaxation iteration method is used to solve the linear equations quickly. It can understand the algorithm principle according to each row annotation, and can adjust the relaxation factor by itself. (generally speaking, 1.2 has good results).)
Platform: | Size: 2048 | Author: justgettingstarted | Hits:
« 12 3 4 »

CodeBus www.codebus.net