CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 二分法 matlab

搜索资源列表

  1. 利用二分法求非线性方程的根

    0下载:
  2. 利用二分法求非线性方程的根,包括算法及Matlab函数文件。-The use of dichotomy roots of nonlinear equations, including the algorithm and Matlab function file.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-23
    • 文件大小:36372
    • 提供者:钟茜子
  1. erfenfa.rar

    0下载:
  2. 介绍了二分法求解非线性方程的算法,欢迎大家提出宝贵意见。,Introduced the dichotomy of the algorithm for solving nonlinear equations, welcome you to give valuable advice.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1036
    • 提供者:王海
  1. erfenfa

    0下载:
  2. 最优化算法中的二分法,是用MATLAB实现的,经过调试的-Optimization of the dichotomy, is to use MATLAB to achieve, through debugging
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:944
    • 提供者:张军
  1. adams

    0下载:
  2. 常微分方程组adams数值解法以及非线性方程的二分法解法-Adams Ordinary Differential Equations Numerical Solution of nonlinear equations as well as the dichotomy method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1279
    • 提供者:secret
  1. nonlinear_epuation_solve

    0下载:
  2. 非线性方程组解法源代码,包括二分法和牛顿法,数值分析作业,给初学者作参考。-Solution of nonlinear equations the source code, including the dichotomy and the Newton method, numerical analysis of operations, to the beginners for reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:49539
    • 提供者:lsw_hit
  1. MATLAB1

    0下载:
  2. 计算方法用二分法 以及两种迭代法来进行迭代计算的码源-With the dichotomy, as well as the code source of two kinds of iterative
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1220
    • 提供者:李星
  1. nonlinear

    0下载:
  2. 在MATLAB环境中,实现用二分法和Newton法求解非线性方程-StablePoint method and newton method
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:690
    • 提供者:anthony
  1. kechengsheji

    0下载:
  2. 应用牛顿法和二分法解高次方程,可以显示过程- it can solve hard questions
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6875
    • 提供者:小辛
  1. erfenfa

    0下载:
  2. 二分法的matlab实现,希望能对大家有帮助。-erfenfa matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1742
    • 提供者:顾君昳
  1. Newton_bisect_iteration

    0下载:
  2. matlab中分别用牛顿法,二分法及迭代法求解方程的程序,及其比较-matlab scr ipts for solving eq. by the means of newton ,bisection and iteration
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:631
    • 提供者:alick
  1. Binary_Search

    0下载:
  2. 二分法检索(binary search)又称折半检索,二分法检索的基本思想是设字典中的元素从小到大有序地存放在数组(array)中,   首先将给定值key与字典中间位置上元素的关键码(key)比较,如果相等,则检索成功;-Dichotomy search (binary search), also known as binary search, the basic idea of ??dichotomy is set to retrieve the dictionary from smal
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2587
    • 提供者:yuan
  1. Matlab-erfen-newton

    0下载:
  2. 二分法和牛顿法的matlab源代码,图像比较-Dichotomy, and Newton method matlab source code, including images
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1522
    • 提供者:周萧潇
  1. matlab

    0下载:
  2. MATLAB二分法程序,-MATLAB二分法程序
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:4580
    • 提供者:雷传荣
  1. matlab

    0下载:
  2. 二分法,这是用matlab编写的c程序,数值方法-Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:2341
    • 提供者:苏简默
  1. matlab-learning

    0下载:
  2. matlab 学习代码,适合初学者(包含二分法、最小二乘法)-matlab learning code, suitable for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1455
    • 提供者:唐少龙
  1. matlab

    0下载:
  2. Matlab 二分法以及simpson公式的数值计算程序,适用于数值方法以及矩阵分析。-Matlab dichotomy and numerical calculation program simpson formula for matrix analysis and numerical methods in.
  3. 所属分类:mathematica

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:木子李
  1. 方程解法

    1下载:
  2. 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
  3. 所属分类:matlab例程

  1. matlab

    0下载:
  2. 一些基础的数值分析方法和实例实现,该文件涉及二分法,改进欧拉法(modifiedeuler)以及纳威法(neville)(some basis numerical analysis methods and its application in real case.This file contains methods of bisection, modified euler and neville)
  3. 所属分类:数学计算

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:ryanwang
  1. 程序

    0下载:
  2. 比较迅速的二分法实现 平台为matlab 要求函数单调(process of bisection method on matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:三叉戟
  1. dichotomy

    0下载:
  2. 计算简单的二分法,可以再MATLAB里运行,但是仍旧不完善(A simple dichotomy can be run in MATLAB, but it is still not perfect.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:7168
    • 提供者:佳佳95
« 12 3 »
搜珍网 www.dssz.com