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

搜索资源列表

  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. 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. 6GJDN

    0下载:
  2. 用全选主元高斯—约当消去法求解实系数方程组-Select All PCA with Gauss- Jordan elimination method to solve real coefficient equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:591
    • 提供者:majun
  1. CH1

    0下载:
  2. 1.1 全选主元高斯消去法agaus.c 1.2 全选主元高斯-约当消去法agjdn.c-1.1 Select pivot Gaussian elimination agaus.c 1.2 Select pivot Gauss- Jordan elimination agjdn.c
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:14217
    • 提供者:yangasdtat
  1. gaussQ

    0下载:
  2. 程序:全主元Gauss消去法 过程:gaussq(aa,bb,xx,n,sgn) 作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败 方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient mat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:9230
    • 提供者:王超
  1. Delphi_SHU

    1下载:
  2. 本书目录列表: 第1章线性代数方程组的解法 1.全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 -Directory listing of this book: Chapter 1 of the solution of linear algebraic equations 1. The whole PCA Gauss Jordan elimination 2.LU decomposition 3. To catc
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:463406
    • 提供者:luoshong1
  1. Gauss

    0下载:
  2. 用全选主元Gauss消去法求解线性方程组。其中a是方程组的系数矩阵,b是右端常数向量,并存放最终解向量,n是阶数。-With full pivoting Gauss elimination method for solving linear equations. Where a is the coefficient matrix, b is the right end of the constant vector, and store the final solution vector, n i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1319
    • 提供者:Shepard
  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. 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. 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. 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. 20116171639319

    0下载:
  2. 第1章线性代数方程组的解法 1.全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 -Chapter 1, the solution of linear algebraic equations 1 full pivot Gauss Jordan elimination 2.LU decomposition 3 catch-up method 4
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:1473224
    • 提供者:dean1689
  1. matrix

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

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

    0下载:
  2. 可实现的算法:软件说明: 1.全主元高斯约当消去法2.LU分解法3.追赶法4.五对角线性方程组解法5.线性方程组解的迭代改善6.范德蒙方程组解法7.托伯利兹方程组解法8.奇异值分解9.线性方程组的共轭梯度法10.对称方程组的乔列斯基分解法11.矩阵的QR分解12.松弛迭代法第2章插值1.拉格朗日插值2.有理函数插值3.三次样条插值4.有序表的检索法5.插值多项式6.二元拉格朗日插值-The algorithm can be realized: Software Descr iption:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1442301
    • 提供者:liuwei
  1. Gauss_all_VCPP

    0下载:
  2. 用于解线性方程组的全主元高斯消去法C++程序-c++ Used for solving linear equations of all primary gauss elimination
  3. 所属分类:MPI

    • 发布日期:2017-12-01
    • 文件大小:3223
    • 提供者:luoxia
  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
« 1 23 »
搜珍网 www.dssz.com