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

搜索资源列表

  1. VB_NUM1

    0下载:
  2. 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。-VB of linear equations to solve. Including : Gaussian Elimination Act, the law catch up with the LU decomposition, iterative method, singular value decomposition, Joe Cholesky decomposition 1
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7196
    • 提供者:李春波
  1. ConsoleJava

    0下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4317
    • 提供者:凃道
  1. DotMatrix

    1下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2986
    • 提供者:凃道
  1. gaosixiaoyuan

    0下载:
  2. 计算方法 用高斯消元法解方程组,源代码以及注释 注释在源代码中-calculated using Gaussian Elimination Solution equations, the source code and notes in the Notes source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8716
    • 提供者:袁坤
  1. gauss+ation

    0下载:
  2. 这是一个高斯消元发解方程的c语言实现。对于接多元方程非常的方便-This is a Gaussian elimination of the solution equation c language. For multiple access very convenient equation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1010
    • 提供者:黄树林
  1. Main_col_Gauss

    0下载:
  2. 高斯消元算法-Gaussian elimination method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:909
    • 提供者:王大伟
  1. GassianXY

    2下载:
  2. 利用二元域的高斯消元法得到输入矩阵H对应的生成矩阵G,同时返回与G满足mod(G*P ,2)=0的矩阵P,其中P 表示P的转置 使用方法:[P,G]=Gaussian(H,x),x=1 or 2,1表示G的左边为单位阵-binary domain PGE law input matrix corresponding to the formation of H matrix G, Meanwhile the return of mod meet with the G (G * P, 2) =
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1519
    • 提供者:心海
  1. 112313

    0下载:
  2. 高斯消元和积分算法-PGE and integral algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1042
    • 提供者:张龄
  1. Tenprograms

    0下载:
  2. 数值计算方法相关的十个程序.包括对分法、迭代法、牛顿法、割线法、高斯消元法、雅克比迭代法程序、幂法、线性拟合态、-numerical calculation method related to the 10 procedures. Including the right method, iterative method, Newton's method, secant, PGE, Jacques procedures than the iterative method, power, l
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2527
    • 提供者:周红风
  1. gsxy

    0下载:
  2. // 带有列主元的高斯消元法 // 功能: 求解线性方程组 Ax = b // 参数: A - 指向n*n系数矩阵的指针 //     b - 常数向量的指针 //     n - 方程组的维数 // 返回值:0 - 如果成功。线性方程组的解保存在 b 中 //     1 - 求解失败
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1139
    • 提供者:bodihotboy
  1. mMath

    0下载:
  2. 用于矩阵加减乘除运算、高斯消元法解方程等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7317
    • 提供者:朱益虎
  1. gauss

    0下载:
  2. 顺序高斯消元法,顺序高斯消元法
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:65476
    • 提供者:zhylj
  1. Ax=b

    0下载:
  2. 在C++环境下通过编程输入距阵实现列主元高斯消元法解方程组.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1086
    • 提供者:王立磊
  1. gaosixiaoyuan

    0下载:
  2. 自己编的高斯消元法求线性方程组的根 可以供数值算法的朋友参考
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:243748
    • 提供者:赵智斌
  1. 312

    0下载:
  2. 高斯消元法解方程, 速度较快-PGE Solving equations faster
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:922
    • 提供者:王云飞
  1. gauss_xxx

    0下载:
  2. 采用高斯消元法实现的n阶线性方程组求解程序;-using Gaussian elimination method to achieve the n-solving linear equations;
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4414
    • 提供者:王刚
  1. 选主元

    0下载:
  2. 选主元高斯消去法-Pivot Gaussian Elimination
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1799
    • 提供者:许件
  1. Matrix

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

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

    0下载:
  2. C语言编写,列主元高斯法求解线性方程组代码,方程组系数以文本形式导入程序,可计算多阶方程,识别运算时间,算法时间复杂度较低。(C language, column principal component Gauss method for solving linear equations, code equations, coefficients in text form into the program, can calculate multiple equations, identify th
  3. 所属分类:数学计算

    • 发布日期:2017-12-26
    • 文件大小:13312
    • 提供者:lhk123454321
  1. Gauss_elimination

    0下载:
  2. 数值分析中线性代数的迭代解法,分别作了按顺序选主元,选最大主元,选最小主元分别解方程,并进行比较(In the numerical analysis, the iterative method of linear algebra is used to choose the principal element in order, to select the maximum principal element and to select the minimum principal element t
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:jcg17
« 1 2 3 45 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com