CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 高斯消元法

搜索资源列表

  1. numericalcalculation

    0下载:
  2. 常用数值计算方法(包括最小二乘、龙格—库塔算法、列主元高斯消去法等有效的、常用的数值计算方法)-commonly used numerical methods (including least-squares, the Runge - Kutta algorithm, main-yuan Gaussian Elimination so effective, commonly used numerical method)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7783
    • 提供者:雷骏
  1. Part_2_C_programmes

    0下载:
  2. 程序总结2 改进欧拉法|高斯消去法|简单迭代法|列主元元素消元|龙贝格算法|龙格库塔方法|牛顿插值多项式-procedures to improve Euler France | Gaussian Elimination | simple iteration | out the main elements Consumers billion yuan | Romberg Algorithm | Runge Kutta method | Newton polynomial interpolatio
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4981
    • 提供者:周琳
  1. tina

    0下载:
  2. C++解线性方程组 复系数方程组的全选主元高斯消去法-C + + solution of linear equations of complex equations of the entire election PCA Gaussian Elimination
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6891
    • 提供者:张宁
  1. shizhifenxi

    0下载:
  2. 数值分析算法描述与习题解答,由清华大学徐士良教书,用C编写的各种数学算法。比如:托伯利兹型线性代数方程组的递推算法,全选主元高斯消去法解复系数线形代数方程组,复矩阵求逆的全选主元高斯-约当法,等;-numerical analysis algorithm descr iption and answer the questions from Qinghua University XU Shi-liang, teaching C prepared by the various mathematica
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:88260
    • 提供者:qinzuoyi
  1. Main_Gauss

    0下载:
  2. 本程序实现了列主元高斯消去法,程序层次清晰,界面详细-this program out of the main yuan Gaussian elimination method, procedure levels clear and detailed interface
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1851
    • 提供者:14965a
  1. geap

    0下载:
  2. 自己编写的全主元高斯消去法解线性方程组的matlab函数。特点:运行稳定,适合于工程计算;结构清楚,注释详尽,非常适合于初学者。-their preparation of all PCA Gaussian elimination method for solving linear equations of Matlab function. Features : stable operation, which is suitable for engineering calculations; St
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1511
    • 提供者:姚飞
  1. lzgsxyf

    0下载:
  2. 数值分析中的求解算法 列主元高斯消去法。已经过编译测试-numerical analysis of the algorithm shown in the main yuan Gaussian elimination method. Has been compiled test
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2319
    • 提供者:张薇
  1. qzgsxyf

    0下载:
  2. 数值分析中的求解算法 全主元高斯消去法 已经过编译测试-numerical analysis of the whole algorithm PCA Gaussian Elimination Act has been compiled test
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2140
    • 提供者:张薇
  1. qiujuzhendezhi

    0下载:
  2. 1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏 int m : 矩阵A的行数 int n : 矩阵A的列数 int rank() : 函数返回A的秩 3.文件说明 rank.c为函数程序 rank0.c为主函数程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:罗坤
  1. qiuyibanhanglieshidezhi

    0下载:
  2. 1.功能 用全选主元高斯消去法计算n阶方阵A所对应的行列式的值(C语言) 2.参数说明 double a[n][n] : 存方阵A的元素,返回时被破坏 int n : 方阵A的阶数 double sdet() : 函数返回行列式的值 3.文件说明 sdet.c为函数程序 sdet0.c为主函数程序-1. Function with all the main election yuan Gaussian elimination method n matr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1505
    • 提供者:罗坤
  1. qzy

    0下载:
  2. 利用全主元高斯消去法对线性方程组的求解过程进行数值模拟与计算。-use all PCA Gaussian elimination of linear equations, the solution process simulation and numerical calculation.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1484
    • 提供者:lsx
  1. xianxingfangchengzujiefa

    0下载:
  2. 线性方程组数值解法 包括高斯赛德尔迭代法 矩阵直接三角分解法 列主元高斯消去法 雅可比迭代法-linear equations numerical solution including high resistivity iteration triangular matrix decomposition directly out PCA Gaussian elimination Jacobi iterative method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2274
    • 提供者:xixi
  1. Gauss

    0下载:
  2. 列主元高斯消去法 是我学习计算方法A时编写的 完成了列主元高斯消去法实现方程组求解。-out PCA Gaussian elimination is my calculation A study prepared at the completion of the main-element Gauss elimination method to achieve equation Solving Group.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9415
    • 提供者:张从
  1. ACGAS

    0下载:
  2. 用全选主元高斯消去法求解N复系数阶线性方程组AX=B
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:36929
    • 提供者:z
  1. liezhuyuangaussandsor

    0下载:
  2. 自己用matlab编写的选主元高斯消去法解线性方程组的通用程序,和sor法解线性方程组的通用程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6510
    • 提供者:连早喻
  1. Gauss

    0下载:
  2. void Gauss() /*高斯消去法是解线性方程组的一个方法,这里用列主元消去法*/
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:1024
    • 提供者:廖利辉
  1. vctkaco

    0下载:
  2. 高斯消元法解线性方程直接用数组编的简单易懂,利于c程序设计初学者读懂()
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:whle%25211231
  1. RIOUQCW

    0下载:
  2. 数值计算方法相关的十个程序 包括对分法,迭代法,牛顿法,割线法,高斯消元法,雅克比迭代法程序,幂法,线性拟合态,()
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:sawema
  1. 解线性方程组的高斯列主元消元法vb程序

    0下载:
  2. 解线性方程组的高斯主列消去法vb程序。pfg(Gauss iterative method for solving linear equations)
  3. 所属分类:其他小程序

    • 发布日期:2018-05-01
    • 文件大小:214016
    • 提供者:aaazz
  1. code

    1下载:
  2. 输入骨架点,得出系数,基于泰勒展开式和高斯消元法(Enter the skeleton point, derive the coefficients, based on Taylor expansion and Gaussian elimination)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:280576
    • 提供者:himryang
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 28 »
搜珍网 www.dssz.com