CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 超松弛迭代法

搜索资源列表

  1. FEM2

    1下载:
  2. 用超松弛迭代法求解二阶偏微分 方程。得到电场的分布。-with Overrelaxation Iterative Method for second-order partial differential equations. Be electric distribution.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1283
    • 提供者:songyu_bupt
  1. mumerical_analysis

    0下载:
  2. 数值分析一部分编程习题,包括: 舍入误差与有效数 Newton迭代法 列主元三角分解法 逐次超松弛迭代法 3次样条插值函数
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:149147
    • 提供者:fly_sea
  1. 超松弛迭代法

    0下载:
  2. 还可以,能够加快迭代的计算速度,大家用一下-can to accelerate the iterative calculation speed, we spent about
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2172
    • 提供者:张建国
  1. 解线性方程组的迭代法全

    1下载:
  2. 详细介绍了雅克比迭代法,高斯-塞德尔迭代法超松弛迭代法和迭代公式的矩阵表示
  3. 所属分类:其它文档

  1. 线性方程组的迭代,matlab程序

    0下载:
  2. 雅可比(Jacobi)迭代、高斯-塞德尔(Gauss-Seidel)迭代、超松弛迭代法
  3. 所属分类:C#编程

  1. sor.rar

    0下载:
  2. 求解线性方程组——超松弛迭代法,程序用c语言编写。,Solving linear equations- over-relaxation iteration method, procedures using c language.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3816
    • 提供者:欧阳
  1. sy3

    0下载:
  2. Jacobi迭代法、Gauss-Seidel迭代法、超松弛迭代法(SOR方法)分别求解线性方程组的近似解-Jacobi iteration, Gauss-Seidel iteration, SOR (SOR method) for solving linear equations are approximate solutions
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1117
    • 提供者:王宝木
  1. sor

    0下载:
  2. 利用超松弛迭代法解矩阵的源程序,C语言编写-The use of over-relaxation iteration method solution matrix of the source code, C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:606
    • 提供者:jeasen
  1. iterative

    3下载:
  2. rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7167
    • 提供者:zuoxl
  1. NumericalAlgorithm

    0下载:
  2. 常用数值算法的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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6419
    • 提供者:胡婕
  1. Overrelaxation

    0下载:
  2. 超松弛迭代法的源代码,编译环境C++,有注释-Over relaxation method source code, build environment C++, a comment
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:3754
    • 提供者:lcg
  1. Iteration

    0下载:
  2. 用于实现数值方法中解线性代数方程的迭代法,包括雅可比迭代法,高斯-塞德尔迭代法,超松弛迭代法-Used to implement numerical methods for solving linear algebraic equations iterative method, iterative methods including Jacobi, Gauss- Seidel iteration, iteration over-relaxation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:260754
    • 提供者:gsh
  1. Jacobi

    0下载:
  2. 用Matlab语言实现Jacobi迭代算法、Gauss-Seidel迭代算法和逐次超松弛迭代法,求解一般的线性代数方程组问题-Jacobi Gauss-Seidel sor
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5636
    • 提供者:
  1. 1

    0下载:
  2. .通过MATLAB软件写出用逐次超松弛迭代法解线性方程组的程序并运行结果。(MATLAB software is used to write the program for solving linear equations by successive over relaxation iteration method and its running results)
  3. 所属分类:中间件编程

    • 发布日期:2017-12-24
    • 文件大小:20480
    • 提供者:dragon5683
  1. sor超松弛迭代法

    0下载:
  2. 一个实现sor超松弛迭代法的c语言算法,可以帮助新手完成矩阵计算(A C language algorithm for realizing over relaxation iterative method)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:破云
  1. Gauss消元法,Jacobi迭代法,超松弛迭代法

    0下载:
  2. Gauss消元法,Jacobi迭代法和超松弛迭代法求解线性方程组的M文件(Gauss elimination method, Jacobi iteration method and over relaxation iterative method for solving linear equations of the M file)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:Mathematic
  1. successive over relaxationmethod

    0下载:
  2. 逐次超松弛法,简称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
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:11264
    • 提供者:feiyanglzl
  1. SOR

    0下载:
  2. 超松驰迭代法,用于快速求解线性方程组,可按每行注释理解算法原理,可自行调整松弛因子(一般建议1.2左右有良好效果)(The super relaxation iteration method is used to solve the linear equations quickly. It can understand the algorithm principle according to each row annotation, and can adjust the relaxation f
  3. 所属分类:其他

  1. 迭代法

    0下载:
  2. Newton迭代法;列主元Gauss消去法;逐次超松弛迭代法;GaussSeidel(Newton iterative method; column principal element Gauss elimination method; successive super relaxation iterative method; GaussSeidel)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:4096
    • 提供者:天会灰
  1. 基于有限差分法的二维边值问题的数值分析

    16下载:
  2. 1. 在matlab中分析基于分离变量法的解析解; 2. 利用简单迭代法求解,与解析法结论对比,分析求解结果的精确度。分析过程至少包括:在网格尺寸为0.1 m和1 m两种条件下,两次迭代差值最大为10-10时的分析结论; 3. 利用超松弛迭代法分析,选择松弛因子,分析其对收敛速度(即迭代次数)的影响,并确定最优值。分析过程至少包括:在网格尺寸为0.1和1两种条件下,两次迭代差值最大为10-10时,迭代次数随松弛因子的变化,得到对应的最优松弛因子,与经验值(课本165页式子3.7.15)进行
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:花祭嘉音
« 12 3 4 5 »
搜珍网 www.dssz.com