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

搜索资源列表

  1. ConsoleJava

    0下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4317
    • 提供者:凃道
  1. matlab高斯消去法

    1下载:
  2. 利用matlab程序实现列主元的高斯消去法。-using Matlab program out of the main yuan Gaussian Elimination Act.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22280
    • 提供者:悟凡
  1. 高斯消元法解n阶线性方程组

    2下载:
  2. 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10119
    • 提供者:郑双明
  1. 高斯消元法(选主元)

    0下载:
  2. 高斯消元法(选主元)这个也是数学方法中的常用计算程序学过的人都知道的-Gauss-Emilination algorithm
  3. 所属分类:数值算法/人工智能

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

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

    • 发布日期:2010-10-01
    • 文件大小:1000
    • 提供者:tfwei@126.com
  1. 高斯消元法子程序fortran

    0下载:
  2. 高斯消元法子程序fortran
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-09-27
    • 文件大小:859
    • 提供者:lja999
  1. Gauss

    1下载:
  2. 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:30380
    • 提供者:chuchenyun
  1. Matrix

    2下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1077281
    • 提供者:雾水葛
  1. aa

    0下载:
  2. 用高斯消元法解线性方程组 的MATLAB程序-Solution using Gauss elimination process of linear equations of MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:74498
    • 提供者:束文杰
  1. Gaussian

    0下载:
  2. 高斯消元法求解线性方程组的并行程序。该程序已经测试通过,运行非常稳定,计算量控制的也很好。-Gauss elimination method for solving linear equations of parallel programs.The program has been tested, very stable operation, the control computation is also very good.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2112
    • 提供者:
  1. geap

    0下载:
  2. 数值分析里面的高斯消元法利用全主元消去的程序-Numerical analysis method which use the Gaussian elimination procedure all main element elimination
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:625
    • 提供者:yuxin
  1. gepp

    0下载:
  2. 数值分析中的高斯消元法利用列主元进行消元程序-Numerical analysis using the Gaussian elimination method carried out principal component elimination process
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:536
    • 提供者:yuxin
  1. Numerical-Analysis-5

    1下载:
  2. 这里面是数值分析作业的VB程序数值分析程序 线性方程 雅可比 高斯 迭代 二次及高次 线性微分方程 列主元及行主元高斯消元法 LU分解 插值法-This operation which is the numerical analysis numerical analysis program VB program Gaussian iterative linear Fangcheng Ya secondary and higher than linear differential column a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:56078
    • 提供者:耿伟
  1. the-solution-to-AX=B

    0下载:
  2. 对任意线性方程组AX=B,利用矩阵等价变换形成上三角矩阵,在利用高斯消元法中的回代过程简便的求解方程组AX=B的解。本程序是用MATLAB编写的,运行时只要输入矩阵A和B,即可得到方程的解。程序中有详细的注释,很好理解。本程序具有通用性。-For any system of linear equations AX = B, the use of equivalent transformation matrix to form the upper triangular matrix using G
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1252
    • 提供者:大象
  1. include

    0下载:
  2. 使用高斯消元法反复迭代得到高斯有限差分形式下的C语言程序(Gauss iteration method is used to obtain the C language program in the form of Gauss finite difference)
  3. 所属分类:数学计算

    • 发布日期:2017-12-22
    • 文件大小:10240
    • 提供者:一条大河
  1. gauss

    0下载:
  2. 利用matlab编写程序,实现列主元高斯消去法与三角变换法(Gaussian Elimination,triangular decomposition method)
  3. 所属分类:数值算法/人工智能

  1. GS

    0下载:
  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. LU

    0下载:
  2. 可以用该程序数值求解矩阵,具有详细的注释,理解LU分解法求线性方程组的算法原理(The program can be used to solve the matrix, with detailed notes, understanding the LU decomposition method for solving linear equations algorithm principle)
  3. 所属分类:数值算法/人工智能

  1. CH1

    0下载:
  2. 可以快速的进行数学计算,可以很好的解决数学中遇到的各种微分积分求解的问题(The mathematical calculation can be carried out quickly, and it can solve the problem of differential integral in mathematics.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:kis111
  1. 2.1.1Gauss

    0下载:
  2. 高斯消元法解方程组范例程序,可以用来尝试解方程组(The Gauss elimination method is used to solve the equation set case program, which can be used to try to solve the equation group.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:angelwangs
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com