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

搜索资源列表

  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. fangcheng

    0下载:
  2. 通过开发C++程序实现高斯消元法解线性方程组.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10633
    • 提供者:pengyitao
  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. 高斯列主元消去法(fortran)

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

    • 发布日期:2010-10-01
    • 文件大小:1000
    • 提供者:tfwei@126.com
  1. LU分解方法求解线性方程组的Fortran程序

    2下载:
  2. LU分解方法求解线性方程组的Fortran程序,包含了一个验证程序。计算效率相对于选主元高斯消去法高出一些。-LU decomposition method for solving linear equations Fortran program, includes a verification process. Computational efficiency relative to the pivoting Gaussian elimination than some.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-05-08
    • 文件大小:9216
    • 提供者:李学斌
  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. xianxingfangchengzu

    0下载:
  2. 利用高斯消元法、雅克比消元法解决求解线性方程组的解的程序-Using Gaussian elimination method, Jacobian elimination method for solving linear equations to solve the solution procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1522
    • 提供者:vivian
  1. gaoshixiaoyuan

    0下载:
  2. 本程序运用高斯消元法,解决复杂的线性方程组解的问题。-This procedure using Gauss elimination to solve complex linear equations solution of the problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1016
    • 提供者:崔云
  1. fushufangcheng

    0下载:
  2. 本程序能够求系数是复数的线性方程组的解,采用的是高斯消元法。-This program can demand coefficient is complex linear equations, using the Gauss elimination method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1014
    • 提供者:崔云
  1. gaosi

    0下载:
  2. 列主元高斯消元法,比较好用的程序,希望能对大家所帮助!-Gauss elimination pivot column element method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:945
    • 提供者:tang fei
  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. NumericalAnalysisProgram

    0下载:
  2. 数值分析课程的一些实用典型算例程序: 二分法,高斯消元法,牛顿法,拉格朗日法,龙贝格-Numerical analysis courses typical examples of some practical procedures: dichotomy, Gaussian elimination method, Newton method, Lagrangian, Romberg
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3276479
    • 提供者:yuchao
  1. Plane_finite_element_program

    0下载:
  2. 简单的平面有限元程序,采用三结点三角形单元;采用等带宽存贮技术;采用高斯消元法解线性方程组。-Simple plane finite element program, using three node triangular element use of such bandwidth, storage technology using Gauss elimination method to solve linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:8329
    • 提供者:Qin
  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. computing-method

    0下载:
  2. 实现拉格朗日算法、高斯消元法算法、梯形公式的逐次分半法等常用计算方法的算法程序-Achieve Lagrangian algorithm, Gaussian elimination algorithm, the successive half trapezoidal method and other commonly used procedures for calculation of the algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2576
    • 提供者:Aleny
  1. Gaussian-elimination

    0下载:
  2. 高斯消元法c语言程序。。经测试正确,,计算方法-Gaussian elimination c language program. . The test correctly
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:190958
    • 提供者:星沉
  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. 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. 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
« 12 3 »
搜珍网 www.dssz.com