搜索资源列表
sy3
- Jacobi迭代法、Gauss-Seidel迭代法、超松弛迭代法(SOR方法)分别求解线性方程组的近似解-Jacobi iteration, Gauss-Seidel iteration, SOR (SOR method) for solving linear equations are approximate solutions
sor
- 求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
iterative
- rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
laplace2
- 正三角形区域的有限差分法MATLAB超松弛迭代,-Triangular region, finite difference method over-relaxation iteration MATLAB
NumAnlys
- 东大研究生数值分析上机题,包括牛顿法,高斯算法,逐次超松弛迭代法,3次样条插值,RK4法等函数。-The numerical analysis exercises by computer of southeast university,including Newtons law,Gauss algorithm,SOR,3 times spline interpolation,RK4,etc.
Jacobi-guass-SOR
- 数值方法:雅克比、高斯赛德尔、超松弛迭代法matlab编程-Numerical methods: Jacobian, Gauss Seidel, over relaxation iterative method matlab programming
Sor_use
- 超松弛迭代法求解线性方程组,有相应的例题以及详细的解说该代码的使用。-Successive over-relaxation method to solve linear equations code with specific explain and example.
Jacobi
- 用Matlab语言实现Jacobi迭代算法、Gauss-Seidel迭代算法和逐次超松弛迭代法,求解一般的线性代数方程组问题-Jacobi Gauss-Seidel sor
111111
- 有限差分。超松弛迭代法相关程序和资料 有限差分。超松弛迭代法相关程序和资料-Finite difference. Super relaxation iteration method relevant procedures and material
WENJIAN
- 超松弛迭代法MATLAB程序及迭代次数与松弛因子的关系-SOR iteration method MATLAB program and the relationship with the relaxation factor
MAOR
- 改进超松弛迭代法求解线性方程的例子程序,例子矩阵可随意修改-MAOR method for solving linear equations example program, examples can be freely modified matrix
Finite-difference---Laplace-equation
- 有限差分法求解拉普拉斯方程,超松弛迭代,光波波长计算模拟-Finite difference method for solving the Laplace equation, SOR, the wavelength computational simulation
songchidiedai
- 本科电磁场与电磁波课程设计, 基于有限差分法的二维边值问题的数值分析, 超松弛迭代法,两种网格尺寸0.1和1-Electromagnetic Fields and Waves undergraduate curriculum design, finite difference method based on numerical analysis of two-dimensional boundary value problem, SOR method, two mesh sizes 0.
fixed_tilting_bearing_static
- 轴承静态计算,利用超松弛迭代法计算固定瓦可倾瓦轴承在静态下的承载系数-Bearing static, calculated fixed-watt tilting pad bearings under static load factor in the use of ultra-relaxation method
matlab
- 一个关于求电位分布的,用的是超松弛迭代法-One of the potential distribution, using the super relaxation iteration method
sor
- 超松弛迭代法数值实验,matlab程序,含部分注释-Numerical experiments over relaxation iterative method, matlab program, including some comments
Gauss消元法,Jacobi迭代法,超松弛迭代法
- Gauss消元法,Jacobi迭代法和超松弛迭代法求解线性方程组的M文件(Gauss elimination method, Jacobi iteration method and over relaxation iterative method for solving linear equations of the M file)
successive over relaxationmethod
- 逐次超松弛法,简称SOR方法,解线性方程组的常用迭代法之一,它由高斯一赛德尔迭代法经线性加速处理而得到。(Successive super-relaxation method, referred to as SOR method, one of the commonly used iterative methods for solving linear equations. It is obtained by linearly accelerating the Gaussian-Saier it
迭代法
- Newton迭代法;列主元Gauss消去法;逐次超松弛迭代法;GaussSeidel(Newton iterative method; column principal element Gauss elimination method; successive super relaxation iterative method; GaussSeidel)
基于有限差分法的二维边值问题的数值分析
- 1. 在matlab中分析基于分离变量法的解析解; 2. 利用简单迭代法求解,与解析法结论对比,分析求解结果的精确度。分析过程至少包括:在网格尺寸为0.1 m和1 m两种条件下,两次迭代差值最大为10-10时的分析结论; 3. 利用超松弛迭代法分析,选择松弛因子,分析其对收敛速度(即迭代次数)的影响,并确定最优值。分析过程至少包括:在网格尺寸为0.1和1两种条件下,两次迭代差值最大为10-10时,迭代次数随松弛因子的变化,得到对应的最优松弛因子,与经验值(课本165页式子3.7.15)进行