搜索资源列表

  1. 逐次超松弛迭代法

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

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

    0下载:
  2. c语言简单算法实例-c algorithm example, simple language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:张严
  1. SOR方法

    0下载:
  2. 极有用的数据处理程序,方便处理实验数据并取得数学表达式(matlab)-very useful data processing procedures, facilitate the processing of experimental data and mathematical expression made (Matlab)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:王挺
  1. SOR1

    0下载:
  2. SOR解n维线性方程组 用vc语言完成SOR解n维线性方程组-SOR n-dimensional solution of linear equations using vc language SOR complete solution of n-dimensional linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:27648
    • 提供者:孔明
  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-14
    • 文件大小:12288
    • 提供者:高兵
  1. (SOR)

    0下载:
  2. 对于求解线性方程组,松迟法不为一种好方法.本程序着重于 用L D U来求解. -for solving linear equations, the late Tony not for a better method. This program focuses on D U of L to solve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:lee
  1. JGSSOR

    0下载:
  2. 该程序用于数值分析中计算J迭代,GS迭代,SOR迭代。-procedures for the numerical analysis of iterative calculations J, GS iteration, the SOR iteration.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:陈如山
  1. solution-of-Partial-differential-equation

    0下载:
  2. “解边值问题的松弛法”(SOR)(Chebyshev absolution)和“交替方向隐式方法”(ADI) (此两种解法均针对解椭圆形方程所用到的方法)-"solution to the boundary value problems relaxation method" (SOR) (Chebyshev Absolution) and "alternating direction implicit
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:ldg
  1. SORxx

    0下载:
  2. 雅可比、塞德尔和SOR迭 代法的原理。代法的原雅可比、塞德尔和SOR迭代法的原理。理。-Jacobian, Seidel and SOR Diez Jacobian, Seidel SOR iteration method and the principle. On behalf of the original law Jacobian, Seidel SOR iteration method and the principle. Ji
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:张名
  1. iterative_SOR

    0下载:
  2. 这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。-This is an iterative method to achieve the C code. This algorithm is used SOR iteration.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:宋亚平
  1. fast-sor

    0下载:
  2. 此文件为一种快速的图形显示算法,可以调试运行-this document as a fast graphics algorithm, can debug operations
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-14
    • 文件大小:69632
    • 提供者:杨凡
  1. acpricecn

    0下载:
  2. finite difference method with Crank-Nikolson approach(SOR) for American call option
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:dengli
  1. Equation

    0下载:
  2. 数值分析 解线性方程组算法,高斯列主元消去法,LU分解法,高斯-塞德尔迭代法,SOR迭代法-Numerical Analysis Solution of linear equations algorithm, Gauss elimination method out PCA, LU decomposition method, Gauss- Seidel iteration, SOR iterative method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:332800
    • 提供者:GYZ
  1. JACOBI

    0下载:
  2. 本实例通过VC++实现了JACOBI 和SOR 算法,这是源代码-The examples of the adoption of VC to achieve the JACOBI and SOR algorithm, which is the source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:张文新
  1. diedaisuanfa

    0下载:
  2. 解线性方程组的Jacobi,Gauss_Seidel,SOR迭代,以及四级四阶Runge_Kutta方法,Adams预估校正算法-Solution of linear equations of Jacobi, Gauss_Seidel, SOR iteration, as well as Runge_Kutta four fourth-order method, Adams forecast correction algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:xinrui
  1. Chapter05-06.LinearEquations

    0下载:
  2. 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR-Tsinghua University,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:247808
    • 提供者:大乔
  1. relaxation

    0下载:
  2. SOR方法解线性方程组的matlab程序例子(李庆扬数值分析例子)-SOR method to solve linear equations matlab program examples (examples of numerical analysis李庆扬)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:tianhai
  1. SOR

    0下载:
  2. 这是松弛法编程,它是高斯-赛德尔迭代法的一种加速收敛的方法。是大型稀疏矩阵线性方程组的有效解法之一。 -This is the relaxation method programming, it is the Gauss- Seidel iterative method to accelerate the convergence of a method. Large sparse matrix system of linear eq
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:顾一新
  1. sor

    0下载:
  2. 算法实验名称: 解线性方程组的超松弛迭代法的c程序 功能说明: 本实验主要写出了解线性方程组Ax=b的超松弛迭代法的C程序代码,并举例进行了运算.-err
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:214016
    • 提供者:白文静
  1. equation

    0下载:
  2. 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:
« 1 23 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org