CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bisection method

搜索资源列表

  1. bisectroot

    0下载:
  2. 这是数学方面的程序,使用二等分方法求方程的根-This is the mathematical procedure, the use-bisection method for the root equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1672
    • 提供者:王沪龙
  1. bisection method

    0下载:
  2. 所属分类:源码下载

    • 发布日期:2011-03-21
    • 文件大小:450
    • 提供者:su2900hk
  1. bisection

    0下载:
  2. 计算方法中的二分法,计算数值,非线性方程的数值解法-Dichotomy in the calculation method, numerical calculation, the numerical solution of nonlinear equations
  3. 所属分类:Algorithm

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

    0下载:
  2. Bisection Method - Numerical ananlysis-Bisection Method- Numerical ananlysis
  3. 所属分类:Algorithm

  1. Rtbis

    0下载:
  2. RTBIS rutine for VIsual Basic 6. Bisection Method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:14800
    • 提供者:Javier Trias
  1. bisectie

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

    • 发布日期:2017-05-04
    • 文件大小:1140169
    • 提供者:cris
  1. ALGO2-2

    0下载:
  2. Algo2-2.c C program for implementing Algorithm 2.2 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: NU
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1650
    • 提供者:virumpa
  1. bisection

    0下载:
  2. this program finds the roots of a polinomial which has real root by using the bi-section interpolation method.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1638
    • 提供者:yavuz
  1. Bisection_method

    2下载:
  2. 二分法求解任意代数方程,比如超越方程等等,最原始的方法,但是最可靠。 本文档是Mathematica的求解代码。用户可以修改本代码,提取适合自己的核心代码。-Dichotomy solving any algebraic equation, such as the transcendental equation and so on, the most primitive methods, but the most reliable. This document is the solution
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1263
    • 提供者:he
  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-06
    • 文件大小: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. 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. Programming-Assignment-Sharp1

    0下载:
  2. Write a program to solve the problem of locating roots of a nonlinear equation or a system of nonlinear equations, by using (1) the bisection method and (2) Newton’s method. Then discuss the associated roundoff errors of the solutions.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:36618
    • 提供者:li
  1. Bisection

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

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

    0下载:
  2. bisection method using numerical method
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-16
    • 文件大小:12046
    • 提供者:hs
  1. bracketing-method

    0下载:
  2. matlab编程求解方程根的两种划界法,二分法,增量搜索法。-bracketing method,bisection method ,increamental method
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1236
    • 提供者:wukong
« 1 23 4 5 »
搜珍网 www.dssz.com