搜索资源列表

  1. runge-kutta

    0下载:
  2. 用matlab编写的用于求微分方程解的方法,实现的是Runge-kutta法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:87820
    • 提供者:左玉知
  1. 四阶runge-kutta求微分方程

    0下载:
  2. 有四阶runge-kutta发求解非线性微分方程,求得结果可画出分插图等等,十一哥通用的好程序。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-02-28
    • 文件大小:164026
    • 提供者:yangjinkun219
  1. 四种方法求积分

    1下载:
  2. 四种方法求积分:runge-kutta法,crank_nicolson法,adams法,ab4-am4法,改进型ab4-am4法-four methods for ranking : Runge- Kutta method, crank_nicolson, adams, ab4- am4, improved ab4- am4 France
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:叶真
  1. solution-of-Differential-equation-group

    0下载:
  2. 提供了4种解常微分方程组的c++代码:定步长四阶龙格-库塔(Runge-Kutta)法(RK4->RKDUMP); 自适应变步长的龙格-库塔(Runge-Kutta)法(RKQC->ODEINT); 改进的中点法(MMID); 外推法(BSSTEP(RZEXTR(有理函数), PZEXTR(多项式));-provide four kinds of solutions of ordinary differential equa
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-27
    • 文件大小:5120
    • 提供者:ldg
  1. rk4

    0下载:
  2. function [tout, yout] = rk4(ypfun, tspan, y0, h) %定步长四阶Runge-Kutta法求常微分方程(组)数值解 %[tout,yout] = rk4( ypfun , tspan, y0,h) % 这里字符串ypfun是用以表示f(t, y)的M文件名, % tspan=[t0, tfinal]表示自变量初值t0和终值tf % y0表示初值向量y0,h是步长。 %
  3. 所属分类:Windows编程

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:王志波
  1. MicrosoftWord3

    0下载:
  2. 精度再往上走两个量级,runge-kutta法是最常用的单步高精度微分方程的解法,ode45的基本思想即来自于此,由于lyrock对这个方法的基本问题已经总结的比较全面,因此,我在这里只是简单介绍一下我自己学习的感受-accuracy upward taking two order of magnitude, runge- kutta method is the most commonly used high-precision sin
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:王正刚
  1. 20607154

    0下载:
  2. 我们的大作业,包括runge-kutta法仿真,0-1分布,反变换的C语言原程序,还有结果图,应该是每问题的-Our major operations, including the runge-kutta method simulation ,0-1 distribution, anti-transform the original C language program, as well as the results of maps,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:604160
    • 提供者:张菊华
  1. 4th-runge-kutta

    0下载:
  2. 使用定步长四阶龙格-库塔法解方程组,并给出一个含贝塞尔函数方程组的例子。-The use of fixed step size fourth-order Runge- Kutta method solution of equations, and gives a Bessel function equations with examples.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:15360
    • 提供者:姜梦
  1. runge-kutta

    1下载:
  2. 自适应步长龙格-库塔法,并给出解含有贝塞尔函数的四阶方程组例子。-Adaptive step Changlong Grid- Kutta method, and gives solutions containing the fourth-order Bessel function equations example.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:15360
    • 提供者:姜梦
  1. jie

    0下载:
  2. 用四阶Runge-Kutta法解延迟微分方程组,用到的朋友看一下啊-Using fourth-order Runge-Kutta method for delay differential equations, a friend used to look at ah
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:
  1. Runge-Kutta

    0下载:
  2. 两个求解微分方程组 的龙格库塔法程序两个程序可用-Solving the two differential equations Runge-Kutta method can be used two procedures procedures
  3. 所属分类:文件格式

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:df
  1. runge-kutta4

    0下载:
  2. 利用四阶runge-kutta法,计算铅垂面内导弹弹道轨迹的一个例子。-Using fourth-order runge-kutta method, calculation of vertical-plane trajectory of the missile an example
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:赌挖宝
  1. runge-kutta

    0下载:
  2. 求解微分方程,四阶runge-kutta法-Solving differential equations, fourth-order runge-kutta method
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:2048
    • 提供者:王晶
  1. Lorenz

    1下载:
  2. Lorenz 吸引子三维相空间图,这里用四阶 Runge-Kutta 法得到微方程的离散序列-Lorenz Runge-Kutta
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:华仔
  1. Runge-Kutta

    0下载:
  2. 在matlab中四阶Runge-Kutta法求解常微分方程-Runge-Kutta
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:4096
    • 提供者:ll
  1. runge-kutta

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

    • 发布日期:2024-05-27
    • 文件大小:217088
    • 提供者:winwind
  1. Runge-Kutta

    0下载:
  2. 经典Runge-Kutta法,计算积分的源代码,用matlab实现-Classical Runge-Kutta method to calculate the source code of points, using matlab implementation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:26624
    • 提供者:刘华杰
  1. Runge-Kutta

    0下载:
  2. 龙格-库塔法(Runge-Kutta)是用于模拟常微分方程的解的重要的一类隐式或显式迭代法。-Runge- Kutta method (Runge-Kutta) is used to simulate the ordinary differential equations of an important class of implicit or explicit iterative method.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:张勇
  1. Runge-Kutta-Fehlberg

    1下载:
  2. Runge-Kutta-Fehlberg法 解初值问题常微分程组-Runge-Kutta-Fehlberg method to solve ordinary differential equations initial value problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:2048
    • 提供者:wuhao
  1. Runge-kutta 解决二阶实际问题程序

    0下载:
  2. C语言编程四阶龙格库塔法解二阶常微分方程(C Language Programming Fourth Order Runge-Kutta Method for Solving Second Order Ordinary Differential Equations)
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2024-05-27
    • 文件大小:8192
    • 提供者:Pancras.Liu
« 12 3 4 5 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org