Location:
Search - SOR matlab
Search list
Description: 数值计算中SOR迭代法的Matlab程序-numerical calculation SOR iteration of the Matlab program
Platform: |
Size: 907 |
Author: zhouun |
Hits:
Description: 极有用的数据处理程序,方便处理实验数据并取得数学表达式(matlab)-very useful data processing procedures, facilitate the processing of experimental data and mathematical expression made (Matlab)
Platform: |
Size: 16384 |
Author: 王挺 |
Hits:
Description: SOR(超松弛)迭代发求解线性方程组问题,带有Hilbert矩阵生成程序和其不同维数下求解的结果对比作图-SOR (Overrelaxation) iteration made for solving linear equations, with Hilbert matrix formation process and the different dimensions of the results evaluated Comparative mapping
Platform: |
Size: 12288 |
Author: 高兵 |
Hits:
Description: 雅可比、塞德尔和SOR迭 代法的原理。代法的原雅可比、塞德尔和SOR迭代法的原理。理。-Jacobian, Seidel and SOR Diez Jacobian, Seidel SOR iteration method and the principle. On behalf of the original law Jacobian, Seidel SOR iteration method and the principle. Jimmy.
Platform: |
Size: 2048 |
Author: 张名 |
Hits:
Description: Matlab程序\有限差分法\Gauss_Seidel迭代法的Matlab程序.rar-Matlab procedures \ finite difference method \ Gauss_Seidel iteration of the Matla b procedures. rar
Platform: |
Size: 3072 |
Author: |
Hits:
Description: matlab-sor实现matlab上的sor迭代法-Matlab- sor achieve the Matlab sor iterative method
Platform: |
Size: 9216 |
Author: yyf |
Hits:
Description: 数值计算中SOR迭代法的Matlab程序-numerical calculation SOR iteration of the Matlab program
Platform: |
Size: 1024 |
Author: zhouun |
Hits:
Description: 解线性方程组的Jacobi,Gauss_Seidel,SOR迭代,以及四级四阶Runge_Kutta方法,Adams预估校正算法-Solution of linear equations of Jacobi, Gauss_Seidel, SOR iteration, as well as Runge_Kutta four fourth-order method, Adams forecast correction algorithm
Platform: |
Size: 2048 |
Author: xinrui |
Hits:
Description: SOR方法解线性方程组的matlab程序例子(李庆扬数值分析例子)-SOR method to solve linear equations matlab program examples (examples of numerical analysis李庆扬)
Platform: |
Size: 1024 |
Author: tianhai |
Hits:
Description: sor迭代法,是数值分析中很重要的一种,源码为其在matlab中的实现。-sor iterative method, numerical analysis is a very important one in the matlab source code for its realization.
Platform: |
Size: 1024 |
Author: 马丫 |
Hits:
Description: SOR法,数值计算中的方法,基于matlab的程序-SOR method, numerical calculation methods, procedures based on matlab
Platform: |
Size: 1024 |
Author: zl |
Hits:
Description: 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
Platform: |
Size: 16384 |
Author: |
Hits:
Description: 求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
Platform: |
Size: 1024 |
Author: liruifa |
Hits:
Description: rs 里查森迭代法求线性方程组
crs 里查森参数迭代法求线性方程组
grs 里查森迭代法求线性方程组
jacobi 雅可比迭代法求线性方程组
gauseidel 高斯-赛德尔迭代法求线性方程组
SOR 超松弛迭代法求线性方程组
SSOR 对称逐次超松弛迭代法求线性方程组
JOR 雅可比超松弛迭代法求线性方程组
twostep 两步迭代法求线性方程组
fastdown 最速下降法求线性方程组
conjgrad 共轭梯度法求线性方程组
preconjgrad 预处理共轭梯度法求线性方程组
BJ 块雅克比迭代法求线性方程组
BGS 块高斯-赛德尔迭代法求线性方程组
BSOR 块逐次超松弛迭代法求线性方程组
-iterative method of linear equation.
Platform: |
Size: 7168 |
Author: zuoxl |
Hits:
Description: 路面太阳能集热系统传热分析与模型建立
有限容积法数值计算分析-Twodimensional heat conduction
Finite Volume Method
Line by Line TDMA with SOR
Platform: |
Size: 117760 |
Author: 张昭 |
Hits:
Description: SOR方法解线性方程组,一般解法和矩阵解法。(MATLAB程序)-SOR method to solve linear equations, the general method and matrix method. (MATLAB program)
Platform: |
Size: 1024 |
Author: chenyijun2131 |
Hits:
Description: 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps) where F: equations, x0: the initial solution of equations, w: SOR iterative factor, h: numerical integration constant, eps: the root of the accuracy, m: the number of iterative steps.
Platform: |
Size: 1024 |
Author: 锦夏 |
Hits:
Description: 计算方法中的SOR算法,根据改变SOR因子的值观察精度变化-Calculation of the SOR algorithm, based on observation of changes in the value of SOR accuracy factor changes
Platform: |
Size: 17408 |
Author: 袁琰红 |
Hits:
Description: 解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
Platform: |
Size: 2048 |
Author: |
Hits:
Description: 三个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 program of the three iterative method are roughly similar, the number of iterations depends on the size of the error epsilon set, which Gauss_Seidel convergence of the fastest, the fewer the number of iterations.
Platform: |
Size: 1024 |
Author: luer |
Hits: