CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 列主元消去法

搜索资源列表

  1. 高斯列主元消去法解线性方程组

    1下载:
  2. 高斯消去法是一个古老的求解线性方程组的方法,但它的改进、变形得到的主元素消去法仍然是计算机上常用的计算方法。-Gaussian Elimination is an ancient solving linear equations method, but it's improving, the deformation of the main elements elimination method is commonly used by computer calculation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11884
    • 提供者:轮子
  1. 数值分析课程设计

    0下载:
  2. 本人的数值分析课程设计 ,比较完整!Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。-Numerical analysis of the curriculum design, a relatively complete! Gauss law and order eliminate Gauss out PCA elimination method is commonl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:95247
    • 提供者:沈嘉祺
  1. kismessss

    0下载:
  2. 用GAUSS列主元消去法解线性方程组的计算机程序-CLASS out with the main yuan elimination method for solving linear equations of the computer program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6328
    • 提供者:韩凌波
  1. 13709828698

    0下载:
  2. 本程序是应用数值分析对线性多元方程组的一种解法……高斯列主元消去法,把系数阵A进行对角化,再从下层至上层逐一求解。有问题请联系13709828698,李。 -this program is the application of numerical analysis of multi-linear equations of a solution ... out PCA Gaussian Elimination Act, A coefficient matrix put right for k
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:40104
    • 提供者:李英楠
  1. lzy

    0下载:
  2. 本实验主要涉及解线性方程组的列主元消去法.通过编辑程序,能更深入地了解到列主元消去法的内涵.并且通过计算比较,也可以了解到数据的精度及舍入误差等一系列有关因素.-this study involved solving linear equations of main-element elimination. Through the editorial process, to better understand out to the main yuan elimination connotatio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7997
    • 提供者:林敏
  1. 05

    0下载:
  2. 高斯列主元消去法,计算方法实现,已编译通过。使用例子 3x1+2x2+2x3+3x4=2.5 5x1+2x2+3x3+4x4=2.5 2x1+2x2+x3+2x4=2 3x1+x2+3x3+2x4=1.5 输入N=4,A={3 2 2 3 5 2 3 4 2 2 1 2 3 1 3 2},B={2.5 2.5 2 1.5}
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1039
    • 提供者:虫世木
  1. mathmatic

    0下载:
  2. 数值计算 中的各种算法: Lagrame插值,Newton迭代法,Runge-kutta,二分法求根,解线性方程组的Guass列主元消去法,自动选择步长Simpson法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5296
    • 提供者:Wing
  1. Equation

    0下载:
  2. 数值分析 解线性方程组算法,高斯列主元消去法,LU分解法,高斯-塞德尔迭代法,SOR迭代法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:27820
    • 提供者:GYZ
  1. Cpp1

    0下载:
  2. 利用高斯列主元消去法 计算方程组 可以计算任意N介方程组
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1135
    • 提供者:秋枫凌
  1. Gauss

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

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

    1下载:
  2. 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。   程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5133
    • 提供者:高天
  1. gauss

    0下载:
  2. 这是高斯列主元消去法的完整程序,可以求解线性方程组
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:3369
    • 提供者:fanyilong
  1. 555

    0下载:
  2. 高斯列主元消去法,求解其次线性方程组
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:925
    • 提供者:duxi
  1. Chapter05-06.LinearEquations

    0下载:
  2. 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:248457
    • 提供者:大乔
  1. EquationSolvedByGauss

    0下载:
  2. 使用高斯列主元法消去法求解高次线性方程组,高斯列主元消去法是最长用的求解线性方程组的方法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7762
    • 提供者:gaoaman
  1. 列主元消去法11

    0下载:
  2. 这是一个列主元消去法的VC程序,是计算方法中的一个重要的算法的编程。-This is a main-element method to eliminate the VC process, the calculation of an important programming algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14410
    • 提供者:王瑞
  1. 高斯列主元消去法(fortran)

    1下载:
  2. 利用fortran编写的高斯列主元消去法程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-10-01
    • 文件大小:1000
    • 提供者:tfwei@126.com
  1. jisuanff

    0下载:
  2. 含有线性插值, 样条插值,Gauss矩阵列主元消去法等算法的实现- Includes the linear interpolation, the transect interpolation, Gauss 鐭╅樀鍒?涓诲厓 娑堝幓娉?and so on the algorithm realization
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:3019
    • 提供者:站长
  1. GS

    1下载:
  2. C语言编写,列主元高斯法求解线性方程组代码,方程组系数以文本形式导入程序,可计算多阶方程,识别运算时间,算法时间复杂度较低。(C language, column principal component Gauss method for solving linear equations, code equations, coefficients in text form into the program, can calculate multiple equations, identify th
  3. 所属分类:数学计算

    • 发布日期:2017-12-26
    • 文件大小:13312
    • 提供者:lhk123454321
  1. 高斯列主元分解法

    0下载:
  2. 数值分析:高斯列主元消去法:对给定的n阶线性方程组A x = b ,首先进行列主元消元过程,然后进行回代过程,最后得到解或确定该线性方程组是奇异的
  3. 所属分类:数学计算/工程计算

« 12 3 4 5 6 »
搜珍网 www.dssz.com