搜索资源列表
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.
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 method for solving equations with c++ software development source code
SOR
- SOR.rar 希望帮助有需要的朋友们-SOR.rar want to help friends in need
SOR
- SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
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法,数值计算中的方法,基于matlab的程序-SOR method, numerical calculation methods, procedures based on matlab
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 r
SOR
- SOR方法解线性方程组,一般解法和矩阵解法。(MATLAB程序)-SOR method to solve linear equations, the general method and matrix method. (MATLAB program)
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