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

搜索资源列表

  1. qpso

    1下载:
  2. QPSO算法的MATLAB源码,给需要的人,希望斑竹给加点技术分-MATLAB algorithm QPSO source, give the necessary people, hoping to add points Chiloscyllium technical sub-
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-04-14
    • 文件大小:7776
    • 提供者:老苗
  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. iterative

    0下载:
  2. This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0 The methods are: -bisection -false position -newton raphson -secant
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:377323
    • 提供者:dede
  1. ALG025

    0下载:
  2. 解方程,给出一个连续函数接f(x)=0的值,前提是给两个附近的值,且符号相反 - METHOD OF FALSE POSITION ALGORITHM 2.5 To find a solution to f(x) = 0 given the continuous function f on the interval [p0,p1], where f(p0) and f(p1) have opposite signs: INPUT
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1273
    • 提供者:rdchkww
  1. ALGO2-3

    0下载:
  2. Algo2-3.c C program for implementing Algorithm 2.3 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995 To accompany the text: NUM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1696
    • 提供者:virumpa
  1. false_pos_aitken

    0下载:
  2. method of false position with Aitken s D2-method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1367
    • 提供者:katore vishal
  1. falspos

    0下载:
  2. root finding by false position
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:729
    • 提供者:Anubhav
  1. falspos

    0下载:
  2. Demonstration of Root Finding using False Position
  3. 所属分类:matlab

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

    0下载:
  2. In this experiment our equation is f(x0)=x^3-3x-1.We have to find the real root of this equation between 1 and 2.The programme has been shown in the"new_rap" We have done the comparison between the Newton Rapson method the false position method
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1210
    • 提供者:sourov
  1. false

    0下载:
  2. false position code in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:670
    • 提供者:jaypee
  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. 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. solver.tar

    0下载:
  2. Calculates x such that ln(x) = x/5 using the method of false position and secant method. Reads the initial guesses, required tolerance and allows the user to choose between the method of false position and the secant method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:973
    • 提供者:cellsplicer
  1. SimpleTracker-

    0下载:
  2. Simple Tracker *Tracking* , or particle linking, consist in re-building the trajectories of one or several particles as they move along time. Their position is reported at each frame, but their identity is yet unknown: we do not know wh
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:45854
    • 提供者:zfhou
  1. NRFP

    0下载:
  2. Newton Raphson False Position for a set of nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:727
    • 提供者:mohammad
  1. algorithm

    0下载:
  2. An algorithm for the False Position method showing convergence-An algorithm for the False Position method showing convergence
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:10666
    • 提供者:mousedance
  1. SimpleTracker

    1下载:
  2. 颗粒跟踪’建立一个或多个颗粒随时间变化而形成的轨迹。跟踪算法记录下颗粒在每帧数据中的位置。本算法的亮点是间断处理。间断是指一个颗粒在一帧中出现而在下一帧中消失。如果不做处理,当该颗粒在后续帧中重现时,将产生新的虚假跟踪。-Particle tracking to create one or a plurality of particles with time and the formation of the track. Particle tracking algorithm recorded
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:98425
    • 提供者:李时针
  1. false_position

    0下载:
  2. To find a root of non-linear equation using false position
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:10289
    • 提供者:AEDGE
  1. CPP

    0下载:
  2. 10.编写一个程序,从键盘输入一批学生的成绩信息,每个学生的成绩信息包括:学号、姓名以及8门课的成绩。然后按照平均成绩由高到低顺序输出学生的学号、姓名以及平均成绩。 11.把在链表中插入一个新结点的操作写成一个函数: bool insert(Node *&h,int a,int pos) 其中,h为表头指针,a为要插入的结点的值,pos(≥0)表示插入位置。当pos为0时表示在表头插入;否则,表示在第pos个结点的后面插入。操作成功返回true,否则返回false。 12.把在
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3563
    • 提供者:xing
搜珍网 www.dssz.com