CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - runge-kutta 4

搜索资源列表

  1. shuzhijifeng

    0下载:
  2. 数值积分方法类型Model,1=欧拉法,2=二阶龙格库塔,4=四阶龙格库塔-numerical integration methods Model type, a = Euler, 2 = second-order Runge - Kutta, 4 = 4-order Runge - Kutta
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:178728
    • 提供者: 曾小权
  1. runge

    1下载:
  2. 数值逼近对于Runge函数f(x)= ,在[-1,1]上作等距节点插值,分别取n=4,n=8,n=12,插值的图像-Numerical approximation for the Runge function f (x) =, in [-1,1] on equidistant nodes for interpolation, respectively n = 4, n = 8, n = 12, the image interpolation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:15289
    • 提供者:zn
  1. Runge-Kutta-4

    0下载:
  2. 这个程序是利用追赶法解三对角方程组的过程的数值解法程序。-This program is the use of catch-up Solving tridiagonal equations Numerical solution procedure.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1040
    • 提供者:王磊
  1. marunge4gh

    1下载:
  2. 1 用途:4阶经典龙格库塔格式解常微分方程y =f(x, y), y(x0)=y0 格式:[x, y]=marunge4(dyfun,xspan,y0,h) dyfun为函数f(x,y), xspan为求解区间[x0, xn], y0为初值, h为步长, x返回节点, y返回数值解 2 用途:用LU分解法解方程组Ax=b -1 Uses: 4-order classical Runge-Kutta solution of ordinary differential
  3. 所属分类:Algorithm

    • 发布日期:2017-03-18
    • 文件大小:860
    • 提供者:huanhuan
  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. CODES

    0下载:
  2. This file conclude of five codes , four of them in Mathematica program and one in C++. 1. Erk4.nb. this code represent the explicit Runge Kutta method of order four for solving first order ODE. 2. RK45.nb This code represent the Embedded Runge Ku
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:40709
    • 提供者:OS
  1. rk4_rossler

    0下载:
  2. Method Runge-Kutta 4 order for rossler system, with makefile-Method Runge-Kutta 4 order for rossler system, with makefile
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5229
    • 提供者:Scrapy
  1. Runge-Kutta-(4)

    0下载:
  2. 用四阶Runge-Kutta方法求五阶微分方程-The fourth-order Runge-Kutta method and the fifth-order differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:4634
    • 提供者:fenglucha
  1. higher-order-Runge-Kutta

    0下载:
  2. 龙格库塔4阶法处理捕食者与被捕食者生存数量关系-higher order Runge-Kutta Lotka-Volterra equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:652
    • 提供者:liulei
  1. Runge-Kutta-4

    0下载:
  2. Runge-Kutta 4阶算法C++实现-Runge-Kutta 4
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3159
    • 提供者:丫丫
  1. matlab-3-Runge-Kutta-4-lRunge-Kutta

    0下载:
  2. 三、四阶龙格库塔算法编程方法,matlab自带效果类似,仅供参考-Third, fourth-order Runge-Kutta algorithm programming method, similar to the effect matlab comes for reference only
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:8922
    • 提供者:zhoujian
  1. Runge-Kutta-4

    0下载:
  2. 用Runge-Kutta 4阶算法对初值问题按不同步长进行求解,用于观察稳定区间的作用。-With a four order Runge- Kutta algorithm for initial value problems in asynchronous long, used to observe stability range.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:644
    • 提供者:denglin
  1. runge-kutta-fortran

    0下载:
  2. 4阶Runge-kutta 方法,用fortran语言编写的计算程序。-Runge-kutta method,fortran
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1117
    • 提供者:张青青
  1. Runge-Kutta

    0下载:
  2. 龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。本程序为4阶龙格-库塔法的matlab文件,用于求解微分方程。-Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. This program is a 4-order Runge- Kutta method matlab file for solving diff
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:7919
    • 提供者:王海阳
  1. 4-Runge-Kutta-method

    0下载:
  2. 自己用matlab写的四阶龙格库塔方法程序-four Runge-Kutta method by matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:517
    • 提供者:张烨
  1. 4(Runge-kutta)MATLAB

    0下载:
  2. 龙格库塔算法解微分方程的名声显赫,将算法的理论、MATLAB实现以及ode45验证总结-Runge Kutta algorithm for solving differential equations of fame, theory, MATLAB algorithm and ode45 verification summary
  3. 所属分类:mathematica

    • 发布日期:2017-04-12
    • 文件大小:799
    • 提供者:吴夏君
  1. 4-runge-kutta

    0下载:
  2. 基于VisioC++的四阶龙格库塔算法的实现,给出了具体实现过程。-The realization of the four order Runge Kutta algorithm based on VisioC++, gives the concrete realization of the process.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:15487
    • 提供者:jordan
  1. Runge-Kutta

    0下载:
  2. 利用 matlab 软件进行编程实现 4 阶 Runge-Kutta 方法求解微分方程初值问题,并附带示例求解过程,高效求解微分方程。-Using matlab software programming fourth-order Runge-Kutta Methods for Differential Equations, and comes with sample solution process, efficiently solving differential equations.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:4282
    • 提供者:MSY
  1. ytcz3

    0下载:
  2. 三次样条插值和Runge-Kutta 4阶算法,输入任意函数,调用该函数,可得结果(Three cubic spline interpolation, input any function, call the function, can get the result)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:jackchaner
  1. 4阶龙格库塔法求解二阶微分方程

    2下载:
  2. 基于打靶法采用4阶龙格库塔法对而降常微分方程进行求解求解二阶微分方程(Solving the Second Order Differential Equation by Solving the Fourth Order Runge-Kutta Method Based on the Shooting Method)
  3. 所属分类:其他

    • 发布日期:2019-12-07
    • 文件大小:10240
    • 提供者:夏天的风1
« 12 3 4 5 »
搜珍网 www.dssz.com