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

搜索资源列表

  1. Bisection

    0下载:
  2. he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial interval.) We then iteratively
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1989
    • 提供者:sarah
  1. Useful_matlab_codes

    0下载:
  2. The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane-The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:976
    • 提供者:K29
  1. bisection

    0下载:
  2. how to compute the roots using matlab by bisection method-how to compute the roots using matlab by bisection method
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1209
    • 提供者:ali
  1. bisection

    0下载:
  2. bisection numerical method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3169
    • 提供者:iman
  1. bisect

    0下载:
  2. This is bisection method in Matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:903
    • 提供者:george
  1. lll

    0下载:
  2. 方程(组)、搜索根的方法、二分法、抛物线法、牛顿(Newton)切线法等在MTLAB中的应用-Equation (s), search the root of the method, bisection method, parabolic, Newton (Newton) tangent law of the MTLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:58625
    • 提供者:闻道
  1. root

    0下载:
  2. Chapter 2. The Solution of Nonlinear Equations f(x) = 0 Algorithm 2.1 Fixed Point Iteration Algorithm 2.2 Bisection Method Algorithm 2.3 False position or Regula Falsi Method Algorithm 2.4 Approximate Location of Roots Algorithm 2.5
  3. 所属分类:matlab

  1. numericalanalysis

    0下载:
  2. 编写的数值分析相关源程序(bisection method,微分),大家一块互相学习。-bisection method
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:697
    • 提供者:王兰
  1. bisection

    0下载:
  2. bisection method of matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:50476
    • 提供者:salman
  1. matlab-code

    0下载:
  2. this archive contain 5 program in matlab bisection method false position method newton method lagrange interpolation a program to draw fourier series
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2380
    • 提供者:hassani
  1. bisection

    0下载:
  2. Step 1: Set i=1 FA=f(a) Step 2: while i≤ No do step 3-6. Step 3 set p=(a+b)/2 FP=f(p) Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP. Step 5 set i=i+1 Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p. Step 7 OUTPUT (‘
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1213
    • 提供者:jesslyn
  1. bisect

    0下载:
  2. bisection method - use a root in polynomial or function / iterative method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:669
    • 提供者:Tae Seung Lee
  1. biseccion.m

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

    • 发布日期:2017-04-10
    • 文件大小:807
    • 提供者:f22krash
  1. bisection

    0下载:
  2. This program solves the following equation using bi-section method.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:567
    • 提供者:s.h
  1. bisect

    0下载:
  2. This the bisection method for solving an equation f(x)=0-This is the bisection method for solving an equation f(x)=0
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1060
    • 提供者:mohammed
  1. Bisection

    0下载:
  2. The bisection method in mathematics is a root-finding method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:621
    • 提供者:
  1. bisection-method

    0下载:
  2. bisection method implementation in matlab
  3. 所属分类:matlab

  1. Table-and-bisection-method

    0下载:
  2. Table and bisection method for searching eigenvalues of rectangular quantum we-Table and bisection method for searching eigenvalues of rectangular quantum well
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1985
    • 提供者:Nuraina
  1. Bisection

    0下载:
  2. Bisection method code & a useful numerical Matlab book
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:2082816
    • 提供者:AKB28
  1. bisection

    0下载:
  2. 二分法(英语:Bisection method),是一种方程式根的近似值求法。 若要求已知函数 f(x) = 0 的根 (x 的解),则: 先找出一个区间 [a, b],使得f(a)与f(b)异号。根据介值定理,这个区间内一定包含着方程式的根。(bisection method and the solution)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:renyja
« 12 »
搜珍网 www.dssz.com