搜索资源列表

  1. 线性方程组的超松弛迭代.rar

    0下载:
  2. 线性方程组的超松弛迭代
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:1526
    • 提供者:
  1. 超松弛法(研究生数值分析作业)

    0下载:
  2. 超松弛法(研究生数值分析作业)
  3. 所属分类:数学计算/工程计算

  1. 超过松弛迭代解线性方程组

    0下载:
  2. 利用超过松弛迭代解线性方程组,经过详细优化过的源程序,求解效率极高,程序有注释,方便阅读,程序经过验证。
  3. 所属分类:源码下载

    • 发布日期:2011-09-14
    • 文件大小:1447
    • 提供者:qindecheng_01
  1. 线性方程组的超松弛迭代

    0下载:
  2. 线性方程组的超松弛迭代- The system of linear equations ultra relaxes iterates
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:
  1. 数值计算

    0下载:
  2. 定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:毛伟杰
  1. 逐次超松弛迭代法

    0下载:
  2. 解线性方程组Ax=b的SOR方法的通用程序-solution of linear equations Ax = b SOR method of common procedures
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:lin
  1. CSC

    0下载:
  2. 超松弛法解方程组-Overrelaxation Solving equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:287744
    • 提供者:赵健
  1. 超松弛迭代法

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

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:张建国
  1. mysor

    0下载:
  2. SOR(超松弛)迭代发求解线性方程组问题,带有Hilbert矩阵生成程序和其不同维数下求解的结果对比作图-SOR (Overrelaxation) iteration made for solving linear equations, with Hilbert matrix formation process and the different dimensions of the results evaluated Comparati
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:12288
    • 提供者:高兵
  1. W

    0下载:
  2. 实现JACOBBI、gs迭代和超松弛法解线性方程组的过程。-Realize JACOBBI, gs iterative relaxation method and ultra-linear equations solution process.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:王文浩
  1. mumerical_analysis

    0下载:
  2. 数值分析一部分编程习题,包括: 舍入误差与有效数 Newton迭代法 列主元三角分解法 逐次超松弛迭代法 3次样条插值函数-Part of numerical analysis programming exercises, including: round-off error and effective number of Newton iteration out PCA triangular decompositi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:149504
    • 提供者:fly_sea
  1. mySOR

    0下载:
  2. 实现N阶线性方程组Ax=b逐次超松弛迭代法的通用程序-Realization of N-order linear equations Ax = b successive over-relaxation iteration method generic procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:潘晓惠
  1. sor

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

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:欧阳
  1. sor

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

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:jeasen
  1. 超松弛迭代法fortran

    1下载:
  2. 求解线性方程组的超松弛迭代法fortran程序。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-09-29
    • 文件大小:268461
    • 提供者:chopinreborn
  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. 所属分类:中间件编程

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

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

    • 发布日期:2024-05-12
    • 文件大小: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例程

    • 发布日期:2024-05-12
    • 文件大小: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 acce
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:11264
    • 提供者:feiyanglzl
  1. 超松弛插值与改进欧拉法 龙格库塔法

    0下载:
  2. 拟合超松弛线性插值,改进欧拉法与龙格库塔算法(Fitting the relaxation linear interpolation, the improved Euler method and Runge Kutta algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:xhtleige
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org