CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 非线性方程

搜索资源列表

  1. 第四章 解非线性方程的迭代法

    1下载:
  2. 解非线性方程的迭代法-solving nonlinear equations iterative method
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:113108
    • 提供者:陈磊
  1. 二分法求解非线性方程的根

    0下载:
  2. 实 验2 二分法求解非线性方程的根 计机系 041班 姓名:刘文杰 学号:200410714102 【实验内容】 1、方法介绍 (1)输入区间端点值a、b,步长h,及精度控制量ε1,若|f(a)|< ε1,则a为原方程的一个近似根,若|f(b)|< ε1,则b为原方程的一个近似根。 (2)以h为步长,将区间[a,b]分为两个等距的小区间[a,c],[c,b]。如果f(a)<0,f(c)>0,则根在[a,c]中,将区间[a,c]再分半,分点为
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:53055
    • 提供者:000
  1. 非线性方程求根

    0下载:
  2. 非线性方程求根 包括二分法、牛顿迭代法的matlab程序。-Root including nonlinear equations dichotomy of Newton iteration of Matlab procedures.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:28057
    • 提供者:悟凡
  1. 实验3--非线性方程求根.doc

    0下载:
  2. 《计算方法》实验报告,非线性方程求根,文档里有程序
  3. 所属分类:文档资料

  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. netn.拟牛顿法求非线性方程

    0下载:
  2. 拟牛顿法求非线性方程,并以一组三元二次方程组为例进行求解。,Quasi-Newton method for nonlinear equations, and a group of ternary quadratic equation group is solved as an example.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-25
    • 文件大小:912
    • 提供者:953427
  1. newtmullt 运用Newton-Raphson方法求解非线性方程(组)

    1下载:
  2. 运用Newton-Raphson方法求解非线性方程(组),该程序同时支持句柄和符号运算- Application of Newton-Raphson method for solving nonlinear equation (s), the program supports both handle and symbol operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-21
    • 文件大小:1187
    • 提供者:任俊杰
  1. homopack.rar

    1下载:
  2. 解非线性方程的同伦算法,Solution of nonlinear equations homotopy algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:116677
    • 提供者:王芳
  1. sceua

    4下载:
  2. 一个非常好的全局优化算法代码,可以用于优化求解各种非线性方程,包括数据同化领域都可以应用。-The SCE-UA method is a general purpose global optimization program.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:429106
    • 提供者:muxihan
  1. prog10-16

    0下载:
  2. 余向阳博士Matlab教程的源代码。 包括:1.非线性方程的解法;2.线性方程的数值解法;3插值法;4.常微分方程的解法-Dr. Yu Xiangyang Tutorial Matlab source code. Include: 1. Non-linear equations 2. The numerical solution of linear equations 3 interpolation 4. The solution of ordinary differential eq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12326
    • 提供者:张扬
  1. matlab

    1下载:
  2. 非线性方程的几种数值解法的matlab例程,pdf格式,欢迎指教!-Nonlinear equations in several numerical method of matlab routines, pdf format, welcome the advice!
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:36980
    • 提供者:陈阳
  1. mulNewtonSOR

    0下载:
  2. 该程序是牛顿SOR法求解非线性方程,绝对可以,绝对有效。-The program is Newton SOR method for solving nonlinear equations, it is absolutely, to be effective.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:593
    • 提供者:佳音
  1. newton

    0下载:
  2. 牛顿-拉夫森迭代方法是解非线性方程非常著名也是比较有效的方法之一,如果离初值近,收敛速度很快。-Newton- La Fusen iterative method for solving nonlinear equations is well-known effective method is one of, if the initial value from the past, the convergence is fast.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:647
    • 提供者:jiaoyuwei
  1. 纯非线性方程

    0下载:
  2. 求解非线性方程的代码,其中有例子和举例应用。(Solving nonlinear equations of the code, including examples and examples of applications.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:22528
    • 提供者:文桢
  1. 非线性方程组求解

    1下载:
  2. 利用改进的遗传算法求解非线性方程,遗传算法得到全局最优解作为初值寻找局部最优解(Using the improved genetic algorithm to solve the nonlinear equation, the genetic algorithm gets the global optimal solution as the initial value to find the local optimal solution)
  3. 所属分类:并行计算

    • 发布日期:2017-10-28
    • 文件大小:4096
    • 提供者:zzb1111
  1. 非线性方程解法相关程序

    0下载:
  2. 用二分法以及迭代法求解非线性方程、非线性方程组的例子(An example of solving nonlinear equations and nonlinear equations by the dichotomous method and iterative method)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:brimg
  1. 用最小二乘法解一个或多个非线性方程。

    0下载:
  2. LMFNLSQ2求解一个或多个超定的非线性方程 在最小二乘意义上,打印雅可比矩阵和经过的时间(LMFNLSQ2 Solve one or more of (over)determined nonlinear equations % in the least squares sense, prints Jacobian matrix and elapsed time)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:6144
    • 提供者:taodashi
  1. 非线性方程求根方法

    0下载:
  2. 非线性方程求根方法,包括二分法和牛顿迭代法(Nonlinear equation method, including the dichotomy and the Newton iteration method)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:靖哥哥sj
  1. ch05 非线性方程求解

    0下载:
  2. 非线性方程是指含有指数和余弦函数等非线性函数的方程,例如, 与线性方程相比,无论是解的存在性,还是求解的计算公式,非线性方程问题逗逼线性问题要复杂的多,对于一般线性方程,既无直接法可用,也无一定章程可寻。(Nonlinear equations is refers to the index and cosine function equation of nonlinear functions, such as, for example, compared with the linear equa
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:652288
    • 提供者:ashtond
  1. 基于MATLAB的非线性薛定谔方程的数值算法研究

    3下载:
  2. 这是一篇关于非线性方程数值求解的论文,基于分步傅里叶算法,通过Matlab编程,里面详细代码程序。(This is a paper about the numerical solution of non-linear equations.)
  3. 所属分类:其他

    • 发布日期:2019-12-09
    • 文件大小:485376
    • 提供者:AAA放飞梦想
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com