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

搜索资源列表

  1. xy11111111111

    0下载:
  2. 使用全选主元高斯,约当消去法求解线性方程组-use PCA Gaussian election, when the elimination of about solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1284
    • 提供者:ghb
  1. bchol0

    0下载:
  2. 复矩阵求逆的全选主元高斯-—约当消去法,求复矩阵的逆矩阵
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1220
    • 提供者:蓝星辰
  1. achol0

    0下载:
  2. 用全选主元高斯—约当消去法求解系数矩阵为稀疏矩阵的大型方程组
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1220
    • 提供者:蓝星辰
  1. rinv

    0下载:
  2. 本程序开发环境为c++ builder.是一个c控制台程序.主函数通过调用子函数int rinv(int n,double a[])实现了全选主元高斯-若尔当消去法求矩阵的逆.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11395
    • 提供者:huaiqingdashi
  1. det

    0下载:
  2. 用全选主元高斯(Gauss)消去法计算n阶方阵的行列式值。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:980
    • 提供者:Ming Zhao
  1. chenagaus

    0下载:
  2. 求解大型稀疏方程组的全选主元高斯-约当消去法--返回零表示原方程组的系数矩阵奇异,返回的标志值不为零,则表示正常返回。-solving large sparse linear system-wide elections PCA Gauss-Jordan elimination method -- to return to the original equation is expressed by the coefficient matrix, a sign of the return value
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:913
    • 提供者:陈益林
  1. Gauss_yuedang

    0下载:
  2. 全选主元高斯-约当消去法,param mtxResult - Matrix对象,返回方程组的解,return bool 型,方程组求解是否成功-Select All PCA Gauss- Jordan elimination method, param mtxResult- Matrix object, return to the solution of equations, return bool type, the success of Equations
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1212
    • 提供者:Hou
  1. fuxishufangchengzu

    0下载:
  2. 复系数方程组的全选主元高斯-约当消去法 系数矩阵的虚部矩阵 param mtxConstImag - 常数矩阵的虚部矩阵-Complex coefficients equations PCA Gaussian Select- about when the elimination of the imaginary part of coefficient matrix matrix param mtxConstImag- constant matrix the imaginary part
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1410
    • 提供者:Hou
  1. include

    0下载:
  2. 用全选主元高斯约当消去法求N阶复矩阵的逆矩阵其中A=AR+JAI-Select All PCA using Gauss Jordan elimination method for N-order complex matrix in which the inverse matrix A = AR+ JAI
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3404
    • 提供者:chen
  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. C_J_Complex

    0下载:
  2. 采用全选主元高斯-约当消去法求解复系数线性代数方程组。其中ar存放复系数矩阵实部,ai存放复系数矩阵虚部。br存放右端复常数向量实部,返回解向量实部;bi存放右端复常数向量虚部,返回解向量虚部。-With full pivoting Gauss- Jordan elimination method for solving linear algebraic equations with complex coefficients. Which ar stored real part of compl
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1503
    • 提供者:Shepard
  1. Cjordn0

    0下载:
  2. 全选主元高斯-诺尔当消去法求解具有多组实常数向量的实系数线性方程组的C语言描述,算法-Full pivoting Gauss- Noel elimination method as a real constant vector with a multiple linear equations with real coefficients of C language descr iption of the algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1044
    • 提供者:even
  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. Gauss_Jordan

    0下载:
  2. 大型稀疏方程组的全选主元高斯-约当消去法,面对迭代法解线性方程组是会出现除数为0的情况,可用这种方法解决。-the face of iterative method for solving linear equations is zero divisor will be the case, can be resolved in this way.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1229428
    • 提供者:李宁
  1. matrix

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

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

    0下载:
  2. 求解复系数方程组的全选主元高斯—约当消去法-equation set
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1667
    • 提供者:文军
  1. GJDN

    0下载:
  2. 全选主元高斯-约当消去法同时求解系数矩阵相同而右端具有m组常数向量的线性代数方程组AX=B的全部解-QuanXuan primary gaussian-about when elimination technique and then the coefficient matrix is the same and the right side of the constant vector with m linear algebra equations AX = B of all solutions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:597
    • 提供者:戴敏
  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. 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. 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
« 1 2 34 »
搜珍网 www.dssz.com