搜索资源列表

  1. mumerical_analysis

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

    • 发布日期:2008-10-13
    • 文件大小:145.65kb
    • 提供者:fly_sea
  1. mySOR

    0下载:
  2. 实现N阶线性方程组Ax=b逐次超松弛迭代法的通用程序
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:956byte
    • 提供者:潘晓惠
  1. 数值计算

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

    • 发布日期:2008-10-13
    • 文件大小:3.04kb
    • 提供者:毛伟杰
  1. 逐次超松弛迭代法

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

    • 发布日期:2008-10-13
    • 文件大小:984byte
    • 提供者:lin
  1. 数值计算

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

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

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

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:lin
  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-11-23
    • 文件大小:146kb
    • 提供者: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-11-23
    • 文件大小:1kb
    • 提供者:潘晓惠
  1. iterative

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

    • 发布日期:2024-11-23
    • 文件大小:7kb
    • 提供者: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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-23
    • 文件大小:6kb
    • 提供者:胡婕
  1. massor

    0下载:
  2. 求解线性方程组的对称逐次超松弛迭代法ssor-Solving linear equations of symmetric successive over-relaxation iteration method(ssor)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:malanxiang
  1. SOR

    0下载:
  2. 逐次超松弛迭代法(SOR)研究与实现,采用C++编程
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-23
    • 文件大小:540kb
    • 提供者:hll
  1. NumAnlys

    0下载:
  2. 东大研究生数值分析上机题,包括牛顿法,高斯算法,逐次超松弛迭代法,3次样条插值,RK4法等函数。-The numerical analysis exercises by computer of southeast university,including Newtons law,Gauss algorithm,SOR,3 times spline interpolation,RK4,etc.
  3. 所属分类:matlab例程

    • 发布日期:2024-11-23
    • 文件大小:5kb
    • 提供者:星星
  1. Jacobi

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

    • 发布日期:2024-11-23
    • 文件大小:6kb
    • 提供者:
  1. 3.40

    0下载:
  2. 东南大学《数值分析》上机题答案,逐次超松弛迭代法-Southeast University numerical analysis machine answers, SOR iterative method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-23
    • 文件大小:298kb
    • 提供者:郭小强
  1. 3

    0下载:
  2. 列主元高斯消去法和逐次超松弛迭代法 (1) 编制解n阶线性方程组Ax=b的列主元Gauss消去法的通用程序; (2) 用所编程序解线性方程组RI=V,并打印出解向量,保留五位有效数字 (3) 本题编程之中,你提高了哪些能力 -guass method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:dsd
  1. SOR

    0下载:
  2. 逐次超松弛迭代法解线性方程组的matlab命令程序-SOR iterative method for solving linear equations matlab command program
  3. 所属分类:其他小程序

    • 发布日期:2024-11-23
    • 文件大小:11kb
    • 提供者:代码
  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-11-23
    • 文件大小:20kb
    • 提供者:dragon5683
  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-11-23
    • 文件大小:11kb
    • 提供者:feiyanglzl
  1. 迭代法

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

    • 发布日期:2024-11-23
    • 文件大小:4kb
    • 提供者:天会灰
« 12 »

源码中国 www.ymcn.org