CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - secant method

搜索资源列表

  1. 实验6-牛顿法解方程

    1下载:
  2. 在matlab中应用牛顿切线法和割线法求解一元多次方程。具体详见压缩包中说明文档。-Apply Newton tangent and secant method to solve unitary multiple order functions in matlab. Please read the readme document in the zip file.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:54.37kb
    • 提供者:葛林
  1. secant2

    0下载:
  2. Secant method with 2 points for non-linear equations in C
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:李红
  1. fangchengqiugen

    0下载:
  2. 方程求根 二分法 割线法 牛顿迭代法 vc++源程序-dichotomy secant method Newton iteration vc source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.7kb
    • 提供者:xixi
  1. 割线法和改进的欧拉法

    0下载:
  2. 我这是割线法和改进的欧拉法的源代码-This a secant method and improve the Eulerian method of source code!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.1kb
    • 提供者:叶魏强
  1. Secant

    0下载:
  2. 弦割法求解非线性方程的matlab程序 输入所要求解的方程,就可以快速的得到方程的解,对数值分析的教学很有帮助和实用价值-string cut method of nonlinear equations of Matlab admission procedures for solving the equation, we can quickly obtain its solution to the teaching numerical analysis very helpful and prac
  3. 所属分类:matlab例程

    • 发布日期:2014-01-21
    • 文件大小:780byte
    • 提供者:赵云
  1. secant

    0下载:
  2. In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.-The secant iteration to find the zero of some non-linear function converges to zero if
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:938byte
    • 提供者:王怀东
  1. 1

    0下载:
  2. a m file for matlab the secant method-mathlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.6kb
    • 提供者:yipchiho
  1. SECANT

    0下载:
  2. Secant method to calculate numerically your values. Numerical methods program,-Secant method to calculate numerically your values. Numerical methods program,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1.1kb
    • 提供者:EM O
  1. secant

    0下载:
  2. Root finding using Secant method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:664byte
    • 提供者:mohsen
  1. secant

    0下载:
  2. Secant method. This code is for secant method that we study in Numerical Analysis sunject.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:629byte
    • 提供者:mmuntaha
  1. modify-secant-method

    0下载:
  2. modify secant method with matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1kb
    • 提供者:A
  1. Golden-ratiao-Newton-Secant-method

    0下载:
  2. 最佳化搜尋法動畫繪圖程式,包含 Golden ratiao、Newton、Secant 等三種方法,是繁體中文的喔-Optimized search method in animation including Golden ratiao、Newton、Secant methods, interface is in traditional chinese
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:13.5kb
    • 提供者:Newman
  1. secant-method-in-nonlinear-ode

    0下载:
  2. nonlinear secant method
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:771byte
    • 提供者:Kal
  1. SECANT

    0下载:
  2. solution to nonlinear equations use secant method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:236.43kb
    • 提供者:pa128.abs
  1. secant

    0下载:
  2. implements the secant method for solving an equation f(x) = 0.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:982byte
    • 提供者:mohammed
  1. secant-fix

    0下载:
  2. Secant method to solve equation
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:742byte
    • 提供者:akaitako
  1. numerical-method-of-noline

    0下载:
  2. 非线性方程数值解法的数学基础,有牛顿法,割线法等-Mathematical foundations of numerical solution of nonlinear equations, Newton method, secant method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:6.49mb
    • 提供者:caoze
  1. secant-method

    0下载:
  2. 割线法是函数逼近法(又称函数插值法)的一种,基本思想是用用区间[tk-1,tk](或[tk,tk-1])上的割线近似代替目标函数的 导函数的曲线。并用割线与横轴交点的横坐标作为方程式的根的近似。-secant method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:539byte
    • 提供者:max
  1. Secant-method

    0下载:
  2. 割线法,又称弦割法,弦法。是求解非线性方程的根的一种方法。属于逐点线性化方法。-The secant method, called secant method, chord method. Is a method to solve the root of nonlinear equation. Point by point linearization method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:630byte
    • 提供者:程一琳
  1. Files

    0下载:
  2. 割线法 在数值分析中,割线法是一个求根算法,该方法用一系列割线的根来近似代替函数f的根。(secant method and the solution)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:renyja
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com