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

搜索资源列表

  1. 吉尔法求解一阶微分方程组

    1下载:
  2. 吉尔法求解一阶微分方程组的算法-Gil Solving equations a band algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3312
    • 提供者:谭兴
  1. 龙格库塔法求解微分方程组

    1下载:
  2. 打靶法结合龙格库塔法求解微分方程组
  3. 所属分类:matlab例程

  1. 偏微分方程组N=4的龙格-库塔方法求解

    1下载:
  2. 偏微分方程组N=4的龙格-库塔方法求解,matlab编程,试过可以
  3. 所属分类:matlab例程

  1. 欧拉法求解一阶常微分方程组的C语言实现

    2下载:
  2. 用改进的欧拉法求解一阶常微分方程组的C语言实现方法,Using the improved Euler' s method for solving a first-order ordinary differential equations of the C language implementation method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-12-14
    • 文件大小:1207
    • 提供者:赵新宇
  1. longgeceshi 四阶龙格库塔法解微分方程组实例

    4下载:
  2. 四阶龙格库塔法解微分方程组实例,没有调用函数,而是在基本含义基础上进行编译,有助于对龙格库塔法的理解。-Fourth-order Runge-Kutta method for solving differential equations instance, did not call the function, but on the basis of the basic meaning of compiler, contribute to the understanding of Runge-Ku
  3. 所属分类:matlab例程

    • 发布日期:2015-01-07
    • 文件大小:3072
    • 提供者:cuijian
  1. numericalmethodsofintegration.

    0下载:
  2. 数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3 x3微分=-800*x1-80*x2-24*x3+sin(t); y=800x1 的运算,Numerical integration algorithm for the calculation of first-order differential equations: through the preparation of programming languag
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:60976
    • 提供者:andy
  1. fortran

    0下载:
  2. 关于常用的FORTRAN算法,该书有关于线性方程组的求解,矩阵特征值的计算,常微分方程组的求解等-FORTRAN on the commonly used algorithms, the book on the linear equations, eigenvalue calculation, solving ordinary differential equations, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5828365
    • 提供者:东东
  1. gaoweifangcheng

    0下载:
  2. 用matlab解高维微分方程组一般少用到,但是最近看了这方面的例子,希望对用到的人有所帮助-Matlab solutions with high-dimensional differential equations in general less used, but recently read examples in this regard, I hope to help people who use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2944
    • 提供者:
  1. changweifen

    0下载:
  2. 利用MATLAB进行求解常微分方程组的四阶R-K算-Use MATLAB to solve ordinary differential equations of fourth-order RK algorithm method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1777
    • 提供者:zhangcheng
  1. RK

    1下载:
  2. 利用rK法,也就是4阶论格库塔格式求解偏微分方程组的解并利用结果画图。-Solving partial differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1759
    • 提供者:weijie
  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. rungekutta

    0下载:
  2. 解决离散偏微分方程组的Runge-kutta 算法matlab程序-To solve partial differential equations discrete Runge-kutta method matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2053
    • 提供者:陈相兵
  1. Adomiandecompositionmethod

    3下载:
  2. 用Adomain分解方法求解分数阶常微分方程组,线性的和非线性的方程组都可以。-using Adomian decompositon method to solve fractional differential equations
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:735
    • 提供者:zgl
  1. 程序

    0下载:
  2. 用matlab语言模拟非线性常微分方程组的数值解,以及解的变化规律(The numerical solution of the nonlinear equation is simulated)
  3. 所属分类:图形图象

    • 发布日期:2017-12-23
    • 文件大小:12288
    • 提供者:dongyuan
  1. MATLAB使用欧拉Euler法求解微分方程组 源程序代码

    1下载:
  2. Matlab欧拉法解微分方程的程序源代码,供matlab学习使用(Matlab Euler solution of differential equations of the program source code, for learning to use matlab)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:yuqingfeiyang
  1. MATLAB求解混沌系统微分方程组源程序代码

    0下载:
  2. MATLAB求解混沌系统微分方程组,chen系统吸引子(MATLAB for solving differential equations of chaotic systems and attractor of Chen system)
  3. 所属分类:绘图程序

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:沈珏
  1. RK龙格库塔计算微分方程组

    0下载:
  2. 使用4阶龙格库塔定理计算一阶微分方程组,方程组有3个方程(RK calculation of differential equations)
  3. 所属分类:图形图象

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:yeohyong
  1. 方程组的奇点问题

    1下载:
  2. 讨论常微分方程组的奇点及类型,并画出相图(The singularities and types of equations are discussed and the phase diagrams are drawn.)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-26
    • 文件大小:562176
    • 提供者:aaa。m
  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. SEIR

    1下载:
  2. 一般的线性方程我们可以用最小二乘来解,一般的非线性方程我们可以用LM来解。 这里是线性微分方程组,所以我们采用最小二乘来解。 关键是构造出最小二乘形式,微分可以通过前后数据差分的方法来求。 不过这里还有一个技巧就是如果数据前后帧间隔过大,可以先插值,再对插值后的数据差分如果实际测量数据抖动过大导致插值后差分明显不能反映实际情况,可以先对数据平滑(拟合或是平均)再求差分。(We can use least squares to solve general linear equat
  3. 所属分类:其他

    • 发布日期:2021-03-20
    • 文件大小:1024
    • 提供者:刘馨阳
« 12 3 4 5 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com