CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 高斯赛德尔迭代

搜索资源列表

  1. 数值计算方法

    0下载:
  2. 加速迭代牛顿迭代Gauss杜里特尔分解法克洛特追赶法平方根法改进平方根法雅可比迭代高斯 赛德尔迭代拉格朗日插值法分段线性插值分段抛物线插值
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-04-04
    • 文件大小:58173
    • 提供者:liu_zhou2006
  1. shuzhijisuan.rar

    1下载:
  2. 数值计算方法的程序: 加速迭代 牛顿迭代 Gauss 杜里特尔分解法 克洛特 追赶法 平方根法 改进平方根法 雅可比迭代 高斯 赛德尔迭代 拉格朗日插值法 分段线性插值 分段抛物线插值,Numerical method of procedure: to accelerate the iterative Gauss-Newton iterative decomposition method克洛特Ritter Duri law to catch up with the sq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:58173
    • 提供者:liuzhou
  1. gaosisaideer.rar

    0下载:
  2. 用高斯-赛德尔迭代法求方程组的根。它的原理与简单迭代法相似,但在赛德尔迭代法中,每次迭代时充分利用当前最新的迭代值,With the Gauss- Seidel iterative method seeking the roots of equations. Its principle with simple iterative method similar, but the Seidel iteration method in each iteration to take full advan
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:799
    • 提供者:wuruijin
  1. gssd

    0下载:
  2. matlab制作的高斯—赛德尔迭代法求值,数值计算方法实验作业,经测试无误。-matlab produced Gauss- Seidel iterative method evaluation, experimental work numerical methods, the test correctly.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:933
    • 提供者:sx
  1. Gauss_Seidel

    0下载:
  2. 高斯-赛德尔迭代法 C++编程 科学计算中比较常用的方法 可以成功运行-Gauss- Seidel iteration method C++ programming the more commonly used in scientific computation method can be run successfully
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:907
    • 提供者:zyy
  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 equations, one effective solutio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2887
    • 提供者:顾一新
  1. SEIDEL

    0下载:
  2. 本程序实现了矩阵计算中的高斯——赛德尔迭代法,是速度比较快啊-This procedure achieved a matrix calculation of the Gauss- Seidel iteration method is the speed comparison快啊
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:9127
    • 提供者:bringer
  1. C++arithmetic

    0下载:
  2. C++常用的数值算法 例如: 高斯-赛德尔迭代法、 列主元高斯消去法、 拉格郎日插值多项式 等等…… 都是很不错的学习资料,希望能帮助到大家!-C++ Commonly used numerical algorithm such as: Gauss- Seidel iterative method, PCA out Gaussian elimination method, Lagrange interpolation polynomial and so on ... ..
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8399
    • 提供者:LuanS
  1. CmpGuassSeuder

    0下载:
  2. 高斯赛德尔迭代法 通过矩阵的迭代计算 不断逼近 精确值-Gauss-Seidel iteration
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:815
    • 提供者:王俊
  1. ToSolveAnEquationSet

    0下载:
  2. 数值分析中五种常用的解方程组的算法在Linux下的实现。 在本压缩包里分别是: ColPivotElim.d 枢轴元素消去法解方程组 GaussElim.d 高斯销元法解方程组 GSItera.d 高斯赛德尔迭代法解方程组 JacobiItera.d 雅克比迭代解方程组 TriDecompo.d 线性方程组的直接三角分解法 运行环境是Linux,用G++编译的。-Numerical analysis of five commonly used soluti
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:92356
    • 提供者:xichen
  1. code7

    0下载:
  2. 高斯赛德尔迭代程序-Gauss-Seidel!!!!!!!!!!!!!!!!!!!!!!!!!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:76772
    • 提供者:bueaty
  1. poissonfdm

    0下载:
  2. 用有限差分法来解偏微分方程,采用高斯——赛德尔迭代方法,并用前后两次迭代差的矩阵的无穷范数作为是否停止迭代的依据。-Using finite difference method to solve partial differential equations, using Gauss- Seidel iterative methods, and poor before and after the two iterations of the infinite matrix norm as the b
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1039
    • 提供者:LGE
  1. calculating

    0下载:
  2. 计算方法高斯赛德尔迭代法,本文档时用高斯赛德尔迭代法完成计算方法实验!-Method of calculating high斯赛德尔iterative method, the documents used to complete high斯赛德尔iteration calculation experiment!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:370601
    • 提供者:yubo382071152
  1. GaussSeideldiedai

    0下载:
  2. 高斯—赛德尔迭代法解下列方程组 10x1-x2+2x3=-11 8x2-x3+3x4=-11 2x1-x2+10x3=6 -x1+3x2-x3+11x4=25-Gauss- Seidel iterative solution of the following equations 10x1-x2+2 x3 =- 11 8x2-x3+3 x4 =- 11 2x1-x2+10 x3 = 6-x1+3 x2-x3+11 x4 = 25
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:611287
    • 提供者:wq
  1. gaosi

    0下载:
  2. 数值分析题目,高斯-赛德尔迭代算法的Matlab文件。输入精度得出计算结果。-Numerical analysis topic, Gauss- Seidel iterative algorithm Matlab files. Input precision calculation results obtained.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:541
    • 提供者:mike
  1. 02

    0下载:
  2. 编制通用子程序:(1)雅可比迭代格式 (2)高斯-赛德尔迭代格式 (3)SOR方法格式-The preparation of common subroutines: (1) Jacobi iteration scheme (2) Gauss- Seidel iteration scheme (3) SOR method format
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1066
    • 提供者:刘志卫
  1. gaussseidel

    0下载:
  2. 高斯-赛德尔迭代计算方法是在计算第一个方程函数得到第一个自变量后,吧自变量更新进入第二个方程计算。-Gauss- Seidel iteration method is to function in the calculation of the first equation obtained after the first argument, it updates the independent variables into the second equation.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:676
    • 提供者:jiaoyuwei
  1. solvinglinearequations

    0下载:
  2. 线性方程组求解算法实现。包括了列主元消元法、直接LU分解法、雅克比迭代、高斯赛德尔迭代法。并且对四个算法实现做了不太规范的、简单的类封装。原创代码,含详细注释。希望对用到数值计算的带来帮助。-Algorithm for solving linear equations. Including the main-element elimination method, the direct LU decomposition, Jacobi iteration, high Sisaideer itera
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:107676
    • 提供者:风流云散
  1. yakebi

    0下载:
  2. 高斯赛德尔迭代 雅克比迭代解方程 根据误差与精度实现迭代次数判断 -jakobi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:3176
    • 提供者:
  1. 7

    0下载:
  2. 使用雅可比迭代法和高斯-赛德尔迭代法求方程组。用到高斯法求解方程组和三角分解法。-Using Jacobi iteration and Gauss- Seidel iteration method equations. Gauss method for solving equations used and the triangular decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:677
    • 提供者:郭敏霞
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com