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

搜索资源列表

  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
    • 文件大小:55678
    • 提供者:葛林
  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-03-31
    • 文件大小:938
    • 提供者:王怀东
  1. 1

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

    • 发布日期:2017-04-12
    • 文件大小:1642
    • 提供者:yipchiho
  1. secant

    0下载:
  2. function [x, hist] = secant(x, f, tola, tolr) SECANT This a secant code with no line search. This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate F = function T
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:991
    • 提供者:devdvl
  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
    • 文件大小:1125
    • 提供者:EM O
  1. secant

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

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

    0下载:
  2. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:593
    • 提供者:edward
  1. secant

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

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

    0下载:
  2. secant code for matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:557
    • 提供者:jaypee
  1. modify-secant-method

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

    • 发布日期:2017-03-28
    • 文件大小:1025
    • 提供者: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
    • 文件大小:13829
    • 提供者:Newman
  1. SECANT

    0下载:
  2. source code for implementation of secant s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:514
    • 提供者:skreamer
  1. secant-method-in-nonlinear-ode

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

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

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

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

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

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

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

    • 发布日期:2017-12-02
    • 文件大小:742
    • 提供者:akaitako
  1. secant-seidel-simpson

    0下载:
  2. secant-seidel-simpson codeS for matlab
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1824
    • 提供者:ariyan
  1. secant-method

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

    • 发布日期:2017-04-12
    • 文件大小:539
    • 提供者: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
    • 文件大小:630
    • 提供者:程一琳
  1. Files

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

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