搜索资源列表

  1. meshpartdist.tar

    0下载:
  2. This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitio
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:264192
    • 提供者:xy
  1. bisectroot

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

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王沪龙
  1. BIQPBOX

    0下载:
  2. %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:张风
  1. bisection

    0下载:
  2. 二分法求一个未知数方程的根f(x)=0,x属于[a,b],除了显示每次计算的小区间外,还根据给定的精度计算了所需的次数k-Dichotomy for the root of an unknown equation f (x) = 0, x belonging to [a, b], apart from showing the outline of each inter-cell calculation, but also in acco
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:东方志柱
  1. bisection

    0下载:
  2. matlab源代码 主要是进行有限元计算的-matlab source code is mainly carried out finite element calculations
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:yangg
  1. bisection

    0下载:
  2. 二分法求解方程,最简单的求解方程的方法,速度极快-Dichotomy solving equations, the simplest method for solving equations, extremely fast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:235520
    • 提供者:yang
  1. bisection

    0下载:
  2. Bisection, Newton, Regula falsi method applied in matlab
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Nora
  1. Bisection

    0下载:
  2. he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial i
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:sarah
  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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者: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 -sec
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:376832
    • 提供者:dede
  1. bisection

    0下载:
  2. it is a c++ progrmming based bisection method that helps in programming
  3. 所属分类:其他小程序

  1. matlabcode

    0下载:
  2. incsrch.m root finding by incremental search requires func1.m bisect.m bisection root finding code uses function file: fcn.m falspos.m root finding by false position newtraph.m -incsrch.m root fin
  3. 所属分类:文件操作

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:karthik Sriram
  1. Bisection

    0下载:
  2. bisection method to estimate roots of f(x)=0
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:alaki4me
  1. bisection

    0下载:
  2. how to compute the roots using matlab by bisection method-how to compute the roots using matlab by bisection method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:ali
  1. bisection

    0下载:
  2. bisection numerical method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:iman
  1. Bisection

    0下载:
  2. An simple bisection algorithm for optimisation for an 1D function.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:PSP
  1. bisection

    0下载:
  2. implementation bisection algorithm in c-implementation bisection algorithm in c++
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:pm
  1. bisection

    0下载:
  2. zero pole bisection method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:72704
    • 提供者:aa
  1. Bisection

    0下载:
  2. Bisection method code & a useful numerical Matlab book
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2082816
    • 提供者:AKB28
  1. bisection

    0下载:
  2. 二分法(英语:Bisection method),是一种方程式根的近似值求法。 若要求已知函数 f(x) = 0 的根 (x 的解),则: 先找出一个区间 [a, b],使得f(a)与f(b)异号。根据介值定理,这个区间内一定包含着方程式的根。(bisection method and the solution)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:renyja
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org