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

搜索资源列表

  1. Gaussian-elimination-method-

    0下载:
  2. 采用高斯列主元消去法求解其次线性方程组,是较常见的解方程组的算法-The main element of the Gaussian elimination method for solving Secondly linear equations, is more common solution of equations algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:3626
    • 提供者:赵永宁
  1. Gaussian

    0下载:
  2. 高斯迭代消元法,用于数值分析计算的一种便捷算法-The Gauss iterative elimination method for the numerical analysis of a convenient algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:71132
    • 提供者:李鹏程
  1. Partial_Pivoting

    1下载:
  2. 利用matlab实现高斯列主元消去法解线性方程组的数值解。-Using matlab to achieve numerical solution of the principal component Gaussian elimination method for solving linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:734
    • 提供者:hu mou
  1. mat

    0下载:
  2. 高斯列主消元法、打印杨辉三角MATLAB程序-The Gaussian main elimination method, MATLAB program to print Pascal' s Triangle
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:103398
    • 提供者:zhiwei_zhang
  1. solve-equation

    0下载:
  2. 解决一般的线性方程组,其中包含希尔伯特消元法和高斯隐式消元法两种方法。-Solve a generally linear equations, which contains two methods in Hilbert elimination method and Gauss implicit elimination method.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:109807
    • 提供者:李鹏程
  1. Gaussian-elimination-method

    2下载:
  2. 高斯列主元消去法vb源程序,方便求解方程组未知数的值。-The main element of the Gaussian elimination method vb source code, to facilitate solving equations unknowns value.
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:1742
    • 提供者:aqingqt
  1. Euler-method

    0下载:
  2. 高斯赛德尔消元法、Heun法等实现线性方程组的求解、另附一份MATLAB之GUI设计基础-High Sisaideer elimination method, Heun method to achieve linear equations, attach a MATLAB GUI design basis
  3. 所属分类:matlab

    • 发布日期:2017-11-03
    • 文件大小:569397
    • 提供者:msok
  1. solution-of-linear-equations

    0下载:
  2. 有7种解线性方程组的算法,高斯算法,高斯列主元,高斯完全主元,LU分解法,LU列主元分解法,追赶法,高斯约旦消去法-There are seven kinds algorithm of solution of linear equations, Gaussian algorithm, out PCA Gaussian, Gaussian completely principal component, LU decomposition, LU column principal component
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:339164
    • 提供者:zhangjing
  1. GauseJordan

    0下载:
  2. 用高斯--约当列主元消去法求线性方程组的解-Gauss- Jordan elimination method for main-element solution of linear equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:791
    • 提供者:黄磊
  1. GAUSSJ

    0下载:
  2. 线性方程组的解法 全主元高斯-约当(Gauss-Jordan)消去法 用高斯-约当消去法求解A[XY]=[BI],其中A为n*n非奇异矩阵,B为n*m矩阵,均已知;X(n*m),Y(n*n)未知。-Solution of linear equations the main yuan Gaussian- Jordan (Gauss-Jordan) elimination method Gauss- Jordan elimination method to solve A [XY] = [B
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:629
    • 提供者:han
  1. ACJDN

    0下载:
  2. 用全选主元高斯-约当消去法求解系数矩阵相同而具有多组右端常 数向量的复系数线性代数方程组AX=B-PCA Gaussian with Select- Jordan elimination method for solving the same coefficient matrix and constant vector with multiple groups of the right end of the complex coefficients of linear algebraic e
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1051
    • 提供者:aaaaa
  1. 1

    0下载:
  2. 高斯算法和列主元消去法,对于解决多元方程组有着很大的帮助-Gaussian elimination algorithm and the main element method for solving multiple equations of great help
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3976
    • 提供者:chenhaozhong
  1. gaus_all1

    0下载:
  2. 高斯全主元消元法求, 用于线性方程的求解.-The main yuan Gaussian elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:768
    • 提供者:张婷
  1. Gauss

    0下载:
  2. 高斯列主元消去法求解线性方程组C语言代码实现,数值计算方法中常用-Out PCA Gaussian elimination method for solving linear equations C language code, commonly used numerical method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4071
    • 提供者:张国力
  1. Out-PCA-Gaussian-elimination-method

    0下载:
  2. 数值线性代数 高斯列主元消去法的C++具体实现过程 -Out PCA Gaussian elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3573
    • 提供者:小蟋蟀
  1. sor

    0下载:
  2. 自己编的SOR迭代法。列出每次迭代结果。精确解由高斯列主元消去法求得。-My SOR iterative algorithms. The results in each iteration are listed.The exactsolution obtained by the Gauss elimination method .
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:918
    • 提供者:gamila
  1. zoeppritz

    1下载:
  2. 高斯列主元消去法解zoeppritz方程(按角度赋值)-Out PCA Gaussian elimination method for solving zoeppritz equation (press angle assignment)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1317
    • 提供者:tanfeng
  1. Gauss_LieZhu

    0下载:
  2. 数值分析,迭代方法,高斯列主消元法,matlab源程序, Gau-Numerical analysis, iterative method out PCA Gaussian elimination method, matlab source code, Gauss
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:646
    • 提供者:豪放派
  1. 1153304_4_1_(1).cpp

    0下载:
  2. 根据高斯和高斯列主元消元的数值计算方法,编写C++程序,来求解一般矩阵方程的计算及其相关运算。-According to Gauss and out PCA Gaussian elimination numerical methods, the preparation of C++ program to solve the general matrix equation calculations and related operations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:975
    • 提供者:小哈
  1. CPP-commonly-used-algorithm

    0下载:
  2. C++常用数据集,包括“求赫申伯格矩阵全部特征值的QR方法”、"求解复系数方程组的全选主元高斯\|约当消去法"等。-C++ commonly used data sets, including " seeking Hoeschen Berg matrix QR method all eigenvalues" , " solving equations with complex coefficients Select PCA Gaussian \ | Jordan elim
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:250204
    • 提供者:陈杰
« 1 2 ... 26 27 28 29 30 3132 33 »
搜珍网 www.dssz.com