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

搜索资源列表

  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. double

    1下载:
  2. 线性方程组迭代解法,包括SOR,CG ,BICG等-linear system iteration solver
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:785096
    • 提供者:ddd
  1. runge-kutta

    5下载:
  2. 常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 Matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四阶龙格-库塔法程序 9 参考文献 10 -runge
  3. 所属分类:Algorithm

    • 发布日期:2016-11-16
    • 文件大小:217496
    • 提供者:winwind
  1. GMRES

    3下载:
  2. 求解大型线性方程组的GMRES方法,文件显示了详细的算法和原理-For solving large linear equations of the GMRES method, the file shows the detailed algorithm and theory
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:431051
    • 提供者:CharlieXu
  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. linear

    0下载:
  2. 数值线性代数运算,分别用列选主元的高斯消去法,矩阵的LU分解并求解方程组和迭代法解方程组,并比较计算结果和时间。-Numerical linear algebra, respectively out how principal component of the Gaussian elimination method, LU decomposition of the matrix, and solving equations and iterative solution of equations,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:190163
    • 提供者:Emily
  1. SPARSKIT2

    0下载:
  2. 耶鲁大学开发的大型稀疏方程组计算程序 -A solver of large sparse matrix developed by yela
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1126782
    • 提供者:赵志斌
  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. gs

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

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

    1下载:
  2. 同伦连续算法,很好得用来求解非线性方程组-Homotopy continuation method, may very well be used to solve nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4545
    • 提供者:liuming
  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. newton_iterate

    0下载:
  2. 非线性方程组的牛顿法matlab程序,采用符号运算,输入参量为含参的代数式子,无需分离出各个矩阵。-Newton method of nonlinear equations matlab program, using symbolic computation, input parameters for children with participation of algebraic, without separating out the various matrices.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:826
    • 提供者:louis
  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