CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - solve linear equations

搜索资源列表

  1. SOR

    0下载:
  2. 这是松弛迭代法(SOR)的源代码,对解决线性方程组求解问题很有帮组-This is a relaxation iterative method (SOR) of the source code to solve linear equations to solve the problem is to help group
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:569
    • 提供者:tang lu ming
  1. LSQR

    3下载:
  2. 采用CG法求解稀疏不对称的Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations and sparse least-squares problems: Solve Ax = b or minimize || Ax- b ||2 or minimize || Ax- b ||2+ d2 ||x||2. The matrix A may be squ
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:44764
    • 提供者:LSQR
  1. MINRES

    0下载:
  2. 采用CG法求解稀疏对称奇异矩阵得到的Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric but it may be definite or indefinite or singular. The scalar s is a
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:5869
    • 提供者:MINRES
  1. SYMMLQ

    0下载:
  2. 采用CG法求解稀疏对称非奇异矩阵得到的线性系统Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric and nonsingular, but it may be definite or indefinite. The scal
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:12225
    • 提供者:aaq
  1. gauss

    0下载:
  2. 数值分析中线性方程组直接求解的高斯列主元消去法的源代码-Numerical Analysis of linear equations to solve the direct Gauss elimination pivot column source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:750
    • 提供者:孙红
  1. solve

    0下载:
  2. 这是 一个数学基本运算中,关于非线性方程求解的一个程序,程序设计规范,可以直接调用-This is a basic mathematical computations, with regard to non-linear equations of a program, the program design specifications, and can directly call the
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:10584
    • 提供者:张楠
  1. gaosi

    0下载:
  2. 利用高斯消元法解线性方程,通过输入系数矩阵,结果矩阵,即可求解多原方程-Gaussian elimination method for Linear Equations, by entering the coefficient matrix, the results matrix, can solve many of the original equation
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:712
    • 提供者:zhangyang
  1. Programming-Assignment-Sharp2

    0下载:
  2. Write a program to solve the systems of linear equations by Gaussian elimination with scaled row pivoting, including the factorization phase and the solution phase. Report the LU matrices as well as the solution in the conclusion.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:8183
    • 提供者:li
  1. Crout

    0下载:
  2. 基于克劳米特的线性方程组求解方法,可以通过txt文件或excel文件的形式将数据导入程序中,经过本人大量的工程测试,证明此款程序很稳定且快捷。-It s excellent and fast for engineers to solve linear equations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:215162
    • 提供者:王扬
  1. zhuiganfa

    0下载:
  2. 追赶法求解线性方程组的m文件,把矩阵和向量带入直接可以调用-The chasing method to solve linear equations m file can call directly into the matrix and vector
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:10218
    • 提供者:林翼
  1. MxN-Gauss-elimination

    0下载:
  2. 解决MxN阶线性方程组,采用高斯消元法,可显示无解,一解和多解结果。-Solve the MxN-order linear equations using Gaussian elimination can be no solution, one solution, and the results of the multiple solutions.
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1292
    • 提供者:zhangran
  1. gauss_elim

    0下载:
  2. 高斯消去法,解决线性方程组求积,很好用,推荐-Gaussian elimination method to solve linear equations quadrature
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:852
    • 提供者:冯乾栋
  1. 1Solution

    0下载:
  2. 主要功能是用于求解线性方程组,为大家解决许多难以解决的问题。-Main function is used to solve linear equations, for everyone to solve many difficult problems.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:14669
    • 提供者:Solo猫猫
  1. code

    0下载:
  2. matlab 程序代码 线性系统 龙格库塔法 可以解微分方程-matlab code linear system can solve differential equations Runge-Kutta method
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1380
    • 提供者:张敏敏
  1. fish-algorithm

    0下载:
  2. 鱼群算法解决优化问题,包括线性非线性方程方程组,亲试可为-Fish algorithm to solve optimization problems, including linear equations of nonlinear equation and try for
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3970
    • 提供者:褚玉璞
  1. main.cc

    0下载:
  2. 数学上,高斯消元法(或译:高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解。但其算法十分复杂,不常用于加减消元法,求出矩阵的秩,以及求出可逆方阵的逆矩阵。-In mathematics, the Gauss elimination method (or Gauss elimination method) is an algorithm in linear algebra programming, which can be used to solve linear equation
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:544
    • 提供者:syb
  1. gaosi

    0下载:
  2. 运用高斯法求解线性方程组,是一个非常简洁而好的方法。-Using Gauss method to solve linear equations, is a very simple and good method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1491
    • 提供者:黄朋
  1. GS-Jacobi

    0下载:
  2. 矩阵消元程序,中含有列主元消元法,雅克比消元法和GS消元法。适用于矩阵的消元运算及对线性方程组的求解工作。-Matrix elimination program, contains out PCA elimination method, Jacobi and GS elimination method elimination method. Suitable for matrix elimination operation and work to solve linear equations.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5012
    • 提供者:MSY
  1. 高斯消元法用矩阵解n元一次方程组.js

    0下载:
  2. 可以求线性方程组,学习算法时,突发奇想就用js做了一个(You can solve linear equations. When learning algorithms, you can use js to create a whimsy.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:小小神
  1. MT2D正演

    13下载:
  2. 基于MATLAB编写的大地电磁二维有限单元法正演程序,矩形单元剖分,线性插值, 使用说明: 1. 运行MT2DMODEL.m构建正演模型 2. 运行TMmodel.m和TEmodel.m正演计算,计算结果自动保存 3. 程序进行了优化,并将BICGSTAB(稳定双共轭梯度法)用于求解线性方程组,求解效率提高,一般情况下正演计算仅需1~2秒(Based on MATLAB compiled two-dimensional magnetotelluric fin
  3. 所属分类:其他

    • 发布日期:2018-12-05
    • 文件大小:117760
    • 提供者:tongshuo123
« 12 »
搜珍网 www.dssz.com