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

搜索资源列表

  1. Delphi-ChangYongShuZhiSuanFa

    0下载:
  2. Delphi常用数值算法(源码) 这些算法将为千千万万非计算机专业的工程技术人员架起一座方便快捷的桥梁,并能缩短应用软件的编制周期,减少重复劳动,达到事业功倍的效果。 第1章线性代数方程组的解法 第2章插值 第3章数值积分 第4章特殊函数 第5章函数逼近 第6章特征值问题 第7章数据拟合 第8章方程求根和非线性方程组的解法 第9章函数的极值和最优化 第10章傅里叶变换谱方法 第11章数据的统计描述 第12章解常微分方程组 第13章偏
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.52mb
    • 提供者:
  1. rootxyqun

    0下载:
  2. 方程求根程序。根据图像用半区间搜索法,很快就可以找到方程的根。-equation rooting procedures. According to semi-image interval search, and quickly find the root equation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.02kb
    • 提供者:xyqun
  1. fangchengqiugen

    0下载:
  2. 方程求根 二分法 割线法 牛顿迭代法 vc++源程序-dichotomy secant method Newton iteration vc source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.7kb
    • 提供者:xixi
  1. Matlabmathtoolbox

    0下载:
  2. 各种Matlab数学建模工具箱,方程求根,微积分和微分方程等以及一些数学建模竞赛的源程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:369.79kb
    • 提供者:wangke
  1. Chapter07.NonlinearEquation

    0下载:
  2. 清华大学《数值分析A》-第07章.非线性方程求根 二分法 迭代法 Steffensen加速 Newton法 弦截法 抛物线法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:215.2kb
    • 提供者:大乔
  1. 利用二分法求非线性方程的根

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

    • 发布日期:2017-03-23
    • 文件大小:35.52kb
    • 提供者:钟茜子
  1. numerical

    0下载:
  2. 数值分析的实验文档和源程序 包含 1.样条插值 2.非线性方程求根 3.函数逼近和拟合 4.矩阵特征值计算 5.舍入误差分析 程序在相应文档中-Numerical Analysis of the experimental documentation and source code that contains 1. Spline Interpolation 2. Nonlinear equations Root 3. Function approximati
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:85.53kb
    • 提供者:int
  1. szfx2

    0下载:
  2. 数值分析之计算方法与实验2:方程求根 by java-Numerical analysis method of calculation and experiment 2: Root equation by java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.52kb
    • 提供者:SA
  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
    • 文件大小:1.35kb
    • 提供者: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
    • 文件大小:211.53kb
    • 提供者:左小龙
  1. 3432

    0下载:
  2. 方程求根的数值实验,利用Newton迭代算法,求出所给方程的跟。-Equation Roots of numerical experiments using the Newton iterative algorithm are obtained with the given equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.03kb
    • 提供者:李萍
  1. Newtonfangchengqiujie

    0下载:
  2. 运用数学二分法、牛顿迭代法方程求根,程序运行通过,满足效果-Dichotomy, Newton iteration equation Roots
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.47kb
    • 提供者:zjjjjj
  1. Algorithm

    0下载:
  2. 方程求根的牛顿迭代法的算法和熟悉列主元高斯消元法解线性方程组的算法-Equation Roots of Newton' s iteration algorithm and PCA are familiar with out Gaussian elimination algorithm for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:63.44kb
    • 提供者:zhangmin
  1. VisualC

    0下载:
  2. 常用数值算法源代码第1章线性代数方程组的解法,第2章插值,第3章数值积分,第4章特殊函数,第5章函数逼近,第6章随机数,第7章排序第8章特征值问题第9章数据拟合第10章方程求根和非线性方程组的解法第11章函数的极值和最优化第12章傅里叶变换谱方法第13章数据的统计描述第14章解常微分方程组第15章两点边值问题的解法第16章偏微分方程的解法-Numerical algorithm used
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:60.22mb
    • 提供者:龚云隆
  1. calculation_method_Algorithm_Design_and_Implementa

    0下载:
  2. 本电子书包涵了各种算法的MATLAB实现,具体包括插值方法、数值分析、常微分方程的差分法、方程求根、线性方程组的迭代法、线性方程组的直接法等等,还包括习题参考答案和MATLAB文件汇集-The e-book encompasses the MATLAB implementation of various algorithms, specifically including interpolation methods, numerical analysis, ordinary differenti
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3mb
    • 提供者:gongshulei
  1. naPDF-1

    0下载:
  2. 数值分析课件-绪论,方程求根,牛顿插值法,海米特插值法,数值微分-Numerical analysis of courseware- Introduction, Equations in One Variable, Newton interpolation, haymet interpolation, numerical differentiation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2.13mb
    • 提供者:don
  1. newton

    0下载:
  2. 方程求根方法中的牛顿下山法,是一种线性化方法,基本思想是将非线性方程逐步归结为某种线性方程来求解-Equation Solving Methods in Newton descent method is a linear method, the basic idea is to gradually reduced to a nonlinear equation to solve linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:139.09kb
    • 提供者:andylow
  1. roots

    0下载:
  2. 一元多项式方程求根,可以求出方程的所有根,包括虚根-Code to find all real roots of a polynomial with real coefficients.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5.46kb
    • 提供者:taoyqc
  1. Numerical-Analysis-for-Statisticians

    0下载:
  2. Java常用数值算法集 共有数值计算中常用的Java方法近200个.内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、数据的统计描述、傅里叶变换谱方法、解常微分方程组、两点边值问题的解法和解偏微分方程组.-Java common set numerical algorithm the total numerical calculation commonly used Java method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5.61mb
    • 提供者:Mr Li
  1. 方程求根

    0下载:
  2. 用于求解方程利用软件可以方便的解决方程的求根问题(FOR sloving the equations)
  3. 所属分类:数学计算

    • 发布日期:2017-12-25
    • 文件大小:9kb
    • 提供者:z256+2
« 12 3 4 5 »
搜珍网 www.dssz.com