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

搜索资源列表

  1. nonlinearequation1

    0下载:
  2. 非线性方程求解1--5(1) 非线性方程求解1--5(1)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2483
    • 提供者:ashui
  1. nonlinearequation12

    0下载:
  2. 非线性方程求解1--5(2) 非线性方程求解1--5(2)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2315
    • 提供者:ashui
  1. nonlinearequation13

    0下载:
  2. 非线性方程求解1--5(3) 非线性方程求解1--5(3)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2467
    • 提供者:ashui
  1. nonlinearequation14

    0下载:
  2. 非线性方程求解1--5(4) 非线性方程求解1--5(4)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2282
    • 提供者:ashui
  1. nonlinearequation15

    0下载:
  2. 非线性方程求解1--5(5) 非线性方程求解1--5(5)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1145
    • 提供者:ashui
  1. nonlinear

    0下载:
  2. 这是一个非线性方程与方程组的求解的算法,用于求解非线性方程与方程组的-This is a non-linear equation with the equations of the algorithm for solving nonlinear equations with the equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:16559
    • 提供者:韩斌
  1. erfenfa

    0下载:
  2. 二分法解非线性方程,通过C编程,可以解决高校学生作业问题-Dichotomy of solutions of nonlinear equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:677
    • 提供者:马龙
  1. Bin

    0下载:
  2. 牛顿迭代法求非线性方程的根 非常好用;-Newton iterative method for roots of nonlinear equations very easy to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:127500
    • 提供者:侯源君
  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
    • 文件大小:6684
    • 提供者:程扬
  1. Scientific_Computing_and_C_assembly

    0下载:
  2. 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:354674
    • 提供者:hankl wen
  1. spgs

    0下载:
  2. 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations f (x) = 0 with vector form o
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:535
    • 提供者:李能
  1. math

    0下载:
  2. 非线性方程求根的各种算法的比较, //求非线性方程的根 //程序中共给出了以下几种方法求非线性方程的根 // (1)二分法 (2)牛顿法 (3)普通迭代法 (4)斯蒂芬森迭代法 (5)弦截法 //程序中用到的函数为: f(x)=x^3-x-1 //其中:(1)普通迭代法用的迭代函数为:x=(x+1)^(1/3) // (2)斯蒂芬森迭代法用的迭代函数为:x=x^3-1-Root of all kinds of non-linear equation algorithm,/
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1380
    • 提供者:Liny
  1. feixianxingfangchengzuqiugen

    0下载:
  2. 非线性方程求根实验,使用牛顿下山法,C++编程,包含实验报告-Experimental roots of nonlinear equations, using Newton downhill method, C++ programming, the report contains the experimental
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:216605
    • 提供者:左小龙
  1. Secant

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:11785
    • 提供者:pei
  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
    • 文件大小:21504
    • 提供者:fei jing ming
  1. newton

    0下载:
  2. 非线性方程求根,内含Newton迭代法,截弦法和Newton下山法-Newton down
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:981
    • 提供者:小白鲨
  1. bisectVC

    0下载:
  2. 用二分法求解非线性方程,只要用户输入所求的方程,方程的根就很快被程序计算出,方便而且还很快捷.对于数值分析这样的课程,将算法通过程序实现,具有很好的教学价值-dichotomy used to solve nonlinear equations, as long as import demand equation, the equation roots soon be worked out procedures to facilitate and very fast. Numerical ana
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:73859
    • 提供者:sunnypill
  1. chengxu

    0下载:
  2. 第一章 误差与范数 第二章 非线性方程(组)的数值解法 第三章 解线性方程组的直接方法第四章 解线性方程组的迭代法第五章 矩阵的特征值与特征向量的计算-Chapter norm error and the second chapter of nonlinear equations (Group) Chapter III of the numerical solution of linear equations solution methods of Chapter IV of the direc
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:899673
    • 提供者:songmingzhao
  1. ScienceAndEngineeringNumericalAlgorithmVC

    0下载:
  2. 复数运算,矩阵运算,线性方程求解,非线性方程求解,插值算法,数值积分,都是好东西,可以生好多时间了-Complex calculations, matrix operations, solving linear equations, nonlinear equations, interpolation algorithm, numerical integration, are good things, a lot of time a possibility
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1190474
    • 提供者:宏砉
  1. unlinear

    0下载:
  2. 非线性方程的二分法求解 此程序已在visual studio 6.0上测试成功-Nonlinear equations to solve this dichotomy procedure in visual studio 6.0 to test the success of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:37735
    • 提供者:英英
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com