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

搜索资源列表

  1. quanmeijindian-shuzhifenxi

    0下载:
  2. 本书内容丰富且颇具特色。 本书综述了数值分析领域的诸多内容,包括配置多项式、有限差分、阶乘多项式、求和法、Newton公式、算子与配置多项式、祥条、密切多项式、TaylM多项式、插值、数值微分、数值积分、和与级数、差分方程、微分方程、最小二乘多项式逼近、极小化极大多项式逼近、有理函数逼近、三角逼近、非线性代数、线性方程组、线性规划、边值问题、MonteCarIo方法等内容。 本书的特色主要表现在利用例题及大量详细的题解来透彻地阐明所述内容的内涵,同时附有大量的补充题以便读者进一步巩固和深
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7577216
    • 提供者:yangiy
  1. 2

    1下载:
  2. 数值分析课件,包括:第00章 引论 ,第01章 插值方法,第02章 数值积分,第03章 常微分方程的差分方法等-Numerical Analysis of courseware, including: the first 00 chapters cited on the first 01 chapters interpolation method, the first 02 chapters of numerical integration, the first 03 chapters of
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2657982
    • 提供者:夜月烨
  1. C_language_algorithms_for_Quick_Lookup_Manual

    3下载:
  2. 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
  3. 所属分类:source in ebook

    • 发布日期:2014-06-10
    • 文件大小:222943
    • 提供者:Jawen
  1. numericalcomputation

    0下载:
  2. 数值计算方法, 包含插值法部分, 解方程部分, 矩阵部分, 求解微分方程部分和数值积分部分-Numerical methods, including interpolation part, solve some equations, matrix part, solving differential equations and numerical integral part of some
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:34718
    • 提供者:yolande
  1. CAlgorithm

    0下载:
  2. 特别强悍!包含了我们在学习中遇到的各种算法:如插值、查找、汉字操作,数值积分、微分方程求解等等许多!-Particularly tough! Included in our study encountered in the algorithm: If interpolation, find, Chinese operations, numerical integration, solving differential equations and so many!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:498902
    • 提供者:hfutpsh
  1. MATHMODL

    0下载:
  2. 数学实验:使用MATLAB书的源码 实验1 矩阵运算与Matlab命令 1.1 知识要点与背景:日常矩阵及其运算 1.2 实验与观察:矩阵和Matlab语言 1.3 应用、思考与练习 实验2 函数的可视化与Matlab作图 2.1 实验与观察:函数的可视化 2.2 应用、思考与练习 实验3 函数式——直接确定型模型 3.1 知识要点与背景:函数——直接确定型模型 3.2 实验与观察:插值与拟合 3.3 应用、思考与练习 实验4 微分、积分和微分方程
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:369636
    • 提供者:yq
  1. VisualCplus

    0下载:
  2. 周长发的visual C++ 科学计算 包含复数运算,矩阵各种运算,微分方程 积分方程-chang fa zhou code for visual C++ contain complex matrix compute...
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1141307
    • 提供者:陈晓涛
  1. NumericalAnalysisByVC

    0下载:
  2. C语言描述的各种计算方法的代码,包括线性,非线性方程组,插值,微分方程,数值积分等常用算法。-C language descr iption of the code of various calculation methods, including linear, nonlinear equations, interpolation, differential equations, numerical integration and other commonly used algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:149283
    • 提供者:Fei Mao
  1. nonlinear-equation

    1下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:11028
    • 提供者:汪张扬
  1. NUMERICAL-ANALYSIS-IN-MATHEMATICA

    1下载:
  2. 经典数值计算方法各种算法的MATHEMATICA软件程序实现,包含各种迭代,插值,拟合,数值积分,常微分方程初边值问题,特征值等各种算法的实现-NUMERICAL ANALYSIS PROGRAMS IN MATHEMATICA
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:115117
    • 提供者:易牧
  1. changweifen

    0下载:
  2. 几个matlab解常微分方程的例子:验证齐次方程有形如1/(xM+yN)的积分因子;全微分方程;求方程的显式解和绘图;解出x的隐方程的解法;方程的隐式解-Several examples of matlab Ordinary Differential Equations: Homogeneous Equation physical verification, such as 1/(xM+ yN) of the integral factor the whole equation the ex
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:3217
    • 提供者:Long Quan
  1. Numerical-Analysis

    1下载:
  2. 数值分析: lagrange插值与三次样条插值 simpson复化积分和两点高斯复化积分 四阶龙格—库塔解微分方程 牛顿下山法求解方程的根 列主元消去法求解线性方程组的根 -Numerical Analysis: lagrange interpolation and cubic spline interpolation simpson recovery of complex points and two points of the Gaussian integral Ru
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:34816
    • 提供者:susan
  1. Runge_kutta2

    0下载:
  2. 2阶Runge_kutta解微分方程 调用格式同ode45, f为微分方程函数,a b为积分区间,x0初值 h为步长,默认为0.001-Differential Equation of Order 2 Runge_kutta call format with ode45, f for the differential function, ab for the integration interval, x0 h for the initial step, the default is
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:526
    • 提供者:dbb
  1. numericalsamples

    0下载:
  2. 几个数值计算方法的程序, 包括 线性方程组求解, 非线性方程求解, 插值函数计算, 积分计算 和常微分方程求解 -Several numerical methods of procedures, including linear equations, nonlinear equations, interpolation function calculation, the integral calculation and solving ordinary differential equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:4122
    • 提供者:FJY
  1. MATLAB2011couse

    0下载:
  2. 本书使用简单易行的风格,一开始介绍了 MATLAB基础,你将学习到如何绘制图象,求解 代数方程及计算积分,也将学习到如何求解微分 方程,求 ODE 的数值解,使用特殊函数等。本书 含有几百个例子及其详细解答过程,章末带有习 题,书末还带最终测试题目,一句话,本书给予 你的是MATLAB精华。 本自学指导书提供了:  上手MATLAB的最快方法  几百个带有解答过程的工作实例  覆盖了MATLAB7 &
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5230335
    • 提供者:wangshuangxi
  1. Analysis-of-RC-RL

    0下载:
  2. 用数值计算方法分析RC、RL串联电路暂态过程及数值计算方法在其他复杂电路分析中的应用举例。主要是用辛普生法则求积分的方法来求得流经R的电量,用隐性欧拉公式求一阶微分方程的方法来求得电压随时间的变化规律。系统的研究了RC电路和RL电路的暂态过程。 -Analysis of numerical methods with RC, RL series circuit transient process and numerical methods in analysis of other comple
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:489106
    • 提供者:bailuer
  1. CFB

    0下载:
  2. 从数学类型分,数值运算的研究领域包括数值逼近、数值微分和数值积分、数值代数、最优化方法、常微分方程数值解法、积分方程数值解法、偏微分方程数值解法、计算几何、计算概率统计等-Types of points from mathematics, numerical computing research areas include numerical approximation, numerical differentiation and numerical integration, numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:20319
    • 提供者:swolf
  1. GUI-Files

    0下载:
  2. MATLAB\GUI用于数值计算中特征值,,随机数,偏微分方程,求积分-MATLAB\GUI Files for numerical computing—Eigenvalues, Random Numbers, Partial Differencial equation,Quadrature
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:44351
    • 提供者:leon
  1. toolbox_alpert

    0下载:
  2. 阿尔珀特变换是一个多小波变换基于正交多项式。它最初被设计为偏微分方程和积分方程的决议,因为它避免了边界神器,并且可以使用任意采样。-The Alpert transform is a multiwavelets transform based on orthogonal polynomials. It was originally designed for the resolution of partial differential and integral equations, since i
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:735619
    • 提供者:
  1. C-language-algorithm-code

    2下载:
  2. 用C语言编写了科研和工程中最常用的算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。-Written in C for scientific and engineering of the most commonly used algorithm, the algorithm include the plura
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:142266
    • 提供者:心剑
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com