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

搜索资源列表

  1. VC实现常微分方程初值问题求解

    0下载:
  2. 讲述如何利用VC的编程来求解微分方程的一种思想-VC on how to use the programming to solve a differential equation thinking
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:211.36kb
    • 提供者:马跃
  1. ode_solver

    0下载:
  2. 求解常微分方程的工具,matlab版本的
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:55.03kb
    • 提供者:before
  1. COLSYS

    1下载:
  2. 常微分方程求解程序,可以求解常微分方程的源程序
  3. 所属分类:Multi Monitor

    • 发布日期:2017-03-31
    • 文件大小:65.6kb
    • 提供者:hailuo
  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
    • 文件大小:6.88mb
    • 提供者:沈觅仁
  1. cvode-2_6_0_tar

    0下载:
  2. 该程序是求解常微分方程(ODE)的初值问题。-solves initial value problems for ordinary differential equation (ODE) systems.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1.57mb
    • 提供者:thermal2011
  1. cvodes-2_6_0_tar

    0下载:
  2. 该程序求解常微分方程(ODE),并包括敏感性分析。-solves ODE systems and includes sensitivity analysis capabilities (forward and adjoint).
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2.37mb
    • 提供者:thermal2011
  1. Euler

    0下载:
  2. 计算方法程序,用欧拉及其改进方法方法求解常微分方程-Calculation methods and procedures used Euler its improved method for solving ordinary differential equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:1mb
    • 提供者:上官凝荫
  1. Runge-Kutta-4th-Order-Method--

    1下载:
  2. 用于求解常微分方程的四阶龙格-库塔法,该方法是一种很好的求解微分方程方法。-Runge- Kutta method for solving ordinary differential equations, the method is a good method for solving differential equations.
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:53.16kb
    • 提供者:马峻修
  1. 60-essential-MATLAB-code

    0下载:
  2. MATLAB必备的60个程序代码! 例如,求解常微分方程等等.-60 essential MATLAB code
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:24.72kb
    • 提供者:isaac
  1. MATLAB

    1下载:
  2. 隐式Euler公式求解常微分方程 输入参数: -odefun:微分方程的函数描述 -xspan:求解区间[x0,xn] -y0:初始条件 -h:迭代步长 -p1,p2,…:odefun函数的附加参数 输出参数: -x:返回的节点,即x=xspan(1):h:xspan(2) -y:微分方程的数值解-so easy!
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:385.13kb
    • 提供者:颜泽勇
  1. MATLAB-yuyanchangyongsuanfachengxuji

    0下载:
  2. MATLAB语言常用算法程序集。包含各种常用插值求解常微分方程偏微分方程等常用函数程序-MATLAB language commonly used algorithm assembly. Contains a variety of commonly used interpolation to solve ordinary differential equations
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:16.48mb
    • 提供者:tanjing
  1. 常微分方程求解算法

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

    • 发布日期:2017-12-28
    • 文件大小:226kb
    • 提供者:瑞秋
  1. 遗传算法

    1下载:
  2. 应用遗传算法求解常微分方程,matlab编程实现,ode45求解方式(genetic algorithm, matlab programming, solve problem using ode45 method)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-25
    • 文件大小:20kb
    • 提供者:lwdRay
  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
    • 文件大小:177kb
    • 提供者:Lyndsay
  1. solution

    3下载:
  2. 有限差分法和打靶法求解二阶线性常微分方程,比较简单的代码,其能够满足硕士数值计算课程的作业的需要。(The finite difference method for solving two order linear ordinary differential equations, relatively simple code, which can meet the needs of master's numerical calculation course homework.)
  3. 所属分类:其他

  1. shoot

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

    • 发布日期:2018-04-22
    • 文件大小:12kb
    • 提供者:柯基饼干
  1. 自适应变步长的龙格库塔法

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

  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
    • 文件大小:10kb
    • 提供者:夏天的风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
    • 文件大小:16kb
    • 提供者: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
    • 文件大小:10kb
    • 提供者:杜红
« 12 »
搜珍网 www.dssz.com