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

搜索资源列表

  1. 常微分方程初值问题的数值解法

    1下载:
  2. 常微分方程初值问题的数值解法:Euler方法、 Runge-Kutta方法、线性多步法、预测-校正法、 等。-Ordinary Differential Problems Numerical Solution : Euler's method, Runge - Kutta method, linear multi-step forecast-correction method, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21166
    • 提供者:周思良
  1. jsff

    0下载:
  2. 计算方法程序常微分方程的数值解法课堂讲义-calculation procedures Ordinary Differential Equations Numerical Solution of classroom lectures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:157006
    • 提供者:fanshi
  1. ODE

    0下载:
  2. 常微分方程的数值解法,主要针对Stiff方程组和边值问题。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3572647
    • 提供者:夏锦
  1. 常微分方程数值解法

    0下载:
  2. 常微分方程数值解法,又是一个数值分析的常用算法-Numerical Solution of ordinary differential equations, numerical analysis is a common algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8103
    • 提供者:陈新
  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. adams

    0下载:
  2. 常微分方程组adams数值解法以及非线性方程的二分法解法-Adams Ordinary Differential Equations Numerical Solution of nonlinear equations as well as the dichotomy method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1279
    • 提供者:secret
  1. nt_cotes

    1下载:
  2. 牛顿-科茨求积公式 是常微分方程的数值解法-Newton- Cotes quadrature formula is the numerical solution of ordinary differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:642
    • 提供者:刘佳
  1. differentialequation

    0下载:
  2. 常微分方程的数值解法,即用欧拉法求解常微分方程的源代码,C语言-The numerical solution of ordinary differential equations, namely, Euler' s method for solving ordinary differential equations with the source code, C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:724
    • 提供者:王亮
  1. runge-kutta

    5下载:
  2. 常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 Matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四阶龙格-库塔法程序 9 参考文献 10 -runge
  3. 所属分类:Algorithm

    • 发布日期:2016-11-16
    • 文件大小:217496
    • 提供者:winwind
  1. pdf

    0下载:
  2. 常微分方程(ODEs)的MATLAB数值解法-Ordinary differential equations (ODEs) of the MATLAB numerical solution
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:246262
    • 提供者:巴山竹
  1. differentialequations

    0下载:
  2. 关于Matlab中常微分方程的数值解法以及其Matlab实验的源代码-Numerical solution of differential equations
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:710851
    • 提供者:
  1. NumericalSolutionofOrdinaryDifferentialEquationsso

    1下载:
  2. 常微分方程的数值解法源码,包括欧拉法,RK法,四阶高斯法,LAIII法,LBIII法,LA-LBIII配置法-Numerical Solution of Ordinary Differential source, including Euler method, RK method, fourth order Gauss method, LAIII law, LBIII method, LA-LBIII collocation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2983
    • 提供者:lingzi
  1. MATLAB_Arithmetic

    0下载:
  2. 书名:[MATLAB语言常用算法程序集].(龚纯).清晰版 内容:插值,函数逼近,特征值计算,数值微分,数值积分,方程求根,非线性方程组求解,线性方程组的直接法,线性方程组的的迭代法,随机数生成,特殊函数计算,常微分方程的初值问题,偏微分方程的数值解法,数据统计和分析。-Title: [MATLAB algorithms commonly used in assembly language]. (Gong pure). Clearer view of the contents: interp
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17145214
    • 提供者:刘鹏
  1. ode

    0下载:
  2. 常微分方程的数值解法 包括RUNGE-KUTTA方法 Adams预估——校正算法 和MATLAB自带的ODE45解法-Numerical solution of ordinary differential equations including the method of Adams RUNGE-KUTTA predictor- corrector algorithm and ODE45
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1234
    • 提供者:lonelystar
  1. lvbo_wavwrite1

    0下载:
  2. 对于常微分方程组,很难求得解析解,因此工程上常用数值解法,常微分方程组的R-K解法-For ordinary differential equations, analytical solution is difficult to obtain, so the numerical method used on the project, RK solution of ordinary differential equations
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1199
    • 提供者:潘延
  1. 微分方程数值解

    0下载:
  2. 欧拉法是常微分方程的数值解法的一种,其基本思想是迭代。其中分为前进的EULER法、后退的EULER法、改进的EULER法。所谓迭代,就是逐次替代,最后求出所要求的解,并达到一定的精度。误差可以很容易地计算出来。(Euler method is a kind of numerical solution of ordinary differential equations, and its basic idea is iteration. It is divided into forward EUL
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:4096
    • 提供者:tyshiwo1
  1. 常微分方程的数值解法

    1下载:
  2. 常微分方程的数值解法,包括欧拉法,改进欧拉法,四阶龙格-库塔法(The numerical solution of ordinary differential equations, including Euler method, improved Euler method, four order Runge Kutta method)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:靖哥哥sj
  1. 偏微分方程的数值解法

    0下载:
  2. 可在matlab中打开,用来解决常微分方程的初值问题(It can be opened in MATLAB to solve the initial value problem of ordinary differential equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:10240
    • 提供者:冯希文
  1. matlab 常微分方程数值解法 源程序代码

    5下载:
  2. 11.1 Euler方法 380   11.1.1 Euler公式的推导 380   11.1.2 Euler方法的改进 383   11.2 Runge-Kutta方法 385   11.2.1 二阶Runge-Kutta方法 385   11.2.2 三阶Runge-Kutta方法 388   11.2.3 四阶Runge-Kutta方法 390   11.2.4 隐式Runge-Kutta方法 391   11.3 线性多步法 392   11.3.1 Adams外推公式
  3. 所属分类:其他

    • 发布日期:2020-05-27
    • 文件大小:16384
    • 提供者:XWLYF
  1. 微分方程求解————————matlab

    1下载:
  2. 常微分方程的数值解法,设计到欧拉解法,欧拉改进解法,矩阵解法等等(Ordinary differential equation numerical solution, design to euler solution, euler improved solution, matrix solution and so on)
  3. 所属分类:其他

    • 发布日期:2019-12-18
    • 文件大小:10240
    • 提供者:杜红
« 12 3 4 »
搜珍网 www.dssz.com