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

    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. 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_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. bisection

    0下载:
  2. zero pole bisection method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:72811
    • 提供者:aa
  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. bisecteps.c

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

    • 发布日期:2017-12-10
    • 文件大小:541
    • 提供者:Harivansh
  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

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

    0下载:
  2. 求解器方程 BisectionZero.m 使用二分法求解方程的过零点; LEPDS.m 求解方程ax = b,a为正定对称矩阵; ModNewt 给定微分,求解方程f(x) = 0; NLEqSolver.m 使用牛顿法求解方程; NLEqSolverWrapper.m 使用不同的初值调用牛顿法解方程; NewtRaph.m 方程只有一个根时,给定df(x)/dx信息,求解方程f(x) = 0。乳菇婆有多个根,x应该在根附近。- Math/Solver
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6382
    • 提供者:梁高铭
  1. bisection_method

    0下载:
  2. 数值分析中的倍分收缩法,初等的寻根方法,可以用作跟高级方法的初步范围设定-bisection method for numerical to find roots of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:602
    • 提供者:李梦圆
  1. Conjugate-Gradient-C-implementation-master

    0下载:
  2. Conjugate Gradient Method
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:23552
    • 提供者:ragnar
搜珍网 www.dssz.com