Welcome![Sign In][Sign Up]
Location:
Search - sor

Search list

[matlabequation

Description: 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
Platform: | Size: 16384 | Author: | Hits:

[matlabiterative

Description: rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgrad 预处理共轭梯度法求线性方程组 BJ 块雅克比迭代法求线性方程组 BGS 块高斯-赛德尔迭代法求线性方程组 BSOR 块逐次超松弛迭代法求线性方程组 -iterative method of linear equation.
Platform: | Size: 7168 | Author: zuoxl | 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:

[Algorithmdiedaifa

Description: 给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,-Linear equations given the CG method, Gauss_Seidel, SOR, Jacobi, fem solution
Platform: | Size: 3072 | Author: 王海 | Hits:

[AlgorithmSOR

Description: 超松弛法松弛因子的比较(用户输入松弛因子 程序输出结果和迭代次数)-Over-relaxation method relaxation factor comparison (relaxation factor process user input and output iterations)
Platform: | Size: 6144 | Author: 白水 | Hits:

[Mathimatics-Numerical algorithmschuanrexue

Description: 路面太阳能集热系统传热分析与模型建立 有限容积法数值计算分析-Twodimensional heat conduction Finite Volume Method Line by Line TDMA with SOR
Platform: | Size: 117760 | Author: 张昭 | Hits:

[matlabSor_method

Description: sor method matlab for iterative methode
Platform: | Size: 1024 | Author: juli | Hits:

[AlgorithmMySolutions

Description: 运用迭代法求解线性方程组,包括高斯-赛德尔法、雅克比法、SOR法。-The use of iterative method for solving linear equations, including Gauss- Seidel method, Jacobian method, SOR method.
Platform: | Size: 1805312 | Author: 王方 | Hits:

[AlgorithmSOR

Description: 解线性方程组的迭代加速方法的C实现 解线性方程组的迭代加速方法的C实现-SOR Algorithm
Platform: | Size: 116736 | Author: 天一生水 | Hits:

[Data structsduct4

Description: duct.f computes a fully developed viscous laminar flow in a rectangular channel of aspect ratio b/a (=bar). solve the equation: d^2u/dx^2 + d^2u/dy^2 = -1, -a<x<a, -b<y<b method of discretisation: 3-point centered differences method of linear system solution: gauss-seidel + sor -duct.f computes a fully developed viscous laminar flow in a rectangular channel of aspect ratio b/a (=bar). solve the equation: d^2u/dx^2+ d^2u/dy^2 =-1,-a<x<a,-b<y<b method of discretisation: 3-point centered differences method of linear system solution: gauss-seidel+ sor
Platform: | Size: 2048 | Author: Barboy | Hits:

[OtherSOR

Description: 设计矩阵的方法很多,SOR迭带法可以快速,简单的实现高阶矩阵的设计-Many ways the design matrix, SOR Diego band can be rapid, simple design to achieve high-level matrix
Platform: | Size: 1024 | Author: xinyi1234 | Hits:

[Mathimatics-Numerical algorithmsSOR

Description: 数值分析算法 SOR迭代算法的C++实现-Numerical analysis algorithms SOR iterative algorithm to achieve the C++
Platform: | Size: 1024 | Author: 刘韬 | Hits:

[OtherSOR

Description: 这是松弛迭代法(SOR)的源代码,对解决线性方程组求解问题很有帮组-This is a relaxation iterative method (SOR) of the source code to solve linear equations to solve the problem is to help group
Platform: | Size: 1024 | Author: tang lu ming | Hits:

[Othersixpack-2.3.7

Description: Sixpack is a library of solvers that may be used to solve structured finite volume and finite difference discretisations of PDE s. The solvers include static methods like Jacobi s Method, SOR, SSOR, RBSOR, incomplete factorisation methods like ILU, ILDL, SIP, MSI, Krylov space methods like CG and, BiCGSTAB (with a variety of preconditioners), and a multigrid solver using Jacobi, ILU, ILDL and SIP for smoothing. In addition there is a block tridiagonal solver for when you want to try a direct method.
Platform: | Size: 217088 | Author: Feiyu Lu | 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:

[matlaball1

Description: Gauss消去法、Jacobi法、SOR法解线性方程组的源程序,可以方便得到解-code for solution of linear equations using Gauss elimination method、Jacobi method and SOR method
Platform: | Size: 1024 | Author: junli | Hits:

[Algorithmsor

Description: 求解Poisson方程的超松弛迭代求法,在Fortran 中使用-Relaxation for solving Poisson equations Iterative
Platform: | Size: 1024 | Author: metjiang | Hits:

[Mathimatics-Numerical algorithmssy

Description: 体会数值算法的稳定性与不稳定性,线性方程组的迭代法,包括Jacobi迭代法和Gauss-Seidel迭代法,SOR迭代-Experience of numerical stability and instability of the algorithm to learn how to avoid instability in the algorithm and numerical stability of the algorithm chosen to experience the stability of the algorithm' s status in the selection algorithm
Platform: | Size: 1024 | Author: apple | Hits:

[matlabSOR

Description: SOR Method for system of linear equations
Platform: | Size: 1024 | Author: akp | Hits:
« 1 2 34 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net