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

搜索资源列表

  1. gaosisaideer

    0下载:
  2. 用Visual C++实现的高斯—赛德尔迭代法-achieve with Visual C Gauss - Seidel iterative method
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:46.19kb
    • 提供者:马滔
  1. Numberical

    0下载:
  2. 拉格郎日插值多项式,高斯-赛德尔迭代法,改进欧拉法(C++),如果有什么错误,请联系tudaoyong456@163.com-Lagrange polynomial interpolation, Gauss - Seidel iterative method to improve Euler (C + +), If there is anything wrong, please contact tudaoyong456@163.com
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.65kb
    • 提供者:凃道
  1. 线性方程组的迭代,matlab程序

    0下载:
  2. 雅可比(Jacobi)迭代、高斯-塞德尔(Gauss-Seidel)迭代、超松弛迭代法
  3. 所属分类:C#编程

  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
    • 文件大小:818byte
    • 提供者:张涛
  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
    • 文件大小:8.91kb
    • 提供者:bringer
  1. GaussSeideliteration

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

    • 发布日期:2017-04-29
    • 文件大小:9.84kb
    • 提供者:stu
  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
    • 文件大小:535byte
    • 提供者:李能
  1. Gauss-Seidel

    0下载:
  2. 高斯迭代法求线性方程组,用于数值分析方面,-Gauss-Seidel
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:975byte
    • 提供者:li
  1. VCPPdesign

    1下载:
  2. 10个源码合集,经典全集,针对江苏省各高校合编要求学生的课程设计!只对要交作业的大学生有用!本程序仅做课程设计作业,供大家学习和参考其中包括 1.迭代法截线性方程 2.高斯—赛德尔迭代法 3.股票交易系统 4.模板实现排行榜管理 5.物品库存管理 6.字符串操作 7.对抗游戏 8.八皇后问题 9.分数计算器 10.求解方程-10 source collection, classic Complete Works of students of the cou
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:41.67kb
    • 提供者:马凯
  1. Gauss-Seidel

    0下载:
  2. 实现高斯赛德尔迭代法,可以实现空间离散点的插值运算-Implement gaussian "del iterative method
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:735.16kb
    • 提供者:张刚
  1. Gauss---Seidel-iterative-method

    0下载:
  2. 高斯-赛德尔迭代法--源代码及关键源代码-Gauss- Seidel iterative method
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:2.99kb
    • 提供者:江一
  1. Gauss-Seidel

    0下载:
  2. 用Gauss-Seidel迭代法求解线性方程组,输入文件及线型方程组的内容放在Gauss-seidel文件中。-With the Gauss-Seidel iterative method for solving linear equations, linear equations of the input file and the contents on the Gauss-seidel file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1.64kb
    • 提供者:沈民
  1. iteration-method

    0下载:
  2. 解线性方程组的迭代法 雅可比迭代、高斯—赛德尔迭代、超松弛迭代法 -Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1.35kb
    • 提供者:纪成
  1. Matrix-ProgrammingBeta2.0

    0下载:
  2. 该编程为矩阵与数据分析课的编程作业程序,里面包括matlab的三次样条曲线程序,有Jacobi迭代法和Gauss-Seidel迭代法等-The programming and data analysis for the matrix class programming operations program, which includes the cubic spline curve matlab procedures, Jacobi and Gauss-Seidel iterative meth
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:544.56kb
    • 提供者:fat
  1. GaussSeidel

    0下载:
  2. Gauss-Seidel method高斯赛德尔迭代法求解线性方程组问题matlab代码-Gauss-Seidel method
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:671byte
    • 提供者:Fifine
  1. Gauss--Seidel

    0下载:
  2. 幂法,高斯塞德尔迭代C语言算法实现。数值计算方法中常用-Power method, high Shisaideer C language algorithm. Commonly used numerical method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3.2kb
    • 提供者:张国力
  1. Gauss-Seidel

    0下载:
  2. 潮流计算中的Gauss-Seidel迭代法-Gauss-Seidel MATLAB
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.4kb
    • 提供者:沈静
  1. a

    0下载:
  2. 高斯-赛德尔迭代法求此方程组的近似解,可以自己设定矩阵(Gauss Seidel iterative method)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:14kb
    • 提供者:hyuk
  1. 高斯-赛德尔迭代法求线性方程组Ax=b的解

    0下载:
  2. 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:10kb
    • 提供者:浅若夏沫
  1. Gauss-Seidel迭代算法(后面有与Jacobi法比较)

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

    • 发布日期:2018-04-30
    • 文件大小:81kb
    • 提供者:bobolanglang
« 12 »
搜珍网 www.dssz.com