CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 方程求根

搜索资源列表

  1. feixianxingfangcheng

    0下载:
  2. 非线性方程求根算法,我好了一个小时编的,虽不是很好。但能用-rooting algorithm of nonlinear equations, I had a good series of the hour, although it is not good. But can use
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:263.33kb
    • 提供者:ajsaklfj
  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
    • 文件大小:51.81kb
    • 提供者:000
  1. yingyongshuzhifenxi.rar

    0下载:
  2. 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3.09mb
    • 提供者:zz
  1. pstress_v12

    0下载:
  2. 任意一个一元三次方程求根的C语言程序,希望对大家有用。-Arbitrary one dollar a cubic equation roots of the C language program, I hope useful for all of us.
  3. 所属分类:Windows编程

    • 发布日期:2017-04-08
    • 文件大小:1.66kb
    • 提供者:cc
  1. functions

    0下载:
  2. 计算方法中的非线性方程求根。自己写得很辛苦的程序。包括了readme文档-Method of calculating roots of nonlinear equations. Very difficult to write their own procedures. Including the readme file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:6.53kb
    • 提供者:程扬
  1. 12

    0下载:
  2. 牛顿迭代法求非线性方程的一个实根 /** 牛顿迭代法求方程的一个实根 牛顿公式:x(k 1) = x(k) - f(x(k)) / f (x(k)) 迭代函数:Ф(x) = x - f(x) / f (x) 属性:方程求根迭代法 此时的迭代函数必须保证X(k)有极限,即迭代收敛。-牛顿迭代法求非线性方程的一个实根 /** 牛顿迭代法求方程的一个实根 牛顿公式:x(k 1) = x(k)- f(x(k))/f (x
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:21kb
    • 提供者:fei jing ming
  1. 2

    0下载:
  2. 方程求根的数值试验,利用Newton迭代法,求所给出的方程的跟。-Equation Roots of numerical experiments, using Newton iteration method, find the equation with the given.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.02kb
    • 提供者:李萍
  1. fcqg

    0下载:
  2. matlab方程求根程序,里面包括了常用的matlab方程求根的程序,包括手写的和matlab自还的函数。-matlab equation Roots program, which includes the commonly used procedure for finding roots of equations matlab, including handwritten and self is also a function of matlab.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:10.84kb
    • 提供者:zy
  1. 1

    0下载:
  2. 非线性方程求根的MATLAB代码,包含M文件-Nonlinear Equations
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:27.4kb
    • 提供者:stiffler
  1. 2.1-(2)

    0下载:
  2. 方程求根,用迭代法!如果方程发散,程序会自动断开!-Equation Root iterative method! If the equation of divergence, the program will automatically disconnect!
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:675byte
    • 提供者:乔凯
  1. MATLAB-codes

    0下载:
  2. matlab几乎所有数值计算程序,都包括在内,数值积分数值微分,方程求根等等,几乎所有需要用到的程序-The matlab almost all numerical procedures, including numerical integration numerical differentiation equation Root, etc., almost all the needed procedures
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:99.46kb
    • 提供者:shsjxiezl
  1. feixianxing

    0下载:
  2. 用MFC编写的一个非线性方程求根软件,作业数值计算的课程设计之用。-Written with MFC nonlinear equations software, curriculum design with operating numerical calculation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:8.32mb
    • 提供者:水晶
  1. shuzhifenxi

    0下载:
  2. 二分法,数值分析实现方程求根的算法,这是java程序-Dichotomy, numerical analysis algorithms to achieve Roots of the equation, which is the java program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.95kb
    • 提供者:马鞍
  1. Equation-Root

    0下载:
  2. 方程求根 inv - 逆矩阵 roots - 多项式的根 fzero - 一元函数零点 fsolve - 非线性方程组 solve - 符号方程解 *newton - 牛顿迭代法解非线性方程- Equation Root inv- Inverse Matrix roots- roots of the polynomial fzero- One Function Zero fsolve- nonlinear equations solve- Equ
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:9.62kb
    • 提供者:lxc
  1. 2125

    0下载:
  2. 方程求根的数值试验,利用Newton迭代法,求所给出的方程的跟。-Equation Roots of numerical experiments, using Newton iteration method, find the equation with the given.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:yi649772
  1. MATLAB-algorithms-assemblies

    0下载:
  2. matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:150.49kb
    • 提供者:赵东昌
  1. fangchengqiugen

    0下载:
  2. 对于二元方程求根,输入系数,得到方程的根-For binary equation Root, input coefficients obtained roots of the equation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.91kb
    • 提供者:徐广良
  1. feixianxingfangchengqiugen

    0下载:
  2. 非线性方程求根,包括二分法,迭代法和弦割法-The roots of nonlinear equations, including the dichotomy, iterative method of chord secant method
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1.05kb
    • 提供者:王杰
  1. 牛顿迭代法求方程的根

    0下载:
  2. 牛顿迭代法求方程的根,C语言实现,方法经典,代码实现,可用MATLAB验证(The Newton iteration method for solving the root of the equation)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:11kb
    • 提供者:hcj12138
  1. Matlab方程求根法汇总

    2下载:
  2. Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个
  3. 所属分类:其他

    • 发布日期:2020-09-08
    • 文件大小:19kb
    • 提供者:lfwu5
« 12 3 »
搜珍网 www.dssz.com