CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 解方程组

搜索资源列表

  1. machogfl

    0下载:
  2. 用途:用Cholesky分解法解方程组Ax=b 可利用该算法源码解求方程- Usage: The Cholesky decomposition solution of equations Ax = b can make use of the algorithm source solution of Equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:531
    • 提供者:huanhuan
  1. solve

    0下载:
  2. 用高斯列主元,全主元,Crame法则等解方程组-PCA with Gaussian line, full-PCA, Crame laws and other solutions of equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:3103
    • 提供者:刘德莉
  1. xianxingfangchengzu

    0下载:
  2. 本程序为求解线性方程组的迭代方法,包含雅可比迭代法、高斯-赛德尔迭代法和SOR方法-The procedure for solving linear equations iterative methods, including Jacobi' s iterative method, Gauss- Seidel iteration method and SOR methods
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1256
    • 提供者:源治
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. xianxing

    0下载:
  2. matlab解线性方程组的直接法程序,里面包括了常用的matlab解线性方程组的直接法程序,包括手写的和matlab自还的函数。-matlab solving linear equations of the direct method procedures, which includes the commonly used matlab solving linear equations of the direct method procedures, including hand-written
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:6561
    • 提供者:zy
  1. Newton

    0下载:
  2. 利用牛顿法和拟牛顿法解非线性方程组,实验验证有效。-Newton method and quasi Newton method for solution of nonlinear equations, which has been experimentally verified and proven to be useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:914
    • 提供者:junli
  1. GAUSSsuanfa

    0下载:
  2. 直接三角分解法(LU分解法)求线性方程组的解-The direct triangular decomposition (LU decomposition method) of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2647
    • 提供者:李沆
  1. Text1

    0下载:
  2. 这是用Fortran编写的解线性方程组,一般的线性方程组都可以解,很方便-It is written in Fortran for solving linear equations, the general solution of linear equations can be very convenient
  3. 所属分类:Algorithm

    • 发布日期:2016-01-27
    • 文件大小:516
    • 提供者:李芳丽
  1. JFCZ

    0下载:
  2. 程序实现高斯迭代法解方程组。并附有实习报告,分析了高斯迭代法解算过程。-Gauss iterative process to achieve solution of equations. Together with practical reporting, analysis of the Gaussian process of iterative solver.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:184581
    • 提供者:ligan
  1. Taylor

    0下载:
  2. Taylor算法,可以用于解非线性方程组-Taylor algorithm, can be used for solving the nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:803
    • 提供者:刘畅
  1. a

    1下载:
  2. 遗传算法解非线性方程组,搞了好久了,希望能帮到大家-Genetic algorithm for solving nonlinear equations, out for a long time, and hope can help you
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-30
    • 文件大小:7883
    • 提供者:杨波
  1. newton2

    0下载:
  2. 非线性方程组的牛顿迭代方法与非线性方程解法类似,也是求解非线性方程组的常用方法。-Nonlinear equations of the Newton iteration method and nonlinear equations similar to solving nonlinear equations is a common method.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:712
    • 提供者:jiaoyuwei
  1. aa

    0下载:
  2. 用高斯消元法解线性方程组 的MATLAB程序-Solution using Gauss elimination process of linear equations of MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:74498
    • 提供者:束文杰
  1. fczsrc

    0下载:
  2. VB解方程组,可以解二元一次方程组,三元一次方程组。-VB solutions of equations, can solve the dual linear equation group, ternary linear equation group.
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:16117
    • 提供者:松公子
  1. gaosi

    0下载:
  2. 高斯消元法解方程组 高斯消元法解方程组-Gauss Elimination Method for Solving Equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1062
    • 提供者:liuming
  1. gs

    0下载:
  2. 高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1066
    • 提供者:hy
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:14089
    • 提供者:liuming
  1. LSQR

    0下载:
  2. LSQR和SIRT和C语言程序,用于解方程组,迭代法。-the programe of LSQR and SIRT
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:2178
    • 提供者:雷英成
  1. cgrademanegment

    0下载:
  2. 实现班级成绩管理,及解方程组,和做动画的功能。-Implementation class performance management and solution of equations, and do a movie feature.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-24
    • 文件大小:444540
    • 提供者:王帅伟
  1. BaseMath

    0下载:
  2. C#实现的基本数值算法:利用高斯消元法求线性方程组的解、利用约当消元法求线性方程组的解、一元非线性方程实根的数值算法及程序实现-C# implementation of basic numerical algorithms: Gaussian elimination method of solution of linear equations using Jordan Elimination Method of linear equations, one dollar real roots of
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:495222
    • 提供者:曾文斌
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com