CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Gauss-Seidel

搜索资源列表

  1. SOR

    0下载:
  2. 松弛因子的介绍(“松弛迭代法是高斯-塞德尔迭代法的一种加速方法,基本思想是将高斯-塞德尔迭代法得到的第k+1次近似解向量与第k次近似解向量作加权平均,当权因子(即松弛因子)w选择是适当时,加速效果很明显。因此这个方法最关键的是如何选取最佳松弛因子。")和算法。-Relaxation factor of the introduction (" relaxation method is the Gauss- Seidel iteration method for an accelerated
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4594
    • 提供者:陈倩倩
  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. AMGlecturenotes

    2下载:
  2. 代数多重网格算法Gauss-Seidel算法的特点是, 详细的说明-AMg lecture note
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:86621
    • 提供者:jianxinxia
  1. Gauss_Seidel

    0下载:
  2. 数值分析中的一个算法实现: 利用高斯-塞德尔迭代法求解方程组。-A numerical analysis algorithm: use of Gauss- Seidel iterative method for solving equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1959
    • 提供者:cici
  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. GaussSeide

    0下载:
  2. 实验题目:求解线性代数方程组的迭代法 相关知识:求解线性代数方程组的Gauss-Seidel迭代法的计算公式如下 数据结构:一个一维数组和一个二维数组 算法设计:用Gauss-Seidel迭代法求解线性代数方程组的算法如下 第一步:对于i=1,2,…,n (取零向量为初始向量) 第二步:e←0 第三步:对于i=1,2,…,n ⑴ ⑵对于j=1,2,…,n但 ⑶ ⑷若 ,则 ⑸ 第四步:若 (预先给定的误差精度),则转
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:818
    • 提供者:张涛
  1. diedai

    0下载:
  2. C++ 实现高斯——赛德尔迭代算法解矩阵 输入矩阵 求解矩阵-C++ Achieve Gauss- Seidel iterative algorithm for solving matrix solution matrix input matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:850
    • 提供者:花千树
  1. gauss_seidel

    0下载:
  2. function of Gauss-Seidel iterations -function of Gauss-Seidel iterations
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1264
    • 提供者:alice
  1. GaussSeideliteration

    0下载:
  2. 本文档是实现了数值分析中的高斯-塞德尔迭代法-This document is the realization of the numerical analysis of the Gauss- Seidel iteration
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:10078
    • 提供者:stu
  1. exp7

    0下载:
  2. Gauss-Seidel法求解线性方程组,方程组在程序中指定-Gauss-Seidel method for solving linear equations, equations specified in the procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:777
    • 提供者:苍月
  1. Gauss_Seidel

    0下载:
  2. 数值分析中的高斯——塞德尔迭代算法的的C语言实现-Numerical Analysis of Gauss- Seidel iterative algorithm of the C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:841
    • 提供者:Allen
  1. spgs

    0下载:
  2. 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations f (x) = 0 with vector form o
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:535
    • 提供者:李能
  1. CmpGuassSeuder

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

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

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

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

    0下载:
  2. Gauss-Seidel iteration with relaxation (nonlinear equations)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:720
    • 提供者:KIMMO
  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. poissonSolver_matlab

    1下载:
  2. siggraph2003论文Poisson image editing的matlab实现-the matlab implementation of Poisson image editing(siggraph 2003)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:27931
    • 提供者:wuqiwen
  1. MySolutions

    0下载:
  2. 运用迭代法求解线性方程组,包括高斯-赛德尔法、雅克比法、SOR法。-The use of iterative method for solving linear equations, including Gauss- Seidel method, Jacobian method, SOR method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1805356
    • 提供者:王方
  1. arithmetic

    0下载:
  2. 用c++编写的高斯-塞德尔迭代法,可以运行-Using c++ to prepare the Gauss- Seidel iteration, you can run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1186
    • 提供者:panpan
  1. duct4

    0下载:
  2. duct.f computes a fully developed viscous laminar flow in a rectangular channel of aspect ratio b/a (=bar). solve the equation: d^2u/dx^2 + d^2u/dy^2 = -1, -a<x<a, -b<y<b method of discretisation: 3-point centered differences
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-23
    • 文件大小:2548
    • 提供者:Barboy
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com