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. 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. 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. Newton_Bisection-Method

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

    • 发布日期:2017-04-03
    • 文件大小:806
    • 提供者:Allen Zhang
  1. Computational-Methods

    0下载:
  2. Computational methods Bisection method Secant method Newton method Broyden method Power iteration method Rayleigh quotient method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2909
    • 提供者:tan
  1. Bisection

    0下载:
  2. Matrix Multiplication by Fox Method
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:19981
    • 提供者:mohammad.b
  1. Eigen-decomposition

    0下载:
  2. 矩阵特征分解算法的C代码程序包,包括瑞利商算法、Givens旋转算法、QL分解,和雅可比循环算法,另有一篇英文文档详细描述了各种算法函数的参数,程序思路。 -This is C code packet for Matrix decomposition algorithms including C file of Rayleigh s quotient method, Givens bisection method, QL method and Jacobi cyclic method as
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:26501
    • 提供者:唐然
  1. matlab

    0下载:
  2. 基于MATLAB的非线性方程二分法求解。-bisection method
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:52739
    • 提供者:暖茶zy
« 1 2 34 5 »
搜珍网 www.dssz.com