搜索资源列表
matlab-sor
- matlab-sor实现matlab上的sor迭代法-Matlab - sor achieve the Matlab sor iterative method
SOR-Matlab
- 数值计算中SOR迭代法的Matlab程序-numerical calculation SOR iteration of the Matlab program
SOR
- sor方法求解方程组 用c++软件开发的源代码
SOR
- SOR.rar 希望帮助有需要的朋友们
SOR
- 超松弛法(SOR迭代)c语言源程序代码,很有用. 对学者计算帮助很大.-Overrelaxation (SOR iteration) c language source code useful. The scholars of great help.
SOR
- SOR方法解线性方程组,一般解法和矩阵解法。(MATLAB程序)-SOR method to solve linear equations, the general method and matrix method. (MATLAB program)
SOR
- SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
sor
- 求解Poisson方程的超松弛迭代求法,在Fortran 中使用-Relaxation for solving Poisson equations Iterative
SOR
- SOR法,数值计算中的方法,基于matlab的程序-SOR method, numerical calculation methods, procedures based on matlab
NumericalAnalysis
- 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
sor
- 松弛因子做自适应估计的SOR迭代法求解大型稀疏线性代数方程组程序-Relaxation Factor in the SOR iterative adaptive estimation method for solving large sparse linear algebraic equations program
CG-Jacobi-g-s-sor
- 解线性方程组的迭代法,包括jacobi迭代,G-S迭代,Sor迭代,及共轭梯度等。-iterative method for solving linear equations, including jacobi iteration, GS iterative, Sor iteration, and conjugate gradient.
SOR
- SOR算法的基本思想以及详细的代码实现和运行情况。-SOR algorithm basic idea and the detailed code and operational situation.
SOR
- 用SOR迭代法求解线性方程组 线性方程组的超松弛法,也叫SOR法-SOR iterative method using linear equations to solve linear equations of the over-relaxation method, also known as SOR method
sor
- sor迭代法,是数值分析中很重要的一种,源码为其在matlab中的实现。-sor iterative method, numerical analysis is a very important one in the matlab source code for its realization.
sor
- 求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
sor
- 用SOR 算法实现求解方程组 使用方便 在C++环境都可实现.-SOR algorithm used to solve equations
SOR
- 逐次超松驰迭代法(Successive Over Relaxation Me thod,简称SOR方法)是高斯—塞德尔方法的一种加速方法,是解大型稀疏矩阵方程组的有效方法之一,它具有计算公式简单,程序设计容易,占用计算机内存较少等优点,但需要较好的加速因子(即最佳松驰因子).下面我们首先说说松驰一词的含意,再利用它来解释雅可比迭代法与高斯—塞德尔迭代法,最后给出逐次超松驰迭代法的推算公式和收敛性条件.-Successive over relaxation iteration method (Su
Matlab-SOR
- 计算方法中的SOR算法,根据改变SOR因子的值观察精度变化-Calculation of the SOR algorithm, based on observation of changes in the value of SOR accuracy factor changes
sor
- 使用sor法(松弛法)求解方程组的解 (包括定义的子函数及示例说明)-solve the solution of equations by using sor method