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

搜索资源列表

  1. nonlinear_epuation_solve

    0下载:
  2. 非线性方程组解法源代码,包括二分法和牛顿法,数值分析作业,给初学者作参考。-Solution of nonlinear equations the source code, including the dichotomy and the Newton method, numerical analysis of operations, to the beginners for reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:49539
    • 提供者:lsw_hit
  1. feixianfanchenqiugen

    0下载:
  2. 这是非线性方程(组)的数值解法,里面的源程序都经matlab2008测试通过了-This is a non-linear equation (group) of numerical solution, which have been the source of the matlab2008 test! !
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3284
    • 提供者:zhong
  1. LINGO

    0下载:
  2. LINGO是Linearnteractive and General Optimizer的缩写,即“交互式的线性和通用优化求解器”,可以用于求解非线性规划,也可以用于一些线性和非线性方程组的求解等。lingo教程帮助你学习lingo-LINGO is Linearnteractive and General Optimizer acronym, that is, " an interactive optimization of linear and general-purpose sol
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:184855
    • 提供者:fxx
  1. jgdhghjd

    0下载:
  2. DHRT:对分法搜索方程的实根 ATKN:埃特金迭代法求方程的一个实根 NEWT:牛顿迭代法求方程的一个实根 QRRT:QR方法求实系数多项式方程的全部根 NETN:拟牛顿法求非线性方程组的一组实数解-DHRT: method to search for the real roots of equation ATKN: Aitken iterative method for a real roots of equation NEWT: Newton iteration equat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4094
    • 提供者:万相友
  1. chengxu

    0下载:
  2. 第一章 误差与范数 第二章 非线性方程(组)的数值解法 第三章 解线性方程组的直接方法第四章 解线性方程组的迭代法第五章 矩阵的特征值与特征向量的计算-Chapter norm error and the second chapter of nonlinear equations (Group) Chapter III of the numerical solution of linear equations solution methods of Chapter IV of the direc
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:899673
    • 提供者:songmingzhao
  1. Jacobi

    0下载:
  2. 通过迭代方法计算非线性方程组,主要是通过雅克比迭代的方法-Be calculated by iteration of nonlinear equations, mainly through the Jacobi iterative method
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:41276
    • 提供者:dinghu
  1. jiefangchengzhu

    0下载:
  2. 非线性最小二乘问题的修正高斯牛顿法;求解5元以下(含5元)的非线性(或线性)方程组-solve equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3980
    • 提供者:sunguangbin
  1. fxzxec

    0下载:
  2. 非线性方程组的一般解法,matlab用~-FXZXEC( Property , Value ,...) creates a new FXZXEC or raises the existing singleton.Starting from the left, property value pairs are applied to the GUI before fxzxec_OpeningFunction gets called. An unrecognized property name
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2086
    • 提供者:Sakuya
  1. STRSCNE

    0下载:
  2. 给出变量的上下边界、初值和代价函数,能够搜索代价函数最小值时的变量取值。属于带约束的优化算法,可以用来求算非线性方程组。-STRSCNE is a Matlab code for constrained nonlinear systems of equations F(x)=0 l<=x<=u where F: R^n--> R^n, l and u a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4843
    • 提供者:muxihan
  1. VC

    0下载:
  2. 本书是《VC常用算法程序集》的第十章内容,主要是利用C语言求解非线性方程组-It is chapter 10 of the book《VC常用算法程序集》,which is used for nonliear equation,enjoy it!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:76011
    • 提供者:james
  1. solve

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

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

    0下载:
  2. broydn是一种用来求解非线性方程组的算法-broydn is a method used algorithm for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1260
    • 提供者:pengxubiao
  1. jisuanfangfa

    0下载:
  2. 迭代计算 秩1的拟Newton法求非线性方程组-iteration
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:7491
    • 提供者:supery
  1. nint

    0下载:
  2. 可以求多元非线性方程组的一组解,实用性好,效率高。-Can seek a diverse group of non-linear equations solution, practical and efficient.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3984
    • 提供者:tianshu
  1. mulDNewton

    1下载:
  2. 本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: init
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:543
    • 提供者:锦夏
  1. mulGXF

    0下载:
  2. 本代码为割线法求解非线性方程组。其调用格式为[r,m]=mulGXF1(F,x0,x1,eps) 其中,F:非线性方程组;x0初始解;x1:初始解;eps:解的精度;m:迭代步数。-The code for the secant method for solving nonlinear equations. Its call format [r, m] = mulGXF1 (F, x0, x1, eps) where, F: non-linear equations x0 initial s
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1051
    • 提供者:锦夏
  1. simpson_Newton

    0下载:
  2. 非线性方程组simpson、NewtonRaphson数值解法matlab实现,-Nonlinear equations simpson, NewtonRaphson numerical method matlab implementation,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1380
    • 提供者:金超
  1. shuzhi

    0下载:
  2. 用C实现多元插值算法和曲线拟合,还包括非线性方程组的算法,在子程序中直接就可以用-realize matrixs maths
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:721709
    • 提供者:曹沛
  1. NLEquations

    1下载:
  2. 一个求解非线性方程组的通用类,包括:对分法、牛顿法和埃特金迭代法。-A non-linear equations for solving the common categories, including: the sub-method, Newton' s law and Aitken iterative method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:7546
    • 提供者:zj
  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 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »
搜珍网 www.dssz.com