搜索资源列表
iterative_sor
- 这是一个迭代法实现的C代码。本算法采用的是sor迭代法。-This is an iterative method to achieve the C code. This algorithm is used sor iteration.
线性方程组的迭代法和牛顿数值积分
- 线性方程组的迭代法:Jacobi, Gauss-Seidel,sor,sor for Poisson。 牛顿数值积分方法及其Steffensen加速法。
sor.rar
- 求解线性方程组——超松弛迭代法,程序用c语言编写。,Solving linear equations- over-relaxation iteration method, procedures using c language.
sor
- 求解Poisson方程的超松弛迭代求法,在Fortran 中使用-Relaxation for solving Poisson equations Iterative
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
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
- 算法实验名称: 解线性方程组的超松弛迭代法的c程序 功能说明: 本实验主要写出了解线性方程组Ax=b的超松弛迭代法的C程序代码,并举例进行了运算.-err
sor
- 利用超松弛迭代法解矩阵的源程序,C语言编写-The use of over-relaxation iteration method solution matrix of the source code, C language
sor
- 这是松弛法编程,它是高斯-赛德尔迭代法的一种加速收敛的方法。是大型稀疏矩阵线性方程组的有效解法之一。 -This is the relaxation method programming, it is the Gauss- Seidel iterative method to accelerate the convergence of a method. Large sparse matrix system of linear equations, one effective solutio
sor
- 用sor迭代法求解线性方程组 线性方程组的超松弛法,也叫sor法-sor iterative method using linear equations to solve linear equations of the over-relaxation method, also known as sor method
soriterativemethodoftheMatlabprogram
- sor迭代法的Matlab程序,用MATLAB语言编写,用sor迭代求解线性方程组-sor iterative method of the Matlab program, using MATLAB language, using sor iteration for solving linear equations
sor
- 超松弛法松弛因子的比较(用户输入松弛因子 程序输出结果和迭代次数)-Over-relaxation method relaxation factor comparison (relaxation factor process user input and output iterations)
GSandsor
- 高斯GS与超松弛sor迭代算法解线性方程组-Gaussian GS and sor iterative algorithm over-relaxation solution of linear equations
sor
- 逐次超松驰迭代法(Successive Over Relaxation Me thod,简称sor方法)是高斯—塞德尔方法的一种加速方法,是解大型稀疏矩阵方程组的有效方法之一,它具有计算公式简单,程序设计容易,占用计算机内存较少等优点,但需要较好的加速因子(即最佳松驰因子).下面我们首先说说松驰一词的含意,再利用它来解释雅可比迭代法与高斯—塞德尔迭代法,最后给出逐次超松驰迭代法的推算公式和收敛性条件.-Successive over relaxation iteration method (Su
sor
- 数值分析sor迭代方法求解线性方程,主要源代码。-Numerical analysis sor method for solving equations
Jacobi-Gauss_Seide-sor
- 三个m文件。线性方程求解的常见几种如Jacobi、Gauss_Seidel、sor迭代法的matlab程序。三种迭代法主体程序大致都差不多,迭代次数取决于误差epsilon设的大小,其中Gauss_Seidel收敛最快,迭代次数较少。-Three m files. Common in several of linear equations, such as Jacobi, Gauss_Seidel, sor iterative method matlab program. The main pr
sor
- sor迭代法求解线性方程组的C++程序,是一种数值分析常用程序-sor iterative method for solving linear equations C++ procedure is a procedure commonly used numerical analysis
jacobi-Gauss-Seidel-sor
- 雅克比迭代,sor迭代计算器,输入方程组可求得结果-Jacobi iteration, sor iteration calculator, enter the results of equations can be obtained
迭代求解方程组
- 包括Jacobi迭代法,Gauss-seidel迭代法和sor迭代法的matlab代码,以及一个测试的main程序(These are iterative methods for solving linear equations.)
线性方程组计算
- 利用高斯消元法法求解病态矩阵——hilbert 矩阵的线性方程组。通过条件数分析,找出误差较大的原因。再利用 Jacobi 迭代方法、G-S 迭代方法和 sor 迭代法做了进一步探究。另外,作为要求之外的,还使用共轭梯度法来求解方程以来进行对比,并利用Tikhonov 正则化的方法改善矩阵的条件数,来减小误差。(The Gauss elimination method is used to solve the linear equations of the ill conditioned mat