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

搜索资源列表

  1. LECalculator

    0下载:
  2. 3.1 线性方程组类设计 3.2 全选主元高斯消去法 3.3 全选主元高斯-约当消去法 3.4 复系数方程组的全选主元高斯消去法 3.5 复系数方程组的全选主元高斯-约当消去法 3.6 求解三对角线方程组的追赶法 3.7 一般带型方程组的求解 3.8 求解对称方程组的分解法 3.9 求解对称正定方程组的平方根法 3.10 求解大型稀疏方程组的全选主元高斯-约当消去法 3.11 求解托伯利兹方程组的列文逊方法 3.12 高斯-赛德尔
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:71653
    • 提供者:王健
  1. nagauss-wang

    0下载:
  2. 列主元Gauss消去法解线性方程组ax=b-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:15681
    • 提供者:wangsir
  1. GCME

    0下载:
  2. 这个程序是用列主元高斯消去法求解线性方程组的通用程序-This program is the main element out Gaussian elimination for solving linear equations of the general program
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:29666
    • 提供者:张靖
  1. gepp

    0下载:
  2. 列主元Gauss消去法,希望对大家有所帮助。-Out the main element Gauss elimination method, we want to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:564
    • 提供者:yanqisha
  1. gauss

    0下载:
  2. 高斯消去法 用列主元求解AX=b 数值计算实习 例子-Gaussian elimination
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:28621
    • 提供者:史同鑫
  1. principal-com-gaussian-elnat

    0下载:
  2. 列主元高斯消去法,数值计算必备方法,通俗易懂-principal component gaussian elimination
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:361852
    • 提供者:刘翔东
  1. GT

    0下载:
  2. 列主元Gauss消去法的Mathematica程序-Out the main element of the Mathematica program Gauss elimination method
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:9819
    • 提供者:yours-h
  1. Gauss

    0下载:
  2. 解线性代数方程组的列主元高斯消去法的C++实现-Solving linear algebraic equations out of the main element Gaussian elimination by C++
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:738
    • 提供者:CGQ
  1. gauss_original

    0下载:
  2. 本源代码是数值计算方法的列主元高斯消去法。-Source code is a numerical method of Gaussian elimination pivot column.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:726
    • 提供者:liu
  1. Gauss

    0下载:
  2. 线性方程组的列主元Gauss消去法,可以直接调用的,-Linear equations of Gauss elimination pivot column
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:753
    • 提供者:王在林
  1. gauss

    0下载:
  2. 数值计算中的高斯消去法,采用矩阵进行,此为列主元高斯消去法。-Numerical calculation of the Gaussian elimination method, using the matrix, this is the main element column Gaussian elimination.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:726
    • 提供者:李晓文
  1. Typical-methods-for-linear-equations

    0下载:
  2. 解线性方程组的直接法(标准数值算法),包括高斯消去法程序、列主元高斯消去法程序、LU分解以及用LU分解求线性方程组、Cholesky分解以及用Cholesky分解求线性方程组、改进的Cholesky分解以及用改进的Cholesky分解求线性方程组、解三对角方程的追赶法。全部为本人原创程序,且全部经过测试无误。共9个MATLAB程序。程序内部含详细注释。-Solving linear equations of the direct method (standard numerical algori
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:14599
    • 提供者:huyunq
  1. Gaussian-Elimination

    0下载:
  2. 高斯消去法-列选主元求解线性方程组的java源码-Gaussian Elimination
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2170
    • 提供者:shixuehai
  1. gaosixiaoqu

    0下载:
  2. 高斯消去列主元法求解方程组,另创建一个M文件写入系数矩阵等即可验证-Out Gaussian elimination method for solving equations, the main element, and the other to create a file to write the coefficient matrix M can be verified, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:6360
    • 提供者:菜鸟程序员
  1. two-stepQRmethod

    1下载:
  2. 对于一个10乘10矩阵,先拟上三角化,再用带双步位移的QR方法求矩阵的特征值(包括复数特征值),再用列主元高斯消去法求矩阵的特征向量。-For a 10 by 10 matrix, first proposed on the triangulation, and then with a two-step displacement of the QR method, to calculate the eigenvalues ​ ​ of the matrix (includin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:482200
    • 提供者:朱付涛
  1. Guass-Elimination

    0下载:
  2. 列主元高斯消去法解线性方程组,C语言程序,运行通过,数值算法的基本算法,很实用-Gauss Elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:730
    • 提供者:Bob
  1. Gauss

    0下载:
  2. 用于数值代数Gauss消去法不选主元和列主元-Used for numerical linear algebra Gauss elimination technique don t choose the Lord and listed the yuan
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:32211
    • 提供者:流影
  1. MATLAB

    0下载:
  2. 列主元高斯消去法、LU三角分解法、龙贝格(Romberg)算法、最小二乘法的Matlab程序及运行结果-Column principal component Gaussian elimination, LU triangular decomposition method, Romberg (Romberg) algorithm, least-squares method in Matlab and the results
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:36760
    • 提供者:lihui
  1. gauss

    0下载:
  2. 列主元高斯消去法、闲来无事的时候编的程序可以对方程组进行求解-Out of the main yuan Gauss elimination method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:660
    • 提供者:李丽
  1. zuoye

    0下载:
  2. 北航数值分析 大作业 :编写程序,分别用列主元的Gauss消去法和LU分解法求解下面线性代数 方程组AX = b的解,其中A为N £ N 矩阵,N = 50,其第i(i ¸ 1)行、第j(i ¸ 1)列 元素 -The Beihang value in A major operation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2564719
    • 提供者:李雪
« 1 2 ... 8 9 10 11 12 1314 15 16 »
搜珍网 www.dssz.com