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

搜索资源列表

  1. AI

    0下载:
  2. 用MATLAB编写的使用免疫算法求解非线性方程组-MATLAB prepared with the use of immune algorithm for solving nonlinear equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3056
    • 提供者:
  1. t5

    0下载:
  2. 采用双步移位的QR分解算法求解方程组的解,中间采用了拟上三角化,反幂法等算法-Double step-by-step shift of the QR decomposition algorithm for solving equations of the solution, used to be the middle of the triangle, anti-power-law algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:3228
    • 提供者:tai
  1. ode

    0下载:
  2. 基于龙格库塔算法的矩阵微分方程组求解子程序-Runge-Kutta algorithm based on the matrix differential equation solving subroutine
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:590
    • 提供者:清风
  1. 4GaussSeidel

    0下载:
  2. 用来求解方程组,是个不错的程序,计算方法里经常用到的算法哦-the programme is used to solve equations array, it is a good method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:186927
    • 提供者:一龙
  1. qnerr

    0下载:
  2. 采用局部拟牛顿法求解非线性方程组的C源代码-C code of quasi-Newton method for large nonlinear system solving
  3. 所属分类:Algorithm

    • 发布日期:2016-01-21
    • 文件大小:194560
    • 提供者:张旭平
  1. Algorithms

    0下载:
  2. 提供了多项式计算、矩阵计算、随机数产生、插值、拟合、方程组求解等一些数值计算算法,并附有查找、排序算法。在对这些算法进行讲解的同时,附上所有算法的C源码,方便进行动手尝试学习。-Provides a polynomial calculation, matrix calculation, random number generation, interpolation, fitting, solving equations and some numerical algorithms, along w
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-21
    • 文件大小:6547647
    • 提供者:li li
  1. SimultaneousEquationSolver

    0下载:
  2. 用于方程组求解的matlab实例源代码(赋使用说明)-Equations for the matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:85841
    • 提供者:钱晓康
  1. solve

    0下载:
  2. matlab算法程序集--非线性方程组求解程序-Solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2972
    • 提供者:yuanzh
  1. XZY_Doolittle

    0下载:
  2. 算法:利用doolittle分解进行算法,对方程组进行求解。 程序可以直接运行。用户可以对该程序进行小的改动就可以编写成对任意阶数的方程组求解函数。-Algorithms: the use of doolittle decomposition algorithm, the equations to solve it. Programs can be run directly. Users can carry out minor changes to the program you can w
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:897630
    • 提供者:沁心
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
  3. 所属分类:matlab

    • 发布日期:2016-06-04
    • 文件大小:5791
    • 提供者:陈永恒
  1. resource

    0下载:
  2. 数值分析算法:求解非线性方程组,插值,曲面拟合,得近似表达式-Numerical analysis algorithms: solving nonlinear equations, interpolation, surface fitting, very similar to the expression
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:631016
    • 提供者:tianping
  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. gmres

    0下载:
  2. 大型稀疏矩阵的存储,用于方程组求解,可以直接调用,比较方便-Large-scale sparse matrix storage, for solving equations can be directly invoked, more convenient
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1259
    • 提供者:王蒙
  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. 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. SVD_LSQR

    0下载:
  2. 用SVD ,LSQR进行矩阵求解或者进行线性方程组求解-Using SVD, LSQR for solving matrix or solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3439
    • 提供者:liuxiaoming
  1. arrayandquations

    0下载:
  2. 1、串和数组的应用,4元线性方程组求解;2、输入四元线性方程组的系数和常数,求此四元线性方程组的解。-1、The applications of string and array , solving 4 1linear equations 2、 Input the coefficients and constants, compute the results of the four linear equations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:21238
    • 提供者:陈航
  1. fchzuqiujie

    0下载:
  2. 各种线性方程组求解方法的数值计算,如高斯消元法、追赶法等,比较全面的。VC6.0-A variety of methods to solve linear equations numerical calculation, such as the Gaussian elimination method, to catch up with France and so on, more comprehensive. VC6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:72161
    • 提供者:李文
  1. feixxfchqiujie

    0下载:
  2. 各种非线性方程及方程组求解算法,如对分法、牛顿法、QR法等,VC6.0-A variety of non-linear equation and equations algorithm, such as sub-method, Newton' s method, QR law, VC6.0
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-24
    • 文件大小:75447
    • 提供者:李文
  1. sample-rate-conversion

    0下载:
  2. 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:22108
    • 提供者:hjq
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com