搜索资源列表
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
paint
- this is samole sor VISUAL basic 6. source code for Paint
methode_de_relaxation
- the way SOR in c language
Rayleigh_Benard003
- 方腔内流动,左右侧壁有温度差,固壁条件, SOR算法求解-Cavity flow, a temperature difference between left and right side wall, solid wall condition, SOR algorithm
SOR
- 上计算方法写的C程序,主要内容是松弛迭代算法的解方程方法,相关算法在计算方法教科书中会有详细介绍-Write C program on calculation method, the main content is the relaxation iterative algorithm of solving equations method, correlation algorithm calculation method in textbooks could be described in de
gauseidel-jacobi-richason-SOR
- 高斯赛德尔迭代法,雅可比迭代法,理查森迭代算法,超松弛迭代算法的matlab程序。上述算法均用于求解线性方程组。-High Sisaideer iterative method, Jacobi iteration, Richardson iterative algorithm, over relaxation algorithm matlab program. The algorithm for solving linear equations.
SOR
- 研究松弛因子对SOR法收敛速度的影响,可为作数值分析实验的提供参考。-Study the effect of relaxation factor on the SOR method is convergent speed,it Can provide reference for numerical analysis experiment
5
- 基于c的gauss-siedel与SOR迭代法解线性方程组的通用程序,并通过试探解给出最好的松弛因子。-C based on a common program of gauss-siedel and SOR iterative method for solving linear equations, and through trial solution gives the best relaxation factor.
SOR-method
- 该程序是电磁场学习实验。用超松弛迭代法求解接地金属槽内的电位分布。 有个无限长直的金属槽,截面为正方形,两侧面及底板接地,上盖板与侧面绝缘,其上的电位为φ=100V,侧面电位φ=0V,试用有限差分法计算槽内的电位。内附编程思路等原理讲解 -The program is electromagnetic learning experiment. Solving the potential distribution of a grounded metal tank with super-rel
thrust-lubtication-wiht-matlab
- 用matlab编写的五点差分法离散雷诺方程用SOR(超松弛迭代法)求解压力分布的源程序-thrust lubtication wiht matlab
mathmatical-calculation-with-matlab
- CG、Gauss、SOR、Jacobi迭代法matlab程序 自己收藏的源程序-CG, Gauss, SOR, Jacobi iteration method matlab program his collection of source code
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.)