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

搜索资源列表

  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. 123131

    0下载:
  2. 二分法、牛顿法、割线法求非线性方程2X3-2X2+3X-6=0在[1, 3]内的近似根。-Bisection method, Newton method, secant nonlinear equations 2X3-2X2+3 X-6 = 0 in [1, 3] an approximate root.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1486
    • 提供者:YANG
  1. calculation-of-zero

    0下载:
  2. Calculation of the zeros and the bisection method of selection
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1342
    • 提供者:szymek
  1. bisection-method

    0下载:
  2. 利用二分法求解函数的初值问题,有多个二分法在matlab中实现。可供参考-The dichotomy solving the initial value problem of the function, multiple dichotomy in Matlab. For reference
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7805
    • 提供者:chocolate
  1. 32365

    0下载:
  2. 数值分析matlab部分例题代码:Jacobi迭代法,二分法,幂法,龙贝格算法,插值法-Numerical analysis matlab part of the example code: Jacobi iteration method, bisection method, power method, Romberg algorithm, interpolation
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:320709
    • 提供者:学制
  1. New-WinRAR-ZIP-archive

    0下载:
  2. MATLAB PROGRAM FOR BISECTION METHOD
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:9818
    • 提供者:Himangshu
  1. bisecteps.c

    0下载:
  2. general bisection method for finding the roots.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:541
    • 提供者:Harivansh
  1. xinxing

    0下载:
  2. 里面包含非线性方程的数值解法,包括对分法,区间法等针对非线性方程不同的解法-Which contains the numerical solution of nonlinear equations, including the bisection method, interval method for the solution of nonlinear equations of different
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:146660
    • 提供者:rereoio
  1. Bi-Section-Method

    0下载:
  2. bisection methode..it s useful enjoy it-bisection methode..it s useful enjoy it.....
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:189981
    • 提供者:armin
  1. plotBisection.m

    0下载:
  2. code for bisection method
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-08
    • 文件大小:1130
    • 提供者:ranu
  1. Project1

    0下载:
  2. 工程计算,用 bisection method算specific energy-Engineering calculation, with the bisection method to calculate specific energy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:450747
    • 提供者:张一民
  1. NewtonRaphson

    0下载:
  2. 这个文档包含四种不同的功能求解非线性方程组。包括牛顿 - 拉夫逊,定点,正割,二分法方法。这项工作是我的课程的一部分,在数值计算的本科课程。它包括时序和表的打印输出进行分析和比较。有很多的观察,你可以:例如,对于一个特定的公式,一种方法可能运行的迭代次数最少,而另一个将运行更多的迭代,但计算速度最快的。-This document contains four different functions for solving nonlinear equations. Including Newton
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:379925
    • 提供者:
  1. numerical-computations

    0下载:
  2. bisection method for equation solving
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:851
    • 提供者:ali
  1. five-ways

    0下载:
  2. 数值分析非线性方程求解(五种方法)。分析牛顿法、割线法、对分法、Steffensen法、简易牛顿法解线性方程组的性质-Numerical analysis of nonlinear equations (five methods). Nature of the analysis of Newton, secant, bisection method, Steffensen method, simple Newton method for solving linear equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:232426
    • 提供者:周舟
  1. Desktop

    0下载:
  2. matlab 中用Bisection方法求解一元多次方程,是一种很好的算法。但收敛速度比较慢,是线性收敛-matlab using Bisection method for solving multiple equations one yuan, is a good algorithm. But convergence is slow, linear convergence
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1335
    • 提供者:Du Yuqiao
  1. numerical

    0下载:
  2. The bisection method in mathematics is a root-finding method that repeatedly bisects an interval and then selects a subinterval in which a root must lie for further processing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:4772
    • 提供者:Anisur Rahman
  1. Homework0305

    0下载:
  2. 由以下方法求极值:(1)黄金分割法求极值 (2)使用平分法求极值(3)使用成功-失败法求极值(4)牛顿法求极值(5)使用三点二次插值法求极值(6)使用三次插值法求极值 -Extremum by the following methods: (1) golden section method for extreme (2) using bisection method for extreme (3) the use of success- failure method for extrem
  3. 所属分类:assembly language

    • 发布日期:2017-05-07
    • 文件大小:1045881
    • 提供者:童列树
  1. threepoints

    0下载:
  2. matlab 实现三点等分法在最优化的应用-Three bisection method matlab realize the application of optimization ........
  3. 所属分类:matlab

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

    0下载:
  2. bisection method for numerical analysis method
  3. 所属分类:Project Manage

    • 发布日期:2017-04-10
    • 文件大小:516
    • 提供者:nour
  1. Newton_Bisection-Method

    0下载:
  2. Newton Raphson and Bisection Root Finding Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:806
    • 提供者:Allen Zhang
« 1 2 34 5 »
搜珍网 www.dssz.com