搜索资源列表

  1. 高斯列主元消去法

    0下载:
  2. 列主元高斯消去法 用c语言编写 在Turbo c 2.0中调试通过-out PCA Gaussian Elimination c language used in Turbo c 2.0 debugging through
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3812
    • 提供者:赵玲
  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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7196
    • 提供者:李春波
  1. 高斯列主元消去法解线性方程组

    0下载:
  2. 高斯消去法是一个古老的求解线性方程组的方法,但它的改进、变形得到的主元素消去法仍然是计算机上常用的计算方法。-Gaussian Elimination is an ancient solving linear equations method, but it's improving, the deformation of the main elements elimination method is commonly used
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11884
    • 提供者:轮子
  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 decomposi
  3. 所属分类:C#编程

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

    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 decomposi
  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

    1下载:
  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
  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
  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. Gauss列主元

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈锋
  1. shuzhifenxi

    0下载:
  2. 数值分析实验报告!包含多个实验! 实验一 非线性方程求根 实验二 线性代数方程组的解法 --------列主元Gauss消元法 实验三 线性代数方程组的解法 ——Gauss-Seidel迭代法等-Numerical Analysis of the experimental report! Contains more than one experiment! Experiment 1 Experiment 2 ro
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:geoshion
  1. shuzhijisuan

    0下载:
  2. 数值计算(科学计算)实验代码高斯消元楚列斯基分解-Numerical calculation (scientific computing) experimental code Gauss elimination Chu decomposition列斯基
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:57344
    • 提供者:Vricky
  1. Matrix

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

    • 发布日期:2024-05-20
    • 文件大小:1077248
    • 提供者:雾水葛
  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 m
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:lhk123454321
  1. gauss

    0下载:
  2. 采用高斯消元法,实现线性非齐方程求解,并且具有回代,可以直接论证方案。具有一般性,和参考性。(The Gauss elimination method is used to solve the linear non-homogeneous equation, and it can be used to prove the scheme directly. It is general and referential.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:27648
    • 提供者:白泽呼啸
  1. CH1

    0下载:
  2. 运用全选主元高斯消去法解线性方程组(Fortran语言编写)(The solution of linear equations with full pivoting Gauss elimination method)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:LvZhao
  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 t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:jcg17
« 1 2 3 4 5 67 8 9 10 11 ... 39 »

源码中国 www.ymcn.org