搜索资源列表

  1. Longest_shortest_route

    0下载:
  2. 1. 在程序运行过程中首先根据目标函数和等式约束条件写出拉格朗日函数,确定出新的目标函数的维数和系数,并输入到程序中从而得出结果。在本程序中,用到了列主元高斯消元法求解方程组。-1. First, the program is running according to the objective function and equality constraints to write the Lagrangian function, to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈卫亮
  1. Lagrange_multiplier_method

    0下载:
  2. 1. 在程序运行过程中首先根据目标函数和等式约束条件写出拉格朗日函数,确定出新的目标函数的维数和系数,并输入到程序中从而得出结果。在本程序中,用到了列主元高斯消元法求解方程组。-1. First, the program is running according to the objective function and equality constraints to write the Lagrangian function, to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈卫亮
  1. Gaussianelimination

    0下载:
  2. 行尺度主元高斯消元法,算法由两部分组成,分解阶段和求解阶段-OK-scale principal component Gaussian elimination method, the algorithm consists of two parts, decomposition stage and the solution phase
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王胜
  1. fchzuqiujie

    0下载:
  2. 各种线性方程组求解方法的数值计算,如高斯消元法、追赶法等,比较全面的。VC6.0-A variety of methods to solve linear equations numerical calculation, such as the Gaussian elimination method, to catch up with France and so on, more comprehensive. VC6.0
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:71680
    • 提供者:李文
  1. Algorithm

    0下载:
  2. 方程求根的牛顿迭代法的算法和熟悉列主元高斯消元法解线性方程组的算法-Equation Roots of Newton' s iteration algorithm and PCA are familiar with out Gaussian elimination algorithm for solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:64512
    • 提供者:zhangmin
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者: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例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者: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例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jubing
  1. sadff

    0下载:
  2. 拨钟问题的高斯消元法-Call bell issue Gauss elimination. . . . . . . . . . . . . .
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者: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,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:sujuanliu
  1. gaosi

    0下载:
  2. 高斯消元法解方程组 高斯消元法解方程组-Gauss Elimination Method for Solving Equations
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhangyang
  1. doolittle

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王伟
  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 equat
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:495616
    • 提供者:曾文斌
  1. NumericalAnalysisProgram

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

    • 发布日期:2024-05-20
    • 文件大小:3276800
    • 提供者:yuchao
  1. shuzhifenxishiyan

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

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:范林林
  1. GaussElimination

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

    • 发布日期:2024-05-20
    • 文件大小:879616
    • 提供者:hustckm
  1. Gauss_Elimination

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. xxx

    0下载:
  2. 高斯消元法解方程组,一般方程组都能解,绝对原创-The gaussian elimination method, the general equation can equations
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:章子初
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 35 »

源码中国 www.ymcn.org