搜索资源列表

  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:20414
    • 提供者:luo
  1. seidel迭代法

    0下载:
  2. gauss-seidel迭代法解Ax=b的解-Gauss - Seidel iterative method for Ax = b Solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6456
    • 提供者:剑胆琴心
  1. 线性方程组的迭代法和牛顿数值积分

    0下载:
  2. 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-12-24
    • 文件大小:1770
    • 提供者:skiloop@126.com
  1. seidel迭代法

    0下载:
  2. gauss-seidel迭代法解Ax=b的解-Gauss- Seidel iterative method for Ax = b Solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:252928
    • 提供者:剑胆琴心
  1. 高斯—塞德尔迭代法

    0下载:
  2. 高斯—塞德尔迭代法。-Gauss- Seidel iteration.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:276480
    • 提供者:陈新
  1. GAUSS迭代

    0下载:
  2. 关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-on numerical calculation of the source code, including from the decomposition of the matrix solution Differential Equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:157696
    • 提供者:王永科
  1. Seidel

    0下载:
  2. GAUSS-SEIDEL法的Matlab程序-A programm realizing GUASS-SEIDEL algorithm,written in Matlab.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:lll
  1. Gauss_Seidel迭代法

    0下载:
  2. 用C语言来实现的一个程序,可以求解线生方程组,比LU分解法求解速度快。- A program ,Using language c to relize ,can solve the line system of equations and rapider than a program with the way of LU Resolution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:19456
    • 提供者:luo
  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:20480
    • 提供者:luo
  1. Gauss-SerdelMATLAB

    0下载:
  2. 用Gauss-Serdel迭代法计算方程组的MATLAB函数文件-with Gauss- Serdel iterative method of calculating equations MATLAB function documents
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:宁学勇
  1. yuanma

    1下载:
  2. 数值计算方法解方程组实例,利用Gauss-Seidel迭代法解方程组-Numerical calculation method to solve equations example, using Gauss-Seidel iteration method for solution of equations
  3. 所属分类:书籍源码

    • 发布日期:2024-05-14
    • 文件大小:181248
    • 提供者:john
  1. gauss_Seidel

    0下载:
  2. 用matlab实现的Gauss-Seidel迭代法。-Using matlab realize the Gauss-Seidel iteration method.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:14336
    • 提供者:knight
  1. Gauss-Serdel

    0下载:
  2. 此程序为解线性方程组的Gauss-Serdel迭代法的源程序-This procedure for solving linear equations Gauss-Serdel source iteration
  3. 所属分类:matlab例程

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

    0下载:
  2. 数值分析实验报告!包含多个实验! 实验一 非线性方程求根 实验二 线性代数方程组的解法 --------列主元Gauss消元法 实验三 线性代数方程组的解法 ——Gauss-Seidel迭代法等-Numerical Analysis of the experimental report! Contains more than one experiment! Experiment 1 Experiment 2 ro
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:39936
    • 提供者:geoshion
  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. Possion_FEM

    0下载:
  2. 有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:542720
    • 提供者:liang
  1. sy3

    0下载:
  2. Jacobi迭代法、Gauss-Seidel迭代法、超松弛迭代法(SOR方法)分别求解线性方程组的近似解-Jacobi iteration, Gauss-Seidel iteration, SOR (SOR method) for solving linear equations are approximate solutions
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:王宝木
  1. G-S迭代

    0下载:
  2. 用Gauss-Seidel迭代法解线性方程组。(Solving linear equations by G-S iteration)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:zhiheLyn
  1. 迭代求解方程组

    0下载:
  2. 包括Jacobi迭代法,Gauss-seidel迭代法和SOR迭代法的matlab代码,以及一个测试的main程序(These are iterative methods for solving linear equations.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:小博v
  1. Gauss-Seidel迭代算法(后面有与Jacobi法比较)

    0下载:
  2. 高斯的迭代算法,后面有何jacobi算法比较(Gauss's iterative algorithm, what's the comparison of Jacobi algorithm later?)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:82944
    • 提供者:bobolanglang
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org