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

搜索资源列表

  1. NumAna_GaussElim

    1下载:
  2. 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。   程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5133
    • 提供者:高天
  1. 高斯消元法(c)

    1下载:
  2. 电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-Gauss elimination is also called Gauss-Jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1283
    • 提供者:肖江
  1. Matrix.rar

    0下载:
  2. 关于求矩阵秩的程序,用高斯—约当消元法实现,On the procedure for matrix rank, using Gauss- Jordan elimination method to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:10622
    • 提供者:万剑平
  1. xxfc

    0下载:
  2. 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition method 3. To catch up with law 4.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:8333
    • 提供者:wzz
  1. VisualC

    0下载:
  2. 全主元高斯-约当(Gauss-Jordan)消去法-PCA-wide Gauss- Jordan (Gauss-Jordan) elimination method
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-09
    • 文件大小:15560544
    • 提供者:iceblue001
  1. Matrix

    2下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1077281
    • 提供者:雾水葛
  1. gauss

    1下载:
  2. MATLAB中的高斯消元法解方程,注释,源MATLAB代码-MATLAB in the Gauss elimination solution of equations, notes, source MATLAB code
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:976
    • 提供者:马刚
  1. inverse

    0下载:
  2. 主要内容:在visual studio上实现矩阵求逆的过程 矩阵求逆:用全选主元高斯约当消去法求n阶是矩阵A的逆矩阵A-1。其中包括矩阵求逆算法描述 -Main elements: the visual studio to achieve the process of matrix inversion matrix inversion: The Select pivot Gauss Jordan elimination order to n-order matrix A is the i
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:6519
    • 提供者:刘丽
  1. liezu

    0下载:
  2. 全主元高斯-约当消元法 可以求解线性方程组-All Principal Gauss- Jordan elimination method for solving linear equations can be
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1081
    • 提供者:lcy
  1. gaosi

    1下载:
  2. 共两个程序,分别为:高斯顺序消去法,高斯列主元消去法 -Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MATLAB language development, and
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:964
    • 提供者:wangsizhao
  1. xianxingfangchengzu

    0下载:
  2. 本代码是GAUSS-SEIDEL迭代法、选主元JORDAN消去法、简单GAUSS消去法、选主元GAUSS消去法的MATLAB程序,有详细注释,可直接调用-This code is GAUSS-SEIDEL iteration, pivoting JORDAN elimination, simple GAUSS elimination, pivoting GAUSS elimination of the MATLAB program, with detailed notes, can be cal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2359
    • 提供者:huanghf
  1. Gauss_Jordan

    0下载:
  2. 全选主元Gauss-Jordan消去法求解线性代数方程组。其中a是方程组系数矩阵,b先存右端的m组常数向量,之后存解向量。n是阶数,m是右端常数向量组数。-Select the main element Gauss-Jordan Elimination method for solving linear algebraic equations. Where a is the coefficient matrix, b right side of m pre-existing group of c
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1506
    • 提供者:Shepard
  1. Gauss-Jordan

    0下载:
  2. 高斯约当迭代法,是消元法的一种,很好用的原代码-Gauss-Jordan
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1059
    • 提供者:吴建金
  1. Gau_jor

    0下载:
  2. 求线性方程组的列主元Gauss-jordan消元法-Linear Equations of the column main element Gauss-jordan elimination method
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:793
    • 提供者:王昆
  1. Gauss---Jordan

    0下载:
  2. 用全选主元高斯-约当消去法求解实系数方程组和复系数方程组-With full pivoting Gauss- Jordan elimination method to solve equations with real coefficients and complex coefficients of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1407
    • 提供者:姚建伟
  1. Method-for-solving-EM-problems

    0下载:
  2. 提出了一种求解电磁场有限元 边界元混合法所生成的线性方程组的有效方法 ———内观 法结合多波前法.由于该线性方程组的系数是一个部分稀疏部分满填充的矩阵,为了加速求解,应用内观法将系数矩阵分为 2块,一块是有限元法形成的稀疏矩阵,另一块是边界元法生成的满阵,然后用多波前法求解稀疏矩阵方程,用高斯 约当消去法解满阵方程. 采用该方法,计算了二维多层介质柱体的雷达散射截面.计算结果表明,该方法的计算效率远远高于传统的高斯法.-Proposed for solving mixed finite el
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:310217
    • 提供者:durongmao
  1. matrix

    3下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Algorithm

    • 发布日期:2014-12-20
    • 文件大小:1077248
    • 提供者:wuzw
  1. acgas

    0下载:
  2. 复系数方程组的全选主元高斯约当消元法,用于求解系数是复数的情况-Equations with complex coefficients pivoting Gauss Jordan elimination method for solving the coefficient is a complex situation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1102
    • 提供者:wanglei
  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. GAUSS-JORDAN

    0下载:
  2. 用全选主元高斯-约当消去法同时求解系数矩阵相同而右端具有m组常数向量的n阶线性代数方程组-With full pivoting Gauss- Jordan elimination method for solving the same time while the right side has the same coefficient matrix of linear algebraic equations of order n m group constant vector
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:737
    • 提供者:nyg
« 12 »
搜珍网 www.dssz.com