当前位置:
首页 资源下载
搜索资源 - sor iterative method matlab
搜索资源列表
-
0下载:
matlab-sor实现matlab上的sor迭代法-Matlab - sor achieve the Matlab sor iterative method
-
-
0下载:
sor迭代法,是数值分析中很重要的一种,源码为其在matlab中的实现。-sor iterative method, numerical analysis is a very important one in the matlab source code for its realization.
-
-
1下载:
分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
-
-
1下载:
求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
-
-
3下载:
rs 里查森迭代法求线性方程组
crs 里查森参数迭代法求线性方程组
grs 里查森迭代法求线性方程组
jacobi 雅可比迭代法求线性方程组
gauseidel 高斯-赛德尔迭代法求线性方程组
SOR 超松弛迭代法求线性方程组
SSOR 对称逐次超松弛迭代法求线性方程组
JOR 雅可比超松弛迭代法求线性方程组
twostep 两步迭代法求线性方程组
fastdown 最速下降法求线性方程组
conjgrad 共轭梯度法求线性方程组
preconjgr
-
-
0下载:
SOR迭代法的Matlab程序,用MATLAB语言编写,用SOR迭代求解线性方程组-SOR iterative method of the Matlab program, using MATLAB language, using SOR iteration for solving linear equations
-
-
0下载:
sor method matlab for iterative methode
-
-
0下载:
本代码为牛顿-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)
-
-
1下载:
解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
-
-
0下载:
SOR迭代法求解线性方程组,输出结果和迭代次数。-SOR iterative method for solving linear equations, the output and the number of iterations.
-
-
0下载:
数值方法:雅克比、高斯赛德尔、超松弛迭代法matlab编程-Numerical methods: Jacobian, Gauss Seidel, over relaxation iterative method matlab programming
-
-
0下载:
用SOR迭代法求解方程组的解的matlab程序-With SOR iterative method to solve the solution of system program
-
-
0下载:
三个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
-
-
0下载:
包含了常用的CG算法/SOR迭代算法/SDM最速下降法等算法-Used CG algorithm/SOR iterative algorithm/SDM steepest descent method algorithm
-
-
0下载:
包括图形应用篇、界面设计篇、图形处理篇、数值分析篇四部分。从简单的三角函数到图像分析、矢量数据、三角分析法、SOR迭代法-Including articles of graphics applications, interface design articles, graphics processing chapter, numerical analysis chapter four parts. From simple trigonometry to image analysis, vecto
-
-
0下载:
高斯赛德尔迭代法,雅可比迭代法,理查森迭代算法,超松弛迭代算法的matlab程序。上述算法均用于求解线性方程组。-High Sisaideer iterative method, Jacobi iteration, Richardson iterative algorithm, over relaxation algorithm matlab program. The algorithm for solving linear equations.
-
-
1下载:
用matlab分析数值的,有拉个朗日插值、三次样条插值法、NEWTON插值、hermite插值、mewton形式的hermite插值、平方根法、gauss消去法、三角分解法、jacobi迭代法、
gauss迭代法、sor迭代法、最速下降法、共额梯度法、mewton迭代法、逆broyden迭代法。一共15段代码。
-Numerical analysis using matlab, there are a Long Day interpolation, cubic spline interp
-
-
0下载:
超松弛迭代法数值实验,matlab程序,含部分注释-Numerical experiments over relaxation iterative method, matlab program, including some comments
-
-
0下载:
MATLAB编程实现
1.雅克比迭代法
2.超松弛SOR迭代法
3.应用:《数值分析》清华 第六章第3题迭代次数编程验证
4.国科大数值分析课程作业编程程序-MATLAB programming 1. 2. Jacobi iteration method over relaxation SOR iterative method 3. Application: " Numerical Analysis" Tsinghua Chapter VI Question 3
-
-
0下载:
逐次超松弛迭代法解线性方程组的matlab命令程序-SOR iterative method for solving linear equations matlab command program
-