搜索资源列表

  1. FEM2

    0下载:
  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. 所属分类:其它资源

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

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

    • 发布日期:2008-10-13
    • 文件大小:956
    • 提供者:潘晓惠
  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
    • 文件大小:3116
    • 提供者:毛伟杰
  1. 逐次超松弛迭代法

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

    • 发布日期:2008-10-13
    • 文件大小:984
    • 提供者:lin
  1. FEM2

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:songyu_bupt
  1. sor

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

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

    0下载:
  2. 求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:liruifa
  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-05-21
    • 文件大小:6144
    • 提供者:胡婕
  1. ssor_conjugate_grad

    0下载:
  2. 在求解偏微分方程时常用的预处理(采用对称超松弛迭代法)共轭梯度法-When solving partial differential equations in the commonly used preconditioning (using symmetric overrelaxation iterative method) Conjugate Gradient Method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:malanxiang
  1. massor

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

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

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

    • 发布日期:2024-05-21
    • 文件大小:552960
    • 提供者:hll
  1. chaosuchidiedaifa

    0下载:
  2. 超松弛迭代法!欢迎下载!数值分析的内容!谢谢!-SOR method! Welcome to download! Numerical analysis of the contents! Thank you!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:brq
  1. algorithm

    0下载:
  2. 超松弛迭代法、最小二乘法、拉格朗日插值法、牛顿插值法、牛顿迭代法、雅克比迭代-Over relaxation method, least squares, Lagrange interpolation, Newton interpolation, Newton' s iterative method, Jacobi iteration
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:钱伟欣
  1. SSOR

    0下载:
  2. 用C++写的超松弛迭代法求线性方程组的解,本程序实现求节点点位-Written in C++ over-relaxation iteration method of solution of linear equations, find the node point program to achieve
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:385024
    • 提供者:
  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-05-21
    • 文件大小:5120
    • 提供者:星星
  1. shuzhifenxishangjiliti

    0下载:
  2. 数值分析中牛顿迭代法、超松弛迭代法、定步长法算例分析-Newton' s iterative method of numerical analysis, over-relaxation iteration method, fixed-step method Analysis of Cases
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:360448
    • 提供者:任月
  1. Jacobi

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

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:
  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-21
    • 文件大小: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, a
  3. 所属分类:其他小程序

« 1 23 4 5 »

源码中国 www.ymcn.org