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

搜索资源列表

  1. Guass-mode

    0下载:
  2. 最基本的高斯消元法.主要分为消元与回带求解两个部分.采用C++语言,使用Vs2008进行编写.-The basic Gaussian elimination method. Mainly divided into elimination and the back with a solution of two parts. Using C++ language, using Vs2008 to write.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:852
    • 提供者:Yove
  1. Gaussnc

    0下载:
  2. 不选主元的高斯消元法,用于求解线性方程组,很好用!基于c++编写。-Do not choose the principal component of the Gauss elimination method for solving linear equations, very good use! Prepared based on c++.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1057
    • 提供者:jubing
  1. Gaussc

    0下载:
  2. 选主元的高斯消元法,用于求解线性方程组。很方便!基于c++开发。-Selected principal component of the Gaussian elimination method for solving linear equations. Very convenient! Based on c++ development.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1113
    • 提供者:jubing
  1. sadff

    0下载:
  2. 拨钟问题的高斯消元法-Call bell issue Gauss elimination. . . . . . . . . . . . . .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:761
    • 提供者:sevennnn
  1. eliminationmethod

    0下载:
  2. 线性方程组的数值解法高斯消元法包括列主元消元法和高斯简顿消元法MATLAB环境编程实现线性方程组的解-Numerical Solution of Linear Equations Gaussian elimination method,including the mainelement elimination method and Gauss Jane Dunxiao element method.MATLAB environment,programming solution of linear
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1554
    • 提供者:sujuanliu
  1. gaosi

    0下载:
  2. 高斯消元法解方程组 高斯消元法解方程组-Gauss Elimination Method for Solving Equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1062
    • 提供者:liuming
  1. gaosi

    0下载:
  2. 利用高斯消元法解线性方程,通过输入系数矩阵,结果矩阵,即可求解多原方程-Gaussian elimination method for Linear Equations, by entering the coefficient matrix, the results matrix, can solve many of the original equation
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:712
    • 提供者:zhangyang
  1. doolittle

    0下载:
  2. LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:764
    • 提供者:王伟
  1. BaseMath

    0下载:
  2. C#实现的基本数值算法:利用高斯消元法求线性方程组的解、利用约当消元法求线性方程组的解、一元非线性方程实根的数值算法及程序实现-C# implementation of basic numerical algorithms: Gaussian elimination method of solution of linear equations using Jordan Elimination Method of linear equations, one dollar real roots of
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:495222
    • 提供者:曾文斌
  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. shuzhifenxishiyan

    0下载:
  2. 数值分析实验(1-5) 最小二乘法 高斯消元法-Numerical analysis of experiments (1-5) least squares Gaussian elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3948
    • 提供者:范林林
  1. GaussElimination

    0下载:
  2. 使用高斯消元法,解线性方程组。写作AX=B型的矩阵形式解决。-Using Gaussian elimination, solution of linear equations. Writing AX = B type of matrix solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:879624
    • 提供者:hustckm
  1. Gauss_Elimination

    0下载:
  2. 使用高斯消元法,解线性方程组。写作AX=B型的矩阵形式解决。-Using Gaussian elimination, solution of linear equations. Writing AX = B type of matrix solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1344
    • 提供者:hustckm
  1. gauss

    0下载:
  2. 高斯消元法和高斯列主元消元法解方程组;对于计算方法课程一些问题的分析解决-Gauss elimination and Gauss elimination method main-element solutions of equations calculation program for analyzing and solving some problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1059
    • 提供者:
  1. Gaussianelimination

    0下载:
  2. 运用c语言对方程组的求解进行编程,运用高斯消元法进行求解。-use c language ,programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1083
    • 提供者:pp
  1. Gaussianeliminationmethod

    0下载:
  2. 用C语言来求解n维线性方程组的解,即高斯消元法求解线性方程组-Gaussian elimination method with n-dimensional linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:252645
    • 提供者:金色笔记
  1. Numerical_Methods_matlab

    0下载:
  2. matlab实现:高斯消元法,LU分解法,迭代法,奇异值分解,乔累斯基分解法,gauss迭代解线性方程组,jacobi迭代解线性方程组-matlab implementation: Gauss elimination, LU decomposition, iterative methods, singular value decomposition, Cholesky decomposition, gauss iterative solution of linear equations, jac
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:322627
    • 提供者:jinghai
  1. gsxyf

    0下载:
  2. 高斯消元法程序,高斯消元法程序-高斯消元法程序
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8449
    • 提供者:徐云
  1. TEST1402

    0下载:
  2. 高斯消元法求解积分范例 选自fortran完全自学手册 -Gaussian elimination method for solving integral sample selected from the full self-study manual fortran
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1159
    • 提供者:reynjee
  1. equation

    0下载:
  2. 线性方程组的计算,采用的是高斯消元法来实现的。只有主要的算法代码,没有写主函数-Calculation of linear equations using the Gauss elimination method to achieve. Only the main algorithm code, did not write the main function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:636
    • 提供者:向东
« 1 2 3 4 5 67 8 9 10 11 ... 28 »
搜珍网 www.dssz.com