搜索资源列表
vbC13
- 用VB语言实现偏微分方程的解法 包括解边值问题的松弛法、交替方向隐式方法等-VB language PDE solution of the boundary value problems including Xie relaxation method, alternating direction implicit methods
solution-of-Partial-differential-equation
- “解边值问题的松弛法”(SOR)(Chebyshev absolution)和“交替方向隐式方法”(ADI) (此两种解法均针对解椭圆形方程所用到的方法)-"solution to the boundary value problems relaxation method" (SOR) (Chebyshev Absolution) and "alternating direction implicit method" (ADI) (these two
SONGCIFA
- 松弛法解方程C程序-relaxation method of solving equations C program.
SOR
- 松弛因子的介绍(“松弛迭代法是高斯-塞德尔迭代法的一种加速方法,基本思想是将高斯-塞德尔迭代法得到的第k+1次近似解向量与第k次近似解向量作加权平均,当权因子(即松弛因子)w选择是适当时,加速效果很明显。因此这个方法最关键的是如何选取最佳松弛因子。")和算法。-Relaxation factor of the introduction (" relaxation method is the Gauss- Seidel iteration method for an accelerated
SOR
- SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
diedai
- 用雅可比迭代法,塞德尔迭代法,逐次超松弛法求解线性方程组,程序用C语言编写-Jacobi iterative method used, Seidel iteration, successive over-relaxation method to solve linear equations, the program written by C
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
sor
- 求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
NumericalAlgorithm
- 常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem numerical solution, Newton it
SOR
- 超松弛法松弛因子的比较(用户输入松弛因子 程序输出结果和迭代次数)-Over-relaxation method relaxation factor comparison (relaxation factor process user input and output iterations)
SOR
- 逐次超松驰迭代法(Successive Over Relaxation Me thod,简称SOR方法)是高斯—塞德尔方法的一种加速方法,是解大型稀疏矩阵方程组的有效方法之一,它具有计算公式简单,程序设计容易,占用计算机内存较少等优点,但需要较好的加速因子(即最佳松驰因子).下面我们首先说说松驰一词的含意,再利用它来解释雅可比迭代法与高斯—塞德尔迭代法,最后给出逐次超松驰迭代法的推算公式和收敛性条件.-Successive over relaxation iteration method (Su
relaxation08_3
- 松弛法进行迭代,求解方程组的解。先输入矩阵维数、迭代最高次数、松弛因子、误差范围,然后输入系数矩阵、长数矩阵,程序自动根据松弛法进行迭代求解。-Iterative relaxation method, to solve equations. Input matrix dimension, the maximum number of iterations, relaxation factor, error range, then enter the coefficient matrix, long
Relajacion_Lagrangiana
- Gams Ide code for solve a Lagrangian Relaxation problem for two diferents forms (hyperplanes drying method and method of feasible region)
relax
- Successive Over Relaxation Method method
MyMatrixFunction
- 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
Overrelaxation
- 超松弛迭代法的源代码,编译环境C++,有注释-Over relaxation method source code, build environment C++, a comment
determine-the-potential-value
- 一个二维静电场,电位函数为 ,边界条件如题图所示,将正方形场域分成20个正方形网格。有十六个内部网格点。假定16个网格点的初始值为0,试用超松弛法确定16个网格点的电位值。-A two-dimensional electrostatic field, potential function, boundary conditions such as the title shown below, the square field divided into 20 square grid. Sixteen
algorithm
- 超松弛迭代法、最小二乘法、拉格朗日插值法、牛顿插值法、牛顿迭代法、雅克比迭代-Over relaxation method, least squares, Lagrange interpolation, Newton interpolation, Newton' s iterative method, Jacobi iteration
relaxation-method
- 采用松弛法在松弛因子变化情况下求解矩阵方程-Relaxation factor relaxation method used in the case of matrix equation changes