CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 全选主元高斯消去法

搜索资源列表

  1. qiujuzhendezhi

    0下载:
  2. 1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏 int m : 矩阵A的行数 int n : 矩阵A的列数 int rank() : 函数返回A的秩 3.文件说明 rank.c为函数程序 rank0.c为主函数程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:罗坤
  1. qiuyibanhanglieshidezhi

    0下载:
  2. 1.功能 用全选主元高斯消去法计算n阶方阵A所对应的行列式的值(C语言) 2.参数说明 double a[n][n] : 存方阵A的元素,返回时被破坏 int n : 方阵A的阶数 double sdet() : 函数返回行列式的值 3.文件说明 sdet.c为函数程序 sdet0.c为主函数程序-1. Function with all the main election yuan Gaussian elimination method n matr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1505
    • 提供者:罗坤
  1. ACGAS

    0下载:
  2. 用全选主元高斯消去法求解N复系数阶线性方程组AX=B
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:36929
    • 提供者:z
  1. Gauss

    0下载:
  2. 本算法为全选主元高斯消去法,用于线性代数方程组的求解
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9584
    • 提供者:zhangshuang
  1. CH1

    0下载:
  2. C语言实现的一些数学计算,包括全选主元高斯消去法、求解三对角线方程组的追赶法等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14883
    • 提供者:丘实
  1. 求解线性代数方程组

    0下载:
  2. 线性代数方程组的求解全选主元高斯消去法全选主元高斯约当消去法复系数方程组的全选主元高斯消去法-linear algebraic equations to solve all the main election yuan Gaussian Elimination entire election PCA about when Gaussian Elimination of complex equations of the entire election PCA Gaussian Eliminatio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14930
    • 提供者:樊继东
  1. agaus

    1下载:
  2. 全选主元高斯消去法agaus.c--返回零表示原方程组的系数矩阵奇异,返回的标志值不为零,则表示正常返回。-entire election PCA Gaussian Elimination agaus.c --return to the original equation is expressed by the coefficient matrix, a sign of the return value is not zero, then returned to normal.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 求行列式值的全选主元高斯消去法的c语言实现-Demand determinant value of the Select Principal Gaussian elimination c-language implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:6141
    • 提供者:刘璐
  1. Gauss_Complex

    0下载:
  2. 采用全选主元高斯消去法,求解复系数线性方程组。其中ar存方程组复系数矩阵实部,ai存虚部。br存右端向量实部,返回解向量实部;bi存右端向量虚部,返回解向量虚部。-With full pivoting Gaussian elimination, solving linear equations. Ar equations which keep the real part of complex coefficient matrix, ai keep the imaginary part. br k
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1563
    • 提供者:Shepard
  1. ABAND

    0下载:
  2. 用来求线性代数方程组的全选主元高斯消去法-Of linear algebraic equations for the full pivoting Gaussian elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:584
    • 提供者:dingcan
  1. BGINV

    0下载:
  2. 求行列式值的全选主元高斯消去法。 内附形参说明-Determinant value of the whole pivoting Gaussian elimination. Enclosing the parameter descr iption
  3. 所属分类:Algorithm

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

    0下载:
  2. 全选主元高斯消去法求实系数于负系数线性代数方程组的算法-Full pivoting Gaussian elimination realistic factor in the negative coefficient of linear algebraic equations of the algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1105
    • 提供者:even
  1. third

    0下载:
  2. 全选主元高斯消去法解线性方程组,牛顿迭代法求非线性方程组-Full pivoting Gaussian elimination method for solving linear equations, Newton iterative method for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1501
    • 提供者:Dennis
  1. GAUS

    0下载:
  2. 全选主元高斯消去法求解线性代数方程组AX=B的全部解-QuanXuan primary gaussian elimination method is used to solve the linear algebra equations AX = B of all solutions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:648
    • 提供者:戴敏
  1. LinearEqu

    0下载:
  2. 用全选主元高斯消去法求解一个四元线性方程组-A 4 Select is principal component Gaussian elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1067700
    • 提供者:李晨
  1. 1RANK

    0下载:
  2. 用全选主元高斯消去法很方便地计算任何矩阵的秩-Select the main Gaussian elimination method to easily calculate any matrix of rank
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1019
    • 提供者:wade
  1. 3GAUS

    0下载:
  2. 用全选主元高斯消去法求解实系数方程组的解法-Select main Gaussian elimination method for solving the solution of the equations with real coefficients
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1270
    • 提供者:wade
  1. MatrixCalculator

    1下载:
  2. 2.1 矩阵类设计 2.2 矩阵基础运算 2.3 实矩阵求逆的全选主元高斯-约当法 2.4 复矩阵求逆的全选主元高斯-约当法 2.5 对称正定矩阵的求逆 2.6 托伯利兹矩阵求逆的特兰持方法 2.7 求行列式值的全选主元高斯消去法 2.8 求矩阵秩的全选主元高斯消去法 2.9 对称正定矩阵的乔里斯基分解与行列式的求值 2.10 矩阵的三角分解 2.11 一般实矩阵的QR分解 2.12 一般实矩阵的奇异值分解 2.13 求广义
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:65586
    • 提供者:王健
  1. algo

    0下载:
  2. 求解实系数方程组的全选主元高斯消去法,C代码,实际验证无误,可放心使用-Select solving real coefficient equations principal component Gaussian elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:15594
    • 提供者:kangkang
« 12 3 »
搜珍网 www.dssz.com