搜索资源列表
mathvalue
- 编写一个用SOR法解方程组Ax=b的计算机程序,其中 要求程序中不存系数A,分别对不同的阶数(例如n=15,80)取w=1.7,1.8,1.9,进行迭代,记录近似解 达到 时所用迭代次数k,观察松弛因子对收敛速度的影响。
逐次超松弛迭代法
- 解线性方程组Ax=b的SOR方法的通用程序-solution of linear equations Ax = b SOR method of common procedures
SOR
- 超松弛法(SOR迭代)c语言源程序代码,很有用. 对学者计算帮助很大.-Overrelaxation (SOR iteration) c language source code useful. The scholars of great help.
sor
- 松弛因子做自适应估计的SOR迭代法求解大型稀疏线性代数方程组程序-Relaxation Factor in the SOR iterative adaptive estimation method for solving large sparse linear algebraic equations program
seach_postiton
- 字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个小 写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现 1 次。例如,a,b,ab, bc,xyz 等字符串都是升序字符串。 -search the postion for the given ascend sor string.
spgs
- 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations f (x) = 0 with vector form o
SOR
- 设计矩阵的方法很多,SOR迭带法可以快速,简单的实现高阶矩阵的设计-Many ways the design matrix, SOR Diego band can be rapid, simple design to achieve high-level matrix
SOR
- 这是松弛迭代法(SOR)的源代码,对解决线性方程组求解问题很有帮组-This is a relaxation iterative method (SOR) of the source code to solve linear equations to solve the problem is to help group
sixpack-2.3.7
- 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, I
sor1
- SOR FOR MATLAB NOT QUITE CORRECT BUT EASY TO UNDERSTAND
Rayleigh_Benard003
- 方腔内流动,左右侧壁有温度差,固壁条件, SOR算法求解-Cavity flow, a temperature difference between left and right side wall, solid wall condition, SOR algorithm
SOR
- 解线性代数方程组的松弛(SOR)迭代法的C++实现-Solution of linear algebraic equations of the relaxation (SOR) iterative method of C++
SOR
- 研究松弛因子对SOR法收敛速度的影响,可为作数值分析实验的提供参考。-Study the effect of relaxation factor on the SOR method is convergent speed,it Can provide reference for numerical analysis experiment
SOR
- 这是松弛迭代法(SOR)的源代码,对解决线性方程组求解问题很有帮组-This is a relaxation iterative method (SOR) of the source code to solve linear equations to solve the problem is to help group
SOR-Fortran
- SOR算法,利用Fortran语言编译,有助于初学Fortran语言的同学深入学习程序,并熟练该算法。-SOR FORTRAN is useful for learners to improve their ability of writing procedure.
SOR
- 逐次超松弛迭代法解线性方程组的matlab命令程序-SOR iterative method for solving linear equations matlab command program
sor超松弛迭代法
- 一个实现sor超松弛迭代法的c语言算法,可以帮助新手完成矩阵计算(A C language algorithm for realizing over relaxation iterative method)
SOR-4
- Single phase overload relay using PIC16F676
SOR
- 超松驰迭代法,用于快速求解线性方程组,可按每行注释理解算法原理,可自行调整松弛因子(一般建议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 f
G-S
- 在matlab上实现G-S,SOR,JACOBI等多种迭代算法(G-S, SOR, JACOBI and other iterative algorithms are implemented on MATLAB.)