CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 常微分方程

搜索资源列表

  1. Euler

    0下载:
  2. 用Euler法计算常微分方程数值解,由文件输入,以表格形式输出-Using Euler method to calculate the numerical solution of ordinary differential equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:768
    • 提供者:王记召
  1. jiesuan

    0下载:
  2. 常微分方程的解法大荟萃,对常用的几种解常微分方程的方法利用C++进行了算法实现,方便实用的算法程序-C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:35491
    • 提供者:LWPLWP
  1. scipy-0.9.0b1

    1下载:
  2. SciPy函数库在NumPy库的基础上增加了众多的数学、科学以及工程计算中常用的库函数。例如线性代数、常微分方程数值求解、信号处理、图像处理、稀疏矩阵等等。-SciPy is package of tools for science and engineering for Python. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal
  3. 所属分类:Other systems

    • 发布日期:2016-04-26
    • 文件大小:7217152
    • 提供者:沈觅仁
  1. n-Order-homogeneous

    0下载:
  2. n阶齐次线性常微分方程,典型程序,既可以用于工程,也可以用于学习-Order homogeneous linear ordinary differential equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:9994
    • 提供者:施超
  1. nonstiff

    0下载:
  2. 求解非刚性常微分方程的程序fortran代码-codes for nonstiff differential equation
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:70856
    • 提供者:石水
  1. stiff

    0下载:
  2. 求解刚性常微分方程的程序fortran代码-codes for stiff differential equation
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:147184
    • 提供者:石水
  1. ola

    0下载:
  2. 欧拉法和龙格库塔算法解一阶常微分方程源-function Euler
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3156
    • 提供者:lixinbiao
  1. SDE_Toolbox_1.4.1

    0下载:
  2. 本工具包可用于matlab编写程序模拟随机常微分方程。(This toolkit can be used for matlab programming to simulate stochastic ordinary differential equations.)
  3. 所属分类:其他

    • 发布日期:2017-12-11
    • 文件大小:3478034
    • 提供者:mathfeng
  1. Matlab

    0下载:
  2. 一个简单的MATLAB程序解决微分方程,不知道写啥(A simple of program to solve differential equations, do not know what to write)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:15360
    • 提供者:粪海狂蛆
  1. 常微分方程求解算法

    0下载:
  2. 高阶线性常微分方程的求解算法步骤实验报告。(Solving algorithm, procedure and experiment report of higher order linear ordinary differential equation.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:231424
    • 提供者:瑞秋
  1. 常微分方程

    0下载:
  2. 你投资了100元在某个储蓄账户,存款年利率为 。令 表示 年后你的账户金额。假设该账户是连续计息,那么 满足以下常微分方程初值问题: 利用欧拉法或使用ode45求解该常微分方程初值问题,并画出10年内的 函数图像,和该常微分方程精确解比较(You invest 100 yuan in a savings account, the annual interest rate is. The amount of your account after that. Assuming
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:181248
    • 提供者:Lyndsay
  1. 常微程序

    0下载:
  2. 常微分方程matlab软件仿真,方便,好用。(Ordinary differential equation MATLAB software simulation, convenient, good use.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:陈林林
  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. shoot

    0下载:
  2. 试用打靶法求二阶非线性常微分方程两点边值的数值解,用Matlab编程计算,并给出一些例子,验证你的算法与程序的正确性。(shooting method for two order nonlinear ordinary differential equations)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:12288
    • 提供者:柯基饼干
  1. weifenfangcheng

    0下载:
  2. 常微分方程的模型模拟仿真图,方便,简洁。(The model simulation of ordinary differential equation is simple and convenient.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:CHENLILIN
  1. 自适应变步长的龙格库塔法

    2下载:
  2. 常微分方程的数值解,可用于求解常微分方程,自适应步长的龙格法(Numerical solutions of ordinary differential equations)
  3. 所属分类:其他

  1. changweifen

    0下载:
  2. 可以对常微分方程进行欧拉变换求欧拉解,便于初学者使用(Euler transformation can be used to solve EDI for ordinary differential equations, so it is convenient for beginners to use.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:等哈回来看
  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-06
    • 文件大小:10240
    • 提供者:夏天的风1
  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 »
搜珍网 www.dssz.com